Searched refs:cost_child (Results 1 – 2 of 2) sorted by relevance
977 WORD32 cost_child = 0, cost_parent = 0; in ihevce_had_8x8_using_4_4x4_r() local996 cost_child = ihevce_had4_4x4( in ihevce_had_8x8_using_4_4x4_r()1007 cost_child += ((4) * lambda) >> (lambda_q_shift + 1); 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()1015 best_cost = cost_child; in ihevce_had_8x8_using_4_4x4_r()1019 pi4_8x8_hsad[0] = cost_child; in ihevce_had_8x8_using_4_4x4_r()1237 WORD32 cost_parent = 0, cost_child = 0; in ihevce_had_16x16_r() local1302 cost_child += best_cost; in ihevce_had_16x16_r()1319 cost_child += ((4 + 4) * lambda) >> (lambda_q_shift + 1); in ihevce_had_16x16_r()1327 if((cost_child < cost_parent) || (i4_max_tr_size < u1_cur_tr_size)) in ihevce_had_16x16_r()[all …]
818 WORD32 cost_child, cost_parent; in ihevce_had_8x8_using_4_4x4_r_neon() local855 cost_child = hadamard_sad4x4_4(a, pi4_4x4_hsad, num_4x4_in_row); in ihevce_had_8x8_using_4_4x4_r_neon()857 cost_child += ((4) * lambda) >> (lambda_q_shift + 1); in ihevce_had_8x8_using_4_4x4_r_neon()866 if((cost_child < cost_parent) || (i4_max_tr_size < u1_cur_tr_size)) in ihevce_had_8x8_using_4_4x4_r_neon()869 best_cost = cost_child; in ihevce_had_8x8_using_4_4x4_r_neon()873 pi4_8x8_hsad[0] = cost_child; in ihevce_had_8x8_using_4_4x4_r_neon()1006 WORD32 cost_parent, cost_child = 0; in ihevce_had_16x16_r_neon() local1069 cost_child += best_cost; in ihevce_had_16x16_r_neon()1083 cost_child += ((4 + 4) * lambda) >> (lambda_q_shift + 1); in ihevce_had_16x16_r_neon()1091 if((cost_child < cost_parent) || (i4_max_tr_size < u1_cur_tr_size)) in ihevce_had_16x16_r_neon()[all …]