Searched refs:quant_out (Results 1 – 3 of 3) sorted by relevance
95 WORD32 dc_value, quant_out; in ihevcd_itrans_recon_dc_luma() local100 quant_out = i2_coeff_value; in ihevcd_itrans_recon_dc_luma()104 dc_value = CLIP_S16((quant_out * 64 + add) >> shift); in ihevcd_itrans_recon_dc_luma()125 WORD32 dc_value, quant_out; in ihevcd_itrans_recon_dc_chroma() local131 quant_out = i2_coeff_value; in ihevcd_itrans_recon_dc_chroma()135 dc_value = CLIP_S16((quant_out * 64 + add) >> shift); in ihevcd_itrans_recon_dc_chroma()
72 WORD32 dc_value, quant_out; in ihevcd_itrans_recon_dc_luma_sse42() local80 quant_out = i2_coeff_value; in ihevcd_itrans_recon_dc_luma_sse42()84 dc_value = CLIP_S16((quant_out * 64 + add) >> shift); in ihevcd_itrans_recon_dc_luma_sse42()212 WORD32 dc_value, quant_out; in ihevcd_itrans_recon_dc_chroma_sse42() local223 quant_out = i2_coeff_value; in ihevcd_itrans_recon_dc_chroma_sse42()227 dc_value = CLIP_S16((quant_out * 64 + add) >> shift); in ihevcd_itrans_recon_dc_chroma_sse42()
74 WORD32 dc_value, quant_out; in ihevcd_itrans_recon_dc_luma_ssse3() local81 quant_out = i2_coeff_value; in ihevcd_itrans_recon_dc_luma_ssse3()85 dc_value = CLIP_S16((quant_out * 64 + add) >> shift); in ihevcd_itrans_recon_dc_luma_ssse3()212 WORD32 dc_value, quant_out; in ihevcd_itrans_recon_dc_chroma_ssse3() local223 quant_out = i2_coeff_value; in ihevcd_itrans_recon_dc_chroma_ssse3()227 dc_value = CLIP_S16((quant_out * 64 + add) >> shift); in ihevcd_itrans_recon_dc_chroma_ssse3()