Searched refs:c_width (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-risc.c386 unsigned int c_width; local
403 c_width = min((unsigned int) crop->width, width * 16);
407 geo->hscale = (c_width * 4096U + (width >> 1)) / width - 4096;
409 geo->hdelay = ((crop->left * width + c_width) / c_width) & ~1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c1663 int c_width; local
1696 c_width = s->width >> s->chroma_x_shift;
1698 s->c_superblock_width = (c_width + 31) / 32;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c1717 int c_width; local
1761 c_width = s->width >> s->chroma_x_shift;
1763 s->c_superblock_width = (c_width + 31) / 32;

Completed in 123 milliseconds