Searched refs:pu1_dst1 (Results 1 – 6 of 6) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_half_pel.c | 180 UWORD8 *pu1_dst1, in ih264e_sixtap_filter_2dvh_vert() argument 218 pu1_dst1[col] = CLIP_U8((pi4_pred[col] + 16) >> 5); in ih264e_sixtap_filter_2dvh_vert() 222 pu1_dst1 += dst_strd; in ih264e_sixtap_filter_2dvh_vert()
|
D | ih264e_half_pel.h | 145 UWORD8 *pu1_dst1,
|
D | ih264e_structs.h | 143 typedef void (*pf_sixtap_filter_2dvh_vert)(UWORD8 *pu1_src, UWORD8 *pu1_dst1, UWORD8 *pu1_dst2,
|
/external/libavc/encoder/x86/ |
D | ih264e_half_pel_ssse3.c | 247 UWORD8 *pu1_dst1, in ih264e_sixtap_filter_2dvh_vert_ssse3() argument 470 _mm_storeu_si128((__m128i *)pu1_dst1, res_16x8b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 471 pu1_dst1[16] = CLIP_U8((pi2_pred1[18] + 16) >> 5); in ih264e_sixtap_filter_2dvh_vert_ssse3() 481 pu1_dst1 += dst_strd; in ih264e_sixtap_filter_2dvh_vert_ssse3()
|
/external/libavc/common/x86/ |
D | ih264_inter_pred_filters_ssse3.c | 3656 UWORD8 *pu1_dst1; in ih264_inter_pred_luma_horz_hpel_vert_qpel_ssse3() local 3659 pu1_dst1 = pu1_dst + 8; in ih264_inter_pred_luma_horz_hpel_vert_qpel_ssse3() 3912 _mm_storel_epi64((__m128i *)(pu1_dst1), res_16x8b); in ih264_inter_pred_luma_horz_hpel_vert_qpel_ssse3() 3949 _mm_storel_epi64((__m128i *)(pu1_dst1 + dst_strd), res_16x8b); in ih264_inter_pred_luma_horz_hpel_vert_qpel_ssse3() 3960 pu1_dst1 = pu1_dst1 + (dst_strd << 1); in ih264_inter_pred_luma_horz_hpel_vert_qpel_ssse3()
|
/external/libavc/encoder/arm/ |
D | ih264e_half_pel.s | 244 @ UWORD8 *pu1_dst1,
|