Lines Matching refs:CLIP_S16

195                                 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> shift);  in ihevc_iquant_itrans_recon_4x4_ttype1()
197 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> shift); in ihevc_iquant_itrans_recon_4x4_ttype1()
213 CLIP_S16((74 * (iq_tmp_1 - iq_tmp_2 + iq_tmp_3) + add) >> shift); in ihevc_iquant_itrans_recon_4x4_ttype1()
215 CLIP_S16((55 * c[0] + 29 * c[2] - c[3] + add) >> shift); in ihevc_iquant_itrans_recon_4x4_ttype1()
240 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> shift); in ihevc_iquant_itrans_recon_4x4_ttype1()
244 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> shift); in ihevc_iquant_itrans_recon_4x4_ttype1()
248CLIP_S16((74 * (pi2_tmp[0] - pi2_tmp[2 * trans_size] + pi2_tmp[3 * trans_size]) + add) >> shift); in ihevc_iquant_itrans_recon_4x4_ttype1()
252 CLIP_S16((55 * c[0] + 29 * c[2] - c[3] + add) >> shift); in ihevc_iquant_itrans_recon_4x4_ttype1()
396 CLIP_S16(((e[0] + o[0] + add) >> shift)); in ihevc_iquant_itrans_recon_4x4()
398 CLIP_S16(((e[1] + o[1] + add) >> shift)); in ihevc_iquant_itrans_recon_4x4()
400 CLIP_S16(((e[1] - o[1] + add) >> shift)); in ihevc_iquant_itrans_recon_4x4()
402 CLIP_S16(((e[0] - o[0] + add) >> shift)); in ihevc_iquant_itrans_recon_4x4()
435 CLIP_S16(((e[0] + o[0] + add) >> shift)); in ihevc_iquant_itrans_recon_4x4()
439 CLIP_S16(((e[1] + o[1] + add) >> shift)); in ihevc_iquant_itrans_recon_4x4()
443 CLIP_S16(((e[1] - o[1] + add) >> shift)); in ihevc_iquant_itrans_recon_4x4()
447 CLIP_S16(((e[0] - o[0] + add) >> shift)); in ihevc_iquant_itrans_recon_4x4()