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

  /external/libhevc/common/arm/
ihevc_intra_ref_substitution_a9q.c 214 UWORD16 *pu2_dst; local
216 pu2_dst = (UWORD16 *)&pu1_dst[2 * idx];
217 ihevc_memset_16bit_a9q((UWORD16 *)pu1_dst, pu2_dst[0], idx);
221 UWORD16 *pu2_dst; local
224 pu2_dst = (UWORD16 *)&pu1_dst[2 * idx];
225 ihevc_memset_16bit_a9q((UWORD16 *)pu1_dst, pu2_dst[0], idx);
231 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(2 * nt) - 2]; local
232 ihevc_memset_16bit_a9q((UWORD16 *)&pu1_dst[(2 * nt)], pu2_dst[0], nt);
243 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(4 * nt)]; local
244 ihevc_memset_16bit_a9q((UWORD16 *)&pu1_dst[(4 * nt) + 2], pu2_dst[0], nt)
250 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(6 * nt)]; local
318 UWORD16 *pu2_dst; local
384 UWORD16 *pu2_dst; local
    [all...]
  /external/libhevc/common/
ihevc_chroma_intra_pred_filters.c 245 UWORD16 *pu2_dst; local
247 pu2_dst = (UWORD16 *)&pu1_dst[2 * idx];
248 ihevc_memset_16bit((UWORD16 *)pu1_dst, pu2_dst[0], idx);
252 UWORD16 *pu2_dst; local
255 pu2_dst = (UWORD16 *)&pu1_dst[2 * idx];
256 ihevc_memset_16bit((UWORD16 *)pu1_dst, pu2_dst[0], idx);
262 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(2 * nt) - 2]; local
263 ihevc_memset_16bit((UWORD16 *)&pu1_dst[(2 * nt)], pu2_dst[0], nt);
274 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(4 * nt)]; local
275 ihevc_memset_16bit((UWORD16 *)&pu1_dst[(4 * nt) + 2], pu2_dst[0], nt)
281 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(6 * nt)]; local
349 UWORD16 *pu2_dst; local
415 UWORD16 *pu2_dst; local
    [all...]

Completed in 78 milliseconds