Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dmotion_vector.cc522 const ReferenceFrameType candidate_reference_frame = bp.reference_frame[i]; in AddExtraCompoundMvCandidate() local
523 if (candidate_reference_frame <= kReferenceFrameIntra) continue; in AddExtraCompoundMvCandidate()
528 if (candidate_reference_frame == block_reference_frame && in AddExtraCompoundMvCandidate()
533 if (reference_frame_sign_bias[candidate_reference_frame] != in AddExtraCompoundMvCandidate()
557 const ReferenceFrameType candidate_reference_frame = bp.reference_frame[i]; in AddExtraSingleMvCandidate() local
558 if (candidate_reference_frame <= kReferenceFrameIntra) continue; in AddExtraSingleMvCandidate()
560 if (reference_frame_sign_bias[candidate_reference_frame] != in AddExtraSingleMvCandidate()