Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dflashsvenc.c157 int cur_blk_height = (j < v_blocks) ? block_height : v_part; in encode_bitstream() local
169 s->image_height - (y_pos + cur_blk_height + 1), in encode_bitstream()
170 x_pos, cur_blk_height, cur_blk_width, in encode_bitstream()
176 3 * cur_blk_width * cur_blk_height, 9); in encode_bitstream()
Dflashsv.c372 int cur_blk_height = (j < v_blocks) ? s->block_height : v_part; in flashsv_decode_frame() local
387 s->diff_height = cur_blk_height; in flashsv_decode_frame()
420 if (s->diff_start + s->diff_height > cur_blk_height) { in flashsv_decode_frame()
423 s->diff_start, s->diff_height, cur_blk_height); in flashsv_decode_frame()
460 for (k = 0; k < cur_blk_height; k++) { in flashsv_decode_frame()
470 cur_blk_width, cur_blk_height, in flashsv_decode_frame()