Searched refs:pi2_y0 (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_had_satd.c | 657 WORD16 *pi2_y0 = pi2_4x4_had; in ihevce_compute_8x8HAD_using_4x4() local 681 WORD16 a0 = pi2_y0[src_idx]; in ihevce_compute_8x8HAD_using_4x4() 1087 WORD16 *pi2_y0 = pi2_8x8_had; in ihevce_compute_16x16HAD_using_8x8() local 1111 WORD16 a0 = pi2_y0[src_idx]; in ihevce_compute_16x16HAD_using_8x8() 1244 WORD16 *pi2_y0; in ihevce_had_16x16_r() local 1269 pi2_y0 = ai2_8x8_had + (i & 0x01) * 8 + (i >> 1) * 16 * 8; in ihevce_had_16x16_r() 1277 pi2_y0, in ihevce_had_16x16_r() 1309 pi2_y0 = ai2_8x8_had; in ihevce_had_16x16_r() 1313 ihevce_compute_16x16HAD_using_8x8(pi2_y0, 16, pi2_dst, dst_strd, i4_frm_qstep, &early_cbf); in ihevce_had_16x16_r() 1399 WORD16 *pi2_y0 = pi2_16x16_had; in ihevce_compute_32x32HAD_using_16x16() local [all …]
|
D | hme_subpel.c | 1320 S16 *pi2_y0; in hme_evalsatd_update_2_best_results_pt_pu_16x16() local 1347 pi2_y0 = ai2_8x8_had + (i & 0x01) * 8 + (i >> 1) * 16 * 8; in hme_evalsatd_update_2_best_results_pt_pu_16x16() 1351 pu1_src, inp_stride, pu1_pred, ref_stride, pi2_y0, 16, api4_satd_pu, pos_x_y_4x4_0, 4); in hme_evalsatd_update_2_best_results_pt_pu_16x16() 1493 S16 *pi2_y0; in hme_evalsatd_update_1_best_result_pt_pu_16x16() local 1520 pi2_y0 = ai2_8x8_had + (i & 0x01) * 8 + (i >> 1) * 16 * 8; in hme_evalsatd_update_1_best_result_pt_pu_16x16() 1524 pu1_src, inp_stride, pu1_pred, ref_stride, pi2_y0, 16, api4_satd_pu, pos_x_y_4x4_0, 4); in hme_evalsatd_update_1_best_result_pt_pu_16x16()
|
/external/libhevc/encoder/arm/ |
D | ihevce_had_compute_neon.c | 1012 WORD16 *pi2_y0; in ihevce_had_16x16_r_neon() local 1036 pi2_y0 = ai2_8x8_had + (i & 0x01) * 8 + (i >> 1) * 16 * 8; in ihevce_had_16x16_r_neon() 1044 pi2_y0, in ihevce_had_16x16_r_neon() 1076 pi2_y0 = ai2_8x8_had; in ihevce_had_16x16_r_neon() 1080 pi2_y0, 16, pi2_dst, dst_strd, i4_frm_qstep, &early_cbf); in ihevce_had_16x16_r_neon()
|