Searched refs:blocks_high (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
100 blocks_high = s->avctx->height / 4;
101 total_blocks = blocks_wide * blocks_high;
105 for (block_y = blocks_high; block_y > 0; block_y--) {
184 int blocks_wide, blocks_high; /* width and height in 4x4 blocks */ local
200 blocks_high = s->avctx->height / 4;
201 total_blocks = blocks_wide * blocks_high;
205 for (block_y = blocks_high; block_y > 0; block_y--) {
/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
106 blocks_high = s->avctx->height / 4;
107 total_blocks = blocks_wide * blocks_high;
111 for (block_y = blocks_high; block_y > 0; block_y--) {
190 int blocks_wide, blocks_high; /* width and height in 4x4 blocks */ local
206 blocks_high = s->avctx->height / 4;
207 total_blocks = blocks_wide * blocks_high;
211 for (block_y = blocks_high; block_y > 0; block_y--) {

Completed in 60 milliseconds