Searched refs:compound_ref_mv_stack (Results 1 – 2 of 2) sorted by relevance
161 CompoundMotionVector* const compound_ref_mv_stack = in CompoundSearchStack() local162 prediction_parameters.compound_ref_mv_stack; in CompoundSearchStack()165 std::find_if(compound_ref_mv_stack, compound_ref_mv_stack + num_found, in CompoundSearchStack()169 if (result != compound_ref_mv_stack + num_found) { in CompoundSearchStack()171 std::distance(compound_ref_mv_stack, result), weight); in CompoundSearchStack()175 compound_ref_mv_stack[num_found] = candidate_mv; in CompoundSearchStack()304 CompoundMotionVector* const compound_ref_mv_stack = in AddTemporalReferenceMvCandidate() local305 prediction_parameters->compound_ref_mv_stack; in AddTemporalReferenceMvCandidate()311 std::find_if(compound_ref_mv_stack, compound_ref_mv_stack + num_found, in AddTemporalReferenceMvCandidate()315 if (result != compound_ref_mv_stack + num_found) { in AddTemporalReferenceMvCandidate()[all …]
113 return compound_ref_mv_stack[7 - (weight_index_stack[stack_index] & 7)] in reference_mv()145 CompoundMotionVector compound_ref_mv_stack[kMaxRefMvStackSize]; member