Home
last modified time | relevance | path

Searched refs:blocks_wide (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
109 blocks_wide = s->avctx->width / 4; in msvideo1_decode_8bit()
111 total_blocks = blocks_wide * blocks_high; in msvideo1_decode_8bit()
117 for (block_x = blocks_wide; block_x > 0; block_x--) { in msvideo1_decode_8bit()
194 int blocks_wide, blocks_high; /* width and height in 4x4 blocks */ in msvideo1_decode_16bit() local
209 blocks_wide = s->avctx->width / 4; in msvideo1_decode_16bit()
211 total_blocks = blocks_wide * blocks_high; in msvideo1_decode_16bit()
217 for (block_x = blocks_wide; block_x > 0; block_x--) { in msvideo1_decode_16bit()

Completed in 2 milliseconds