HomeSort by relevance Sort by last modified time
    Searched defs:pu1_dst (Results 1 - 5 of 5) sorted by null

  /external/libhevc/common/x86/
ihevc_padding_ssse3_intr.c 98 UWORD8 *pu1_dst; local
110 pu1_dst = pu1_src - pad_size;
114 _mm_storel_epi64((__m128i *)(pu1_dst + i), src_temp0_16x8b);
169 UWORD8 *pu1_dst; local
181 pu1_dst = pu1_src - pad_size;
186 _mm_storel_epi64((__m128i *)(pu1_dst + col), src_temp0_16x8b);
241 UWORD8 *pu1_dst; local
252 pu1_dst = pu1_src;
256 _mm_storel_epi64((__m128i *)(pu1_dst + col), src_temp0_16x8b);
311 UWORD8 *pu1_dst; local
    [all...]
  /external/libhevc/decoder/x86/
ihevcd_fmt_conv_ssse3_intr.c 61 UWORD8 *pu1_src, *pu1_dst; local
73 pu1_dst = (UWORD8 *)pu1_y_dst;
82 memcpy(pu1_dst, pu1_src, num_cols);
83 pu1_dst += dst_strd;
  /external/libhevc/decoder/
ihevcd_fmt_conv.c 390 UWORD8 *pu1_src, *pu1_dst; local
396 pu1_dst = (UWORD8 *)pu1_y_dst;
406 memcpy(pu1_dst, pu1_src, num_cols);
407 pu1_dst += dst_strd;
413 pu1_dst = (UWORD8 *)pu1_uv_dst;
423 memcpy(pu1_dst, pu1_src, num_cols);
424 pu1_dst += dst_strd;
489 UWORD8 *pu1_src, *pu1_dst; local
495 pu1_dst = (UWORD8 *)pu1_y_dst;
505 memcpy(pu1_dst, pu1_src, num_cols)
601 UWORD8 *pu1_src, *pu1_dst; local
    [all...]
ihevcd_inter_pred.c 144 UWORD8 *pu1_dst; local
308 pu1_dst = pu1_dst_luma + pu_y * ref_strd + pu_x;
354 pu1_dst = pu1_dst_chroma + pu_y * ref_strd / 2 + pu_x;
403 (void *)pi2_tmp1 : (void *)pu1_dst;
427 (void *)pi2_tmp1 : (void *)pu1_dst;
446 (void *)pi2_tmp2 : (void *)pu1_dst;
470 (void *)pi2_tmp2 : (void *)pu1_dst;
503 pu1_dst,
526 pu1_dst,
548 pu1_dst,
    [all...]
ihevcd_iquant_itrans_recon_ctb.c 673 UWORD8 *pu1_dst = NULL, *pu1_dst_v = NULL; local
803 pu1_dst = pu1_y_dst_ctb + tu_y_offset;
867 pu1_dst = pu1_uv_dst_ctb + tu_uv_offset + chroma_yuv420sp_vu_u_offset; /* Pointing to start byte of U*/
868 pu1_dst_v = pu1_dst + 1 + chroma_yuv420sp_vu_v_offset; /* Pointing to start byte of V*/
    [all...]

Completed in 617 milliseconds