Searched refs:ref_start (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | bink.c | 858 uint8_t *dst, *ref, *ref_start, *ref_end; in binkb_decode_plane() local 873 ref_start = frame->data[plane_idx]; in binkb_decode_plane() 930 if (ref < ref_start || ref > ref_end) { in binkb_decode_plane() 946 if (ref < ref_start || ref > ref_end) { in binkb_decode_plane() 978 if (ref < ref_start || ref > ref_end) { in binkb_decode_plane() 1005 uint8_t *ref_start, in bink_put_pixels() 1011 if (ref < ref_start || ref > ref_end) { in bink_put_pixels() 1026 uint8_t *dst, *prev, *ref_start, *ref_end; in bink_decode_plane() local 1057 ref_start = c->last->data[plane_idx] ? c->last->data[plane_idx] in bink_decode_plane() 1059 ref_end = ref_start in bink_decode_plane() 1003 bink_put_pixels(BinkContext *c, uint8_t *dst, uint8_t *prev, int stride, uint8_t *ref_start, uint8_t *ref_end) bink_put_pixels() argument [all...] |
H A D | h264_slice.c | 694 int ref0, ref1, i, cur_poc, ref_start, ref_count0, ref_count1; in implicit_weight_table() local 713 ref_start = 0; in implicit_weight_table() 718 ref_start = 16; in implicit_weight_table() 728 for (ref0 = ref_start; ref0 < ref_count0; ref0++) { in implicit_weight_table() 730 for (ref1 = ref_start; ref1 < ref_count1; ref1++) { in implicit_weight_table()
|
Completed in 7 milliseconds