Lines Matching refs:cost_parent
977 WORD32 cost_child = 0, cost_parent = 0; in ihevce_had_8x8_using_4_4x4_r() local
1004 cost_parent = ((u4_satd + 4) >> 3); in ihevce_had_8x8_using_4_4x4_r()
1011 if((cost_child < cost_parent) || (i4_max_tr_size < u1_cur_tr_size)) in ihevce_had_8x8_using_4_4x4_r()
1024 best_cost = cost_parent; in ihevce_had_8x8_using_4_4x4_r()
1027 pi4_8x8_hsad[0] = cost_parent; in ihevce_had_8x8_using_4_4x4_r()
1033 best_cost = cost_parent; in ihevce_had_8x8_using_4_4x4_r()
1036 pi4_8x8_hsad[0] = cost_parent; in ihevce_had_8x8_using_4_4x4_r()
1237 WORD32 cost_parent = 0, cost_child = 0; in ihevce_had_16x16_r() local
1316 cost_parent = ((u4_satd + 4) >> 3); in ihevce_had_16x16_r()
1327 if((cost_child < cost_parent) || (i4_max_tr_size < u1_cur_tr_size)) 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()
1551 WORD32 cost_child = 0, cost_parent = 0; in ihevce_had_32x32_r() local
1733 cost_parent = ((u4_satd + 2) >> 2); in ihevce_had_32x32_r()
1746 if((cost_child < cost_parent) || (u1_cur_tr_size > i4_max_tr_size)) 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()