Searched refs:weight_index_stack (Results 1 – 2 of 2) sorted by relevance
110 return ref_mv_stack[7 - (weight_index_stack[stack_index] & 7)]; in reference_mv()113 return compound_ref_mv_stack[7 - (weight_index_stack[stack_index] & 7)] in reference_mv()118 weight_index_stack[index] += weight << 3; in IncreaseWeight()122 weight_index_stack[index] = (weight << 3) + 7 - index; in SetWeightIndexStackEntry()152 int16_t weight_index_stack[kMaxRefMvStackSize]; member
664 int16_t* const weight_index_stack) { in SortWeightIndexStack() argument668 int weight_index_0 = weight_index_stack[0]; in SortWeightIndexStack()669 int weight_index_1 = weight_index_stack[1]; in SortWeightIndexStack()672 int weight_index_2 = weight_index_stack[2]; in SortWeightIndexStack()675 weight_index_stack[2] = weight_index_2; in SortWeightIndexStack()677 weight_index_stack[0] = weight_index_0; in SortWeightIndexStack()678 weight_index_stack[1] = weight_index_1; in SortWeightIndexStack()683 int16_t max_element = weight_index_stack[0]; in SortWeightIndexStack()686 max_element = std::max(max_element, weight_index_stack[i]); in SortWeightIndexStack()688 weight_index_stack[0] = max_element; in SortWeightIndexStack()[all …]