Home
last modified time | relevance | path

Searched refs:best_cost_tu_split (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_had_satd.c1241 WORD32 best_cost = 0, best_cost_tu_split; in ihevce_had_16x16_r() local
1272 best_cost_tu_split = ihevce_had_8x8_using_4_4x4_r( in ihevce_had_16x16_r()
1294 best_cost = (best_cost_tu_split >> 2); in ihevce_had_16x16_r()
1297 tu_split_flag += (best_cost_tu_split & 0x3) >> 1; in ihevce_had_16x16_r()
1300 i4_early_cbf_flag += (best_cost_tu_split & 0x1); in ihevce_had_16x16_r()
1556 WORD32 best_cost_tu_split; in ihevce_had_32x32_r() local
1587 best_cost_tu_split = ps_func_selector->pf_had_16x16_r( in ihevce_had_32x32_r()
1609 best_cost = best_cost_tu_split >> 10; in ihevce_had_32x32_r()
1612 tu_split_flag += (best_cost_tu_split & 0x3E0) >> 5; in ihevce_had_32x32_r()
1615 i4_early_cbf_flag += best_cost_tu_split & 0x1F; in ihevce_had_32x32_r()
[all …]
Dhme_subpel.c1219 S32 best_cost_tu_split; in hme_evalsatd_pt_pu_8x8_tu_rec() local
1258 best_cost_tu_split = ps_func_selector->pf_had_8x8_using_4_4x4_r( in hme_evalsatd_pt_pu_8x8_tu_rec()
1282 i4_total_satd_cost = best_cost_tu_split >> 2; in hme_evalsatd_pt_pu_8x8_tu_rec()
1285 i4_tu_split_flag = (best_cost_tu_split & 0x3) >> 1; in hme_evalsatd_pt_pu_8x8_tu_rec()
1288 i4_early_cbf = (best_cost_tu_split & 0x1); in hme_evalsatd_pt_pu_8x8_tu_rec()
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c1003 WORD32 best_cost, best_cost_tu_split; in ihevce_had_16x16_r_neon() local
1039 best_cost_tu_split = ihevce_had_8x8_using_4_4x4_r_neon( in ihevce_had_16x16_r_neon()
1061 best_cost = (best_cost_tu_split >> 2); in ihevce_had_16x16_r_neon()
1064 tu_split_flag += (best_cost_tu_split & 0x3) >> 1; in ihevce_had_16x16_r_neon()
1067 i4_early_cbf_flag += (best_cost_tu_split & 0x1); in ihevce_had_16x16_r_neon()