Lines Matching refs:pi2_dst
94 WORD16 *pi2_dst, in ihevc_itrans_4x4_ttype1() argument
110 memset(pi2_dst, 0, TRANS_SIZE_4 * sizeof(WORD16)); in ihevc_itrans_4x4_ttype1()
120 pi2_dst[0] = in ihevc_itrans_4x4_ttype1()
122 pi2_dst[1] = in ihevc_itrans_4x4_ttype1()
124 pi2_dst[2] = in ihevc_itrans_4x4_ttype1()
126 pi2_dst[3] = in ihevc_itrans_4x4_ttype1()
130 pi2_dst += dst_strd; in ihevc_itrans_4x4_ttype1()
177 WORD16 *pi2_dst, in ihevc_itrans_4x4() argument
194 memset(pi2_dst, 0, TRANS_SIZE_4 * sizeof(WORD16)); in ihevc_itrans_4x4()
209 pi2_dst[0] = in ihevc_itrans_4x4()
211 pi2_dst[1] = in ihevc_itrans_4x4()
213 pi2_dst[2] = in ihevc_itrans_4x4()
215 pi2_dst[3] = in ihevc_itrans_4x4()
220 pi2_dst += dst_strd; in ihevc_itrans_4x4()
226 WORD16 *pi2_dst, in ihevc_itrans_4x4() argument
254 memset(pi2_dst, 0, TRANS_SIZE_4 * sizeof(WORD16)); in ihevc_itrans_4x4()
266 pi2_dst[0] = in ihevc_itrans_4x4()
268 pi2_dst[1] = in ihevc_itrans_4x4()
270 pi2_dst[2] = in ihevc_itrans_4x4()
272 pi2_dst[3] = in ihevc_itrans_4x4()
276 pi2_dst += dst_strd; in ihevc_itrans_4x4()
323 WORD16 *pi2_dst, in ihevc_itrans_8x8() argument
341 memset(pi2_dst, 0, TRANS_SIZE_8 * sizeof(WORD16)); in ihevc_itrans_8x8()
373 pi2_dst[k] = in ihevc_itrans_8x8()
375 pi2_dst[k + 4] = in ihevc_itrans_8x8()
380 pi2_dst += dst_strd; in ihevc_itrans_8x8()
387 WORD16 *pi2_dst, in ihevc_itrans_8x8() argument
420 memset(pi2_dst, 0, TRANS_SIZE_8 * sizeof(WORD16)); in ihevc_itrans_8x8()
490 pi2_dst[k] = in ihevc_itrans_8x8()
492 pi2_dst[k + 4] = in ihevc_itrans_8x8()
497 pi2_dst += dst_strd; in ihevc_itrans_8x8()
546 WORD16 *pi2_dst, in ihevc_itrans_16x16() argument
565 memset(pi2_dst, 0, TRANS_SIZE_16 * sizeof(WORD16)); in ihevc_itrans_16x16()
628 pi2_dst[k] = in ihevc_itrans_16x16()
630 pi2_dst[k + 8] = in ihevc_itrans_16x16()
635 pi2_dst += dst_strd; in ihevc_itrans_16x16()
641 WORD16 *pi2_dst, in ihevc_itrans_16x16() argument
681 memset(pi2_dst, 0, TRANS_SIZE_16 * sizeof(WORD16)); in ihevc_itrans_16x16()
792 pi2_dst[k] = in ihevc_itrans_16x16()
794 pi2_dst[k + 8] = in ihevc_itrans_16x16()
799 pi2_dst += dst_strd; in ihevc_itrans_16x16()
846 WORD16 *pi2_dst, in ihevc_itrans_32x32() argument
866 memset(pi2_dst, 0, TRANS_SIZE_32 * sizeof(WORD16)); in ihevc_itrans_32x32()
963 pi2_dst[k] = in ihevc_itrans_32x32()
965 pi2_dst[k + 16] = in ihevc_itrans_32x32()
970 pi2_dst += dst_strd; in ihevc_itrans_32x32()