Home | History | Annotate | Download | only in arm

Lines Matching refs:best_cost

819     WORD32 best_cost;
869 best_cost = cost_child;
870 best_cost <<= 1;
871 best_cost++;
877 best_cost = cost_parent;
878 best_cost <<= 1;
885 best_cost = cost_parent;
886 best_cost <<= 1;
894 return ((best_cost << 1) + early_cbf);
1003 WORD32 best_cost, best_cost_tu_split;
1061 best_cost = (best_cost_tu_split >> 2);
1069 cost_child += best_cost;
1095 best_cost = cost_child;
1100 best_cost = cost_parent;
1106 best_cost = cost_parent;
1109 pi4_16x16_hsad[0] = best_cost;
1114 return ((best_cost << 10) + (tu_split_flag << 5) + i4_early_cbf_flag);