Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dobu_parser.h315 const int current_frame_hint,
319 const int current_frame_hint,
323 const int current_frame_hint,
Dobu_parser.cc636 const int current_frame_hint, in FindLatestBackwardReference() argument
643 if (!used_frame[i] && hint >= current_frame_hint && in FindLatestBackwardReference()
654 const int current_frame_hint, in FindEarliestBackwardReference() argument
661 if (!used_frame[i] && hint >= current_frame_hint && in FindEarliestBackwardReference()
672 const int current_frame_hint, in FindLatestForwardReference() argument
679 if (!used_frame[i] && hint < current_frame_hint && in FindLatestForwardReference()
754 const int current_frame_hint = 1 << (sequence_header_.order_hint_bits - 1); in SetFrameReferences() local
762 shifted_order_hints[i] = current_frame_hint + relative_distance; in SetFrameReferences()
772 if (last_order_hint >= current_frame_hint || in SetFrameReferences()
773 gold_order_hint >= current_frame_hint) { in SetFrameReferences()
[all …]