Home
last modified time | relevance | path

Searched refs:cur_blk_height (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dflashsvenc.c156 int cur_blk_height = (j < v_blocks) ? block_height : v_part; in encode_bitstream() local
168 s->image_height - (y_pos + cur_blk_height + 1), in encode_bitstream()
169 x_pos, cur_blk_height, cur_blk_width, in encode_bitstream()
175 3 * cur_blk_width * cur_blk_height, 9); in encode_bitstream()
Dflashsv.c378 int cur_blk_height = (j < v_blocks) ? s->block_height : v_part; in flashsv_decode_frame() local
393 s->diff_height = cur_blk_height; in flashsv_decode_frame()
426 if (s->diff_start + s->diff_height > cur_blk_height) { in flashsv_decode_frame()
429 s->diff_start, s->diff_height, cur_blk_height); in flashsv_decode_frame()
466 for (k = 0; k < cur_blk_height; k++) { in flashsv_decode_frame()
476 cur_blk_width, cur_blk_height, in flashsv_decode_frame()