HomeSort by relevance Sort by last modified time
    Searched refs:pu1_dst1 (Results 1 - 6 of 6) sorted by null

  /external/libavc/encoder/
ih264e_half_pel.c 153 * @param[out] pu1_dst1
180 UWORD8 *pu1_dst1,
218 pu1_dst1[col] = CLIP_U8((pi4_pred[col] + 16) >> 5);
222 pu1_dst1 += dst_strd;
ih264e_half_pel.h 118 * @param[out] pu1_dst1
145 UWORD8 *pu1_dst1,
ih264e_structs.h 143 typedef void (*pf_sixtap_filter_2dvh_vert)(UWORD8 *pu1_src, UWORD8 *pu1_dst1, UWORD8 *pu1_dst2,
    [all...]
  /external/libavc/encoder/x86/
ih264e_half_pel_ssse3.c 219 * @param[out] pu1_dst1
247 UWORD8 *pu1_dst1,
470 _mm_storeu_si128((__m128i *)pu1_dst1, res_16x8b);
471 pu1_dst1[16] = CLIP_U8((pi2_pred1[18] + 16) >> 5);
481 pu1_dst1 += dst_strd;
  /external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c 3656 UWORD8 *pu1_dst1; local
    [all...]
  /external/libavc/encoder/arm/
ih264e_half_pel.s 217 @* @param[out] pu1_dst1
244 @ UWORD8 *pu1_dst1,
    [all...]

Completed in 648 milliseconds