Home
last modified time | relevance | path

Searched refs:diff_start (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dflashsv.c71 int diff_start, diff_height; member
242 y_pos += s->diff_start; in flashsv_decode_block()
386 s->diff_start = 0; in flashsv_decode_frame()
418 s->diff_start = 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 1 milliseconds