Home
last modified time | relevance | path

Searched refs:get_poc_diff (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libdav1d/src/
H A Drefmvs.c841 const int poc_diff = get_poc_diff(seq_hdr->order_hint_n_bits, in dav1d_refmvs_init_frame()
845 rf->pocdiff[i] = iclip(get_poc_diff(seq_hdr->order_hint_n_bits, in dav1d_refmvs_init_frame()
858 if (rp_ref[4] && get_poc_diff(seq_hdr->order_hint_n_bits, ref_poc[4], in dav1d_refmvs_init_frame()
863 if (rp_ref[5] && get_poc_diff(seq_hdr->order_hint_n_bits, ref_poc[5], in dav1d_refmvs_init_frame()
869 get_poc_diff(seq_hdr->order_hint_n_bits, ref_poc[6], in dav1d_refmvs_init_frame()
879 const int diff1 = get_poc_diff(seq_hdr->order_hint_n_bits, in dav1d_refmvs_init_frame()
887 const int diff2 = get_poc_diff(seq_hdr->order_hint_n_bits, in dav1d_refmvs_init_frame()
H A Denv.h237 static inline int get_poc_diff(const int order_hint_n_bits, in get_poc_diff() function
253 const unsigned d0 = abs(get_poc_diff(order_hint_n_bits, ref0poc, poc)); in get_jnt_comp_ctx()
254 const unsigned d1 = abs(get_poc_diff(order_hint_n_bits, poc, ref1poc)); in get_jnt_comp_ctx()
H A Dobu.c529 get_poc_diff(seqhdr->order_hint_n_bits, in parse_frame_hdr()
990 const int diff = get_poc_diff(seqhdr->order_hint_n_bits, refpoc, poc); in parse_frame_hdr()
992 if (off_after == -1 || get_poc_diff(seqhdr->order_hint_n_bits, in parse_frame_hdr()
999 get_poc_diff(seqhdr->order_hint_n_bits, in parse_frame_hdr()
1017 if (get_poc_diff(seqhdr->order_hint_n_bits, in parse_frame_hdr()
1020 get_poc_diff(seqhdr->order_hint_n_bits, in parse_frame_hdr()
H A Ddecode.c3098 imin(abs(get_poc_diff(f->seq_hdr->order_hint_n_bits, ref0poc, in dav1d_decode_frame_init()
3101 imin(abs(get_poc_diff(f->seq_hdr->order_hint_n_bits, ref1poc, in dav1d_decode_frame_init()