Searched refs:block_x (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmsvideo1.c83 int block_x, block_y; /* block width and height iterators */ local
107 for (block_x = blocks_wide; block_x > 0; block_x--) {
183 int block_x, block_y; /* block width and height iterators */ local
207 for (block_x = blocks_wide; block_x > 0; block_x--) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmsvideo1.c89 int block_x, block_y; /* block width and height iterators */ local
113 for (block_x = blocks_wide; block_x > 0; block_x--) {
189 int block_x, block_y; /* block width and height iterators */ local
213 for (block_x = blocks_wide; block_x > 0; block_x--) {
H A Descape130.c206 block_index, block_x = 0; local
301 block_x++;
302 if (block_x * 2 == avctx->width) {
303 block_x = 0;
H A Dmjpegdec.c1154 int block_x, block_y; local
1158 for (block_x=0; block_x<size; block_x++)
1159 *(uint16_t*)(ptr + 2*block_x + block_y*linesize) <<= 16 - s->bits;
1162 for (block_x=0; block_x<size; block_x++)
1163 *(ptr + block_x + block_y*linesize) <<= 8 - s->bits;

Completed in 72 milliseconds