Searched refs:diff_height (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | flashsv.c | 71 int diff_start, diff_height; member 247 for (k = 1; k <= s->diff_height; k++) { in flashsv_decode_block() 258 s->image_height - (y_pos + 1 + s->diff_height), in flashsv_decode_block() 259 x_pos, s->diff_height, width, in flashsv_decode_block() 387 s->diff_height = cur_blk_height; in flashsv_decode_frame() 419 s->diff_height = get_bits(&gb, 8); 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() 428 i, j, s->diff_start, s->diff_height); in flashsv_decode_frame()
|
Completed in 2 milliseconds