Home
last modified time | relevance | path

Searched refs:current_frame_hint (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/src/
Dobu_parser.h304 const int current_frame_hint,
308 const int current_frame_hint,
312 const int current_frame_hint,
Dobu_parser.cc637 const int current_frame_hint, in FindLatestBackwardReference() argument
644 if (!used_frame[i] && hint >= current_frame_hint && in FindLatestBackwardReference()
655 const int current_frame_hint, in FindEarliestBackwardReference() argument
662 if (!used_frame[i] && hint >= current_frame_hint && in FindEarliestBackwardReference()
673 const int current_frame_hint, in FindLatestForwardReference() argument
680 if (!used_frame[i] && hint < current_frame_hint && in FindLatestForwardReference()
755 const int current_frame_hint = 1 << (sequence_header_.order_hint_bits - 1); in SetFrameReferences() local
763 shifted_order_hints[i] = current_frame_hint + relative_distance; in SetFrameReferences()
773 if (last_order_hint >= current_frame_hint || in SetFrameReferences()
774 gold_order_hint >= current_frame_hint) { in SetFrameReferences()
[all …]