Lines Matching refs:order_hint_n_bits
212 hdr->order_hint_n_bits = dav1d_get_bits(gb, 3) + 1; in parse_seq_hdr()
474 dav1d_get_bits(gb, seqhdr->order_hint_n_bits) : 0; in parse_frame_hdr()
499 dav1d_get_bits(gb, seqhdr->order_hint_n_bits); in parse_frame_hdr()
515 dav1d_get_bits(gb, seqhdr->order_hint_n_bits); in parse_frame_hdr()
525 const int current_frame_offset = 1 << (seqhdr->order_hint_n_bits - 1); in parse_frame_hdr()
529 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()