Home
last modified time | relevance | path

Searched refs:cost_parent (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_had_satd.c977 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()
[all …]
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c818 WORD32 cost_child, cost_parent; in ihevce_had_8x8_using_4_4x4_r_neon() local
860 cost_parent = hadamard_sad8x8_using4x4(a, &early_cbf, i4_frm_qstep); 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()
877 best_cost = cost_parent; in ihevce_had_8x8_using_4_4x4_r_neon()
880 pi4_8x8_hsad[0] = cost_parent; in ihevce_had_8x8_using_4_4x4_r_neon()
885 best_cost = cost_parent; in ihevce_had_8x8_using_4_4x4_r_neon()
888 pi4_8x8_hsad[0] = cost_parent; in ihevce_had_8x8_using_4_4x4_r_neon()
1006 WORD32 cost_parent, cost_child = 0; in ihevce_had_16x16_r_neon() local
1079 cost_parent = ihevce_compute_16x16HAD_using_8x8_neon( 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 …]