Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_had_satd.c980 const UWORD8 u1_cur_tr_size = 8; in ihevce_had_8x8_using_4_4x4_r() local
1011 if((cost_child < cost_parent) || (i4_max_tr_size < u1_cur_tr_size)) in ihevce_had_8x8_using_4_4x4_r()
1233 const UWORD8 u1_cur_tr_size = 16; in ihevce_had_16x16_r() local
1327 if((cost_child < cost_parent) || (i4_max_tr_size < u1_cur_tr_size)) in ihevce_had_16x16_r()
1546 const UWORD8 u1_cur_tr_size = 32; in ihevce_had_32x32_r() local
1746 if((cost_child < cost_parent) || (u1_cur_tr_size > i4_max_tr_size)) in ihevce_had_32x32_r()
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c821 const UWORD8 u1_cur_tr_size = 8; in ihevce_had_8x8_using_4_4x4_r_neon() local
866 if((cost_child < cost_parent) || (i4_max_tr_size < u1_cur_tr_size)) in ihevce_had_8x8_using_4_4x4_r_neon()
1008 const UWORD8 u1_cur_tr_size = 16; in ihevce_had_16x16_r_neon() local
1091 if((cost_child < cost_parent) || (i4_max_tr_size < u1_cur_tr_size)) in ihevce_had_16x16_r_neon()