• Home
  • Raw
  • Download

Lines Matching refs:best_cost

982     WORD32 best_cost = 0;  in ihevce_had_8x8_using_4_4x4_r()  local
1015 best_cost = cost_child; in ihevce_had_8x8_using_4_4x4_r()
1016 best_cost <<= 1; in ihevce_had_8x8_using_4_4x4_r()
1017 best_cost++; in ihevce_had_8x8_using_4_4x4_r()
1024 best_cost = cost_parent; in ihevce_had_8x8_using_4_4x4_r()
1025 best_cost <<= 1; in ihevce_had_8x8_using_4_4x4_r()
1033 best_cost = cost_parent; in ihevce_had_8x8_using_4_4x4_r()
1034 best_cost <<= 1; in ihevce_had_8x8_using_4_4x4_r()
1042 return ((best_cost << 1) + early_cbf); in ihevce_had_8x8_using_4_4x4_r()
1241 WORD32 best_cost = 0, best_cost_tu_split; in ihevce_had_16x16_r() local
1294 best_cost = (best_cost_tu_split >> 2); in ihevce_had_16x16_r()
1302 cost_child += best_cost; in ihevce_had_16x16_r()
1332 best_cost = cost_child; in ihevce_had_16x16_r()
1338 best_cost = cost_parent; in ihevce_had_16x16_r()
1345 best_cost = cost_parent; in ihevce_had_16x16_r()
1348 pi4_16x16_hsad[0] = best_cost; in ihevce_had_16x16_r()
1353 return ((best_cost << 10) + (tu_split_flag << 5) + i4_early_cbf_flag); in ihevce_had_16x16_r()
1554 WORD32 best_cost = 0; in ihevce_had_32x32_r() local
1609 best_cost = best_cost_tu_split >> 10; in ihevce_had_32x32_r()
1620 cost_child += best_cost; in ihevce_had_32x32_r()
1644 best_cost = best_cost_tu_split >> 10; in ihevce_had_32x32_r()
1655 cost_child += best_cost; in ihevce_had_32x32_r()
1679 best_cost = best_cost_tu_split >> 10; in ihevce_had_32x32_r()
1690 cost_child += best_cost; in ihevce_had_32x32_r()
1714 best_cost = best_cost_tu_split >> 10; in ihevce_had_32x32_r()
1725 cost_child += best_cost; in ihevce_had_32x32_r()
1749 best_cost = cost_child; in ihevce_had_32x32_r()
1755 best_cost = cost_parent; in ihevce_had_32x32_r()
1761 best_cost = cost_parent; in ihevce_had_32x32_r()
1766 pi4_32x32_hsad[0] = best_cost; in ihevce_had_32x32_r()