Home
last modified time | relevance | path

Searched refs:quant_out (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_itrans_recon_dc.c95 WORD32 dc_value, quant_out; in ihevcd_itrans_recon_dc_luma() local
100 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() local
131 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()
/external/libhevc/decoder/x86/
Dihevcd_it_rec_dc_sse42_intr.c72 WORD32 dc_value, quant_out; in ihevcd_itrans_recon_dc_luma_sse42() local
80 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() local
223 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()
Dihevcd_it_rec_dc_ssse3_intr.c74 WORD32 dc_value, quant_out; in ihevcd_itrans_recon_dc_luma_ssse3() local
81 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() local
223 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()