Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmsvideo1.c94 int blocks_wide, blocks_high; /* width and height in 4x4 blocks */ in msvideo1_decode_8bit() local
110 blocks_high = s->avctx->height / 4; in msvideo1_decode_8bit()
111 total_blocks = blocks_wide * blocks_high; in msvideo1_decode_8bit()
115 for (block_y = blocks_high; block_y > 0; block_y--) { in msvideo1_decode_8bit()
194 int blocks_wide, blocks_high; /* width and height in 4x4 blocks */ in msvideo1_decode_16bit() local
210 blocks_high = s->avctx->height / 4; in msvideo1_decode_16bit()
211 total_blocks = blocks_wide * blocks_high; in msvideo1_decode_16bit()
215 for (block_y = blocks_high; block_y > 0; block_y--) { in msvideo1_decode_16bit()

Completed in 1 milliseconds