Searched refs:diff_height (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | flashsv.c | 69 int diff_start, diff_height; member 227 for (k = 1; k <= s->diff_height; k++) { in flashsv_decode_block() 238 s->image_height - (y_pos + 1 + s->diff_height), in flashsv_decode_block() 239 x_pos, s->diff_height, width, in flashsv_decode_block() 393 s->diff_height = cur_blk_height; in flashsv_decode_frame() 425 s->diff_height = get_bits(&gb, 8); 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() 434 i, j, s->diff_start, s->diff_height); in flashsv_decode_frame()
|