Lines Matching refs:i4_shift

97                              WORD32 i4_shift,  in ihevc_itrans_4x4_ttype1()  argument
103 add = 1 << (i4_shift - 1); in ihevc_itrans_4x4_ttype1()
121 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> i4_shift); in ihevc_itrans_4x4_ttype1()
123 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> i4_shift); in ihevc_itrans_4x4_ttype1()
125 … CLIP_S16((74 * (pi2_src[0] - pi2_src[2 * src_strd] + pi2_src[3 * src_strd]) + add) >> i4_shift); in ihevc_itrans_4x4_ttype1()
127 CLIP_S16((55 * c[0] + 29 * c[2] - c[3] + add) >> i4_shift); in ihevc_itrans_4x4_ttype1()
180 WORD32 i4_shift, in ihevc_itrans_4x4() argument
187 add = 1 << (i4_shift - 1); in ihevc_itrans_4x4()
210 CLIP_S16(((e[0] + o[0] + add) >> i4_shift)); in ihevc_itrans_4x4()
212 CLIP_S16(((e[1] + o[1] + add) >> i4_shift)); in ihevc_itrans_4x4()
214 CLIP_S16(((e[1] - o[1] + add) >> i4_shift)); in ihevc_itrans_4x4()
216 CLIP_S16(((e[0] - o[0] + add) >> i4_shift)); in ihevc_itrans_4x4()
229 WORD32 i4_shift, in ihevc_itrans_4x4() argument
236 add = 1 << (i4_shift - 1); in ihevc_itrans_4x4()
267 CLIP_S16(((e[0] + o[0] + add) >> i4_shift)); in ihevc_itrans_4x4()
269 CLIP_S16(((e[1] + o[1] + add) >> i4_shift)); in ihevc_itrans_4x4()
271 CLIP_S16(((e[1] - o[1] + add) >> i4_shift)); in ihevc_itrans_4x4()
273 CLIP_S16(((e[0] - o[0] + add) >> i4_shift)); in ihevc_itrans_4x4()
326 WORD32 i4_shift, in ihevc_itrans_8x8() argument
334 add = 1 << (i4_shift - 1); in ihevc_itrans_8x8()
374 CLIP_S16(((e[k] + o[k] + add) >> i4_shift)); in ihevc_itrans_8x8()
376 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> i4_shift)); in ihevc_itrans_8x8()
390 WORD32 i4_shift, in ihevc_itrans_8x8() argument
413 add = 1 << (i4_shift - 1); in ihevc_itrans_8x8()
491 CLIP_S16(((e[k] + o[k] + add) >> i4_shift)); in ihevc_itrans_8x8()
493 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> i4_shift)); in ihevc_itrans_8x8()
549 WORD32 i4_shift, in ihevc_itrans_16x16() argument
558 add = 1 << (i4_shift - 1); in ihevc_itrans_16x16()
629 CLIP_S16(((e[k] + o[k] + add) >> i4_shift)); in ihevc_itrans_16x16()
631 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> i4_shift)); in ihevc_itrans_16x16()
644 WORD32 i4_shift, in ihevc_itrans_16x16() argument
654 add = 1 << (i4_shift - 1); in ihevc_itrans_16x16()
793 CLIP_S16(((e[k] + o[k] + add) >> i4_shift)); in ihevc_itrans_16x16()
795 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> i4_shift)); in ihevc_itrans_16x16()
849 WORD32 i4_shift, in ihevc_itrans_32x32() argument
859 add = 1 << (i4_shift - 1); in ihevc_itrans_32x32()
964 CLIP_S16(((e[k] + o[k] + add) >> i4_shift)); in ihevc_itrans_32x32()
966 CLIP_S16(((e[15 - k] - o[15 - k] + add) >> i4_shift)); in ihevc_itrans_32x32()