Searched refs:blocks_wide (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmsvideo1.c84 int blocks_wide, blocks_high; /* width and height in 4x4 blocks */ local
99 blocks_wide = s->avctx->width / 4;
101 total_blocks = blocks_wide * blocks_high;
107 for (block_x = blocks_wide; block_x > 0; block_x--) {
184 int blocks_wide, blocks_high; /* width and height in 4x4 blocks */ local
199 blocks_wide = s->avctx->width / 4;
201 total_blocks = blocks_wide * blocks_high;
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.c90 int blocks_wide, blocks_high; /* width and height in 4x4 blocks */ local
105 blocks_wide = s->avctx->width / 4;
107 total_blocks = blocks_wide * blocks_high;
113 for (block_x = blocks_wide; block_x > 0; block_x--) {
190 int blocks_wide, blocks_high; /* width and height in 4x4 blocks */ local
205 blocks_wide = s->avctx->width / 4;
207 total_blocks = blocks_wide * blocks_high;
213 for (block_x = blocks_wide; block_x > 0; block_x--) {

Completed in 102 milliseconds