Searched refs:reference_frame_sign_bias (Results 1 – 5 of 5) sorted by relevance
80 std::array<bool, kNumReferenceFrameTypes> reference_frame_sign_bias = {}; member
519 const std::array<bool, kNumReferenceFrameTypes>& reference_frame_sign_bias = in AddExtraCompoundMvCandidate() local520 block.tile.reference_frame_sign_bias(); in AddExtraCompoundMvCandidate()533 if (reference_frame_sign_bias[candidate_reference_frame] != in AddExtraCompoundMvCandidate()534 reference_frame_sign_bias[block_reference_frame]) { in AddExtraCompoundMvCandidate()549 const std::array<bool, kNumReferenceFrameTypes>& reference_frame_sign_bias = in AddExtraSingleMvCandidate() local550 block.tile.reference_frame_sign_bias(); in AddExtraSingleMvCandidate()560 if (reference_frame_sign_bias[candidate_reference_frame] != in AddExtraSingleMvCandidate()561 reference_frame_sign_bias[block_reference_frame]) { in AddExtraSingleMvCandidate()
122 const std::array<bool, kNumReferenceFrameTypes>& reference_frame_sign_bias() in reference_frame_sign_bias() function
2147 decoder_state_.reference_frame_sign_bias[reference_frame] = in ParseFrameParameters()
442 reference_frame_sign_bias_(state.reference_frame_sign_bias),