Home | History | Annotate | Download | only in encoder

Lines Matching refs:best_cost

982     WORD32 best_cost = 0;
1015 best_cost = cost_child;
1016 best_cost <<= 1;
1017 best_cost++;
1024 best_cost = cost_parent;
1025 best_cost <<= 1;
1033 best_cost = cost_parent;
1034 best_cost <<= 1;
1042 return ((best_cost << 1) + early_cbf);
1239 /*best_cost returns the best cost at the end of the function */
1241 WORD32 best_cost = 0, best_cost_tu_split;
1294 best_cost = (best_cost_tu_split >> 2);
1302 cost_child += best_cost;
1332 best_cost = cost_child;
1338 best_cost = cost_parent;
1345 best_cost = cost_parent;
1348 pi4_16x16_hsad[0] = best_cost;
1353 return ((best_cost << 10) + (tu_split_flag << 5) + i4_early_cbf_flag);
1554 WORD32 best_cost = 0;
1609 best_cost = best_cost_tu_split >> 10;
1620 cost_child += best_cost;
1644 best_cost = best_cost_tu_split >> 10;
1655 cost_child += best_cost;
1679 best_cost = best_cost_tu_split >> 10;
1690 cost_child += best_cost;
1714 best_cost = best_cost_tu_split >> 10;
1725 cost_child += best_cost;
1749 best_cost = cost_child;
1755 best_cost = cost_parent;
1761 best_cost = cost_parent;
1766 pi4_32x32_hsad[0] = best_cost;