Home
last modified time | relevance | path

Searched refs:HAD_8x8 (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dhme_subpel.c1241 api4_satd_pu[HAD_8x8] = &i4_satd_8x8; in hme_evalsatd_pt_pu_8x8_tu_rec()
1246 api4_tu_split[HAD_8x8] = &i4_tu_split_flag; in hme_evalsatd_pt_pu_8x8_tu_rec()
1251 api4_tu_early_cbf[HAD_8x8] = &i4_tu_early_cbf; in hme_evalsatd_pt_pu_8x8_tu_rec()
1336 api4_satd_pu[HAD_8x8] = &ai4_satd_8x8[0]; in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1509 api4_satd_pu[HAD_8x8] = &ai4_satd_8x8[0]; in hme_evalsatd_update_1_best_result_pt_pu_16x16()
1673 api4_satd_pu[HAD_8x8] = &ai4_satd_8x8[0]; in hme_evalsatd_pt_pu_16x16_tu_rec()
1678 api4_tu_split[HAD_8x8] = &ai4_tu_split_8x8[0]; in hme_evalsatd_pt_pu_16x16_tu_rec()
1683 api4_tu_early_cbf[HAD_8x8] = &ai4_tu_early_cbf_8x8[0]; in hme_evalsatd_pt_pu_16x16_tu_rec()
1753 api4_satd_pu[HAD_8x8] = &ai4_satd_8x8[0]; in hme_evalsatd_pt_pu_32x32()
1860 api4_satd_pu[HAD_8x8] = &ai4_satd_8x8[0]; in hme_evalsatd_pt_pu_32x32_tu_rec()
[all …]
Dihevce_had_satd.c892 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4()
990 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r()
991 pi4_8x8_tu_split = ppi4_tu_split[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r()
993 ppi4_tu_early_cbf[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r()
Dihevce_had_satd.h59 HAD_8x8 = 1, enumerator
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c834 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r_neon()
835 pi4_8x8_tu_split = ppi4_tu_split[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r_neon()
837 ppi4_tu_early_cbf[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r_neon()