Searched refs:ppi4_hsad (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_had_satd.c | 875 WORD32 **ppi4_hsad, in ihevce_had_8x8_using_4_4x4() argument 891 pi4_4x4_hsad = ppi4_hsad[HAD_4x4] + pos_x + pos_y * num_4x4_in_row; in ihevce_had_8x8_using_4_4x4() 892 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() 953 WORD32 **ppi4_hsad, in ihevce_had_8x8_using_4_4x4_r() argument 989 pi4_4x4_hsad = ppi4_hsad[HAD_4x4] + pos_x + pos_y * num_4x4_in_row; in ihevce_had_8x8_using_4_4x4_r() 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() 1210 WORD32 **ppi4_hsad, in ihevce_had_16x16_r() argument 1256 pi4_16x16_hsad = ppi4_hsad[HAD_16x16] + (pos_x >> 2) + (pos_y >> 2) * (num_4x4_in_row >> 2); in ihevce_had_16x16_r() 1279 ppi4_hsad, in ihevce_had_16x16_r() 1523 WORD32 **ppi4_hsad, in ihevce_had_32x32_r() argument [all …]
|
D | ihevce_had_satd.h | 120 WORD32 **ppi4_hsad, 157 WORD32 **ppi4_hsad, 217 WORD32 **ppi4_hsad, 228 WORD32 **ppi4_hsad,
|
D | hme_err_compute.h | 294 WORD32 **ppi4_hsad,
|
D | hme_subpel.c | 1323 S32 *ppi4_hsad; in hme_evalsatd_update_2_best_results_pt_pu_16x16() local 1340 ppi4_hsad = api4_satd_pu[HAD_16x16]; in hme_evalsatd_update_2_best_results_pt_pu_16x16() 1496 S32 *ppi4_hsad; in hme_evalsatd_update_1_best_result_pt_pu_16x16() local 1513 ppi4_hsad = api4_satd_pu[HAD_16x16]; in hme_evalsatd_update_1_best_result_pt_pu_16x16()
|
/external/libhevc/encoder/arm/ |
D | ihevce_had_compute_neon.c | 796 WORD32 **ppi4_hsad, in ihevce_had_8x8_using_4_4x4_r_neon() argument 833 pi4_4x4_hsad = ppi4_hsad[HAD_4x4] + pos_x + pos_y * num_4x4_in_row; in ihevce_had_8x8_using_4_4x4_r_neon() 834 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() 983 WORD32 **ppi4_hsad, in ihevce_had_16x16_r_neon() argument 1023 pi4_16x16_hsad = ppi4_hsad[HAD_16x16] + (pos_x >> 2) + (pos_y >> 2) * (num_4x4_in_row >> 2); in ihevce_had_16x16_r_neon() 1046 ppi4_hsad, in ihevce_had_16x16_r_neon()
|