Searched refs:pu1_dst2 (Results 1 – 6 of 6) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_half_pel.c | 181 UWORD8 *pu1_dst2, in ih264e_sixtap_filter_2dvh_vert() argument 217 pu1_dst2[col] = CLIP_U8(tmp); in ih264e_sixtap_filter_2dvh_vert() 221 pu1_dst2 += dst_strd; in ih264e_sixtap_filter_2dvh_vert()
|
D | ih264e_half_pel.h | 146 UWORD8 *pu1_dst2,
|
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 | 248 UWORD8 *pu1_dst2, in ih264e_sixtap_filter_2dvh_vert_ssse3() argument 474 _mm_storeu_si128((__m128i *)pu1_dst2, res_16x8b); in ih264e_sixtap_filter_2dvh_vert_ssse3() 477 pu1_dst2[16] = CLIP_U8((temp + 512) >> 10); in ih264e_sixtap_filter_2dvh_vert_ssse3() 482 pu1_dst2 += dst_strd; in ih264e_sixtap_filter_2dvh_vert_ssse3()
|
/external/libavc/common/x86/ |
D | ih264_inter_pred_filters_ssse3.c | 1256 UWORD8 *pu1_dst2; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() local 1277 pu1_dst2 = pu1_dst + 8; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1413 _mm_storel_epi64((__m128i *)pu1_dst2, res_16x8b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1444 _mm_storel_epi64((__m128i *)(pu1_dst2 + dst_strd), res_16x8b); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1454 pu1_dst2 += dst_strd << 1; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3()
|
/external/libavc/encoder/arm/ |
D | ih264e_half_pel.s | 245 @ UWORD8 *pu1_dst2,
|