Home | History | Annotate | Download | only in common

Lines Matching refs:pu2_dst

245                     UWORD16 *pu2_dst;
247 pu2_dst = (UWORD16 *)&pu1_dst[2 * idx];
248 ihevc_memset_16bit((UWORD16 *)pu1_dst, pu2_dst[0], idx);
252 UWORD16 *pu2_dst;
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];
263 ihevc_memset_16bit((UWORD16 *)&pu1_dst[(2 * nt)], pu2_dst[0], nt);
274 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(4 * nt)];
275 ihevc_memset_16bit((UWORD16 *)&pu1_dst[(4 * nt) + 2], pu2_dst[0], nt);
281 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(6 * nt)];
282 ihevc_memset_16bit((UWORD16 *)&pu1_dst[(6 * nt) + 2], pu2_dst[0], nt);
349 UWORD16 *pu2_dst;
351 pu2_dst = (UWORD16 *)&pu1_dst[(2 * nbr_id_from_bl) - 2];
352 ihevc_memset_16bit((UWORD16 *)(pu1_dst + (2 * nbr_id_from_bl)), pu2_dst[0], 4);
415 UWORD16 *pu2_dst;
417 pu2_dst = (UWORD16 *)&pu1_dst[(2 * nbr_id_from_bl) - 2];
418 ihevc_memset_16bit((UWORD16 *)(pu1_dst + (2 * nbr_id_from_bl)), pu2_dst[0], 4);