• Home
  • Raw
  • Download

Lines Matching refs:CLIP_S16

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()
125CLIP_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()
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()
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()
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()
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()
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()
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()
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()