Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dobu_parser.h316 const std::array<int, kNumReferenceFrameTypes>& shifted_order_hints,
320 const std::array<int, kNumReferenceFrameTypes>& shifted_order_hints,
324 const std::array<int, kNumReferenceFrameTypes>& shifted_order_hints,
327 const std::array<int, kNumReferenceFrameTypes>& shifted_order_hints);
Dobu_parser.cc637 const std::array<int, kNumReferenceFrameTypes>& shifted_order_hints, in FindLatestBackwardReference() argument
642 const int hint = shifted_order_hints[i]; in FindLatestBackwardReference()
655 const std::array<int, kNumReferenceFrameTypes>& shifted_order_hints, in FindEarliestBackwardReference() argument
660 const int hint = shifted_order_hints[i]; in FindEarliestBackwardReference()
673 const std::array<int, kNumReferenceFrameTypes>& shifted_order_hints, in FindLatestForwardReference() argument
678 const int hint = shifted_order_hints[i]; in FindLatestForwardReference()
690 const std::array<int, kNumReferenceFrameTypes>& shifted_order_hints) { in FindReferenceWithSmallestOutputOrder() argument
694 const int hint = shifted_order_hints[i]; in FindReferenceWithSmallestOutputOrder()
757 std::array<int, kNumReferenceFrameTypes> shifted_order_hints; in SetFrameReferences() local
762 shifted_order_hints[i] = current_frame_hint + relative_distance; in SetFrameReferences()
[all …]