Lines Matching refs:iquant_out
152 WORD32 iquant_out; in ihevc_chroma_iquant_recon_4x4() local
153 IQUANT_4x4(iquant_out, in ihevc_chroma_iquant_recon_4x4()
157 iquant_out = (iquant_out + 16) >> 5; in ihevc_chroma_iquant_recon_4x4()
159 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_chroma_iquant_recon_4x4()
264 WORD32 iquant_out; in ihevc_chroma_iquant_recon_8x8() local
265 IQUANT(iquant_out, in ihevc_chroma_iquant_recon_8x8()
269 iquant_out = (iquant_out + 16) >> 5; in ihevc_chroma_iquant_recon_8x8()
271 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_chroma_iquant_recon_8x8()
377 WORD32 iquant_out; in ihevc_chroma_iquant_recon_16x16() local
378 IQUANT(iquant_out, in ihevc_chroma_iquant_recon_16x16()
382 iquant_out = (iquant_out + 16) >> 5; in ihevc_chroma_iquant_recon_16x16()
384 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]); in ihevc_chroma_iquant_recon_16x16()