search for: 32x32pixels

Displaying 1 result from an estimated 1 matches for "32x32pixels".

2005 Apr 03
0
Re: Theora cameras
...> However, I may have misunderstood how you're constructing things. Your > email mentioned 'static' coded block maps, I'm not sure how that can > work. :) That is simple. I can build a map of coded blocks and download it to FPGA (due to the size of a table granularity is 32x32pixels). This map can be used to effectively decrease frame rate outside of the area of interest (I also can use 2 qi/frame with a similar map). With this map I have 3 types of frames - INTRA, INTER-full(all blocks coded) and INTER-map (block are coded according to the map). That gives 3 different frame h...