Lines Matching refs:CLIP_S16
167 CLIP_S16(((e[k] + o[k] + add) >> shift)); in ihevc_itrans_recon_8x8()
169 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift)); in ihevc_itrans_recon_8x8()
206 CLIP_S16(((e[k] + o[k] + add) >> shift)); in ihevc_itrans_recon_8x8()
209 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift)); in ihevc_itrans_recon_8x8()
251 CLIP_S16(((e[k] + o[k] + add) >> shift)); in ihevc_itrans_recon_8x8()
254 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift)); in ihevc_itrans_recon_8x8()
314 CLIP_S16(((e[k] + o[k] + add) >> shift)); in ihevc_itrans_recon_8x8()
316 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift)); in ihevc_itrans_recon_8x8()
353 CLIP_S16(((e[k] + o[k] + add) >> shift)); in ihevc_itrans_recon_8x8()
356 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift)); in ihevc_itrans_recon_8x8()
398 CLIP_S16(((e[k] + o[k] + add) >> shift)); in ihevc_itrans_recon_8x8()
401 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift)); in ihevc_itrans_recon_8x8()