Searched refs:b_width (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Da64multienc.c252 int b_width; local
268 b_width = FFMIN(avctx->width ,C64XRES) >> 3;
269 screen_size = b_width * b_height;
272 b_width = C64XRES >> 3;
327 for (x = 0; x < b_width; x++) {
328 buf[y * b_width + x] = charmap[y * b_width + x];
H A Dsnow.h150 int b_width; member in struct:SnowContext
230 const int w= s->b_width << s->block_max_depth;
277 //FIXME name cleanup (b_w, block_w, b_width stuff)
280 const int b_width = s->b_width << s->block_max_depth; local
282 const int b_stride= b_width;
296 }else if(b_x + 1 >= b_width){
403 const int mb_w= s->b_width << s->block_max_depth;
459 const int w= s->b_width << s->block_max_depth;
H A Dsnowenc.c247 int size= s->b_width * s->b_height << 2*s->block_max_depth;
307 const int w= s->b_width << s->block_max_depth;
523 const int w= s->b_width << s->block_max_depth;
586 const int b_stride = s->b_width << s->block_max_depth;
632 const int b_stride = s->b_width << s->block_max_depth;
680 const int b_stride = s->b_width << s->block_max_depth;
780 const int b_stride = s->b_width << s->block_max_depth;
961 const int b_stride= s->b_width << s->block_max_depth;
1007 const int b_stride= s->b_width << s->block_max_depth;
1046 const int b_width local
[all...]
H A Divi_common.c178 uint32_t b_width, b_height, align_fac, width_aligned, height_aligned, buf_size; local
201 b_width = planes[p].num_bands == 1 ? planes[p].width : (planes[p].width + 1) >> 1;
207 width_aligned = FFALIGN(b_width , align_fac);
215 band->width = b_width;
H A Dsnowdec.c40 const int mb_w= s->b_width << s->block_max_depth;
136 const int w= s->b_width << s->block_max_depth;
371 int w= s->b_width;
H A Dsnow.c89 s->b_width = w;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Da64multienc.c281 int b_width; local
298 b_width = FFMIN(avctx->width ,C64XRES) >> 3;
299 screen_size = b_width * b_height;
302 b_width = C64XRES >> 3;
361 for (x = 0; x < b_width; x++) {
362 buf[y * b_width + x] = charmap[y * b_width + x];
H A Dsnow.h161 int b_width; member in struct:SnowContext
241 const int w= s->b_width << s->block_max_depth;
288 //FIXME name cleanup (b_w, block_w, b_width stuff)
291 const int b_width = s->b_width << s->block_max_depth; local
293 const int b_stride= b_width;
307 }else if(b_x + 1 >= b_width){
416 const int mb_w= s->b_width << s->block_max_depth;
473 const int w= s->b_width << s->block_max_depth;
H A Dsnowenc.c133 int size= s->b_width * s->b_height << 2*s->block_max_depth;
219 const int w= s->b_width << s->block_max_depth;
440 const int w= s->b_width << s->block_max_depth;
506 const int b_stride = s->b_width << s->block_max_depth;
554 const int b_stride = s->b_width << s->block_max_depth;
603 const int b_stride = s->b_width << s->block_max_depth;
706 const int b_stride = s->b_width << s->block_max_depth;
889 const int b_stride= s->b_width << s->block_max_depth;
935 const int b_stride= s->b_width << s->block_max_depth;
982 const int b_width local
[all...]
H A Divi_common.c307 uint32_t b_width, b_height, align_fac, width_aligned, local
335 b_width = planes[p].num_bands == 1 ? planes[p].width
343 width_aligned = FFALIGN(b_width , align_fac);
351 band->width = b_width;
H A Dmss3.c833 int b_width = avctx->width >> (2 + !!i); local
835 c->dct_coder[i].prev_dc_stride = b_width;
838 b_width * b_height);
H A Dsnowdec.c38 const int mb_w= s->b_width << s->block_max_depth;
135 const int w= s->b_width << s->block_max_depth;
392 int w= s->b_width;
H A Dsnow.c107 s->b_width = w;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_n.c81 !chanspec->b_width && !chanspec->b_freq;
89 chanspec1->b_width == chanspec2->b_width &&
3305 if (chanspec.b_width == 3)
3361 if (chanspec.b_width != nphy->b_width)
3362 ; /* TODO: BMAC BW Set (chanspec.b_width) */
3365 if (chanspec.b_width == 3) {
H A Dphy_n.h932 u8 b_width; member in struct:b43_chanspec
987 u8 b_width; member in struct:b43_phy_n

Completed in 330 milliseconds