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

/external/libhevc/decoder/
H A Dihevcd_itrans_recon_dc.c95 WORD32 dc_value, quant_out; local
100 quant_out = i2_coeff_value;
104 dc_value = CLIP_S16((quant_out * 64 + add) >> shift);
125 WORD32 dc_value, quant_out; local
131 quant_out = i2_coeff_value;
135 dc_value = CLIP_S16((quant_out * 64 + add) >> shift);
/external/libhevc/decoder/x86/
H A Dihevcd_it_rec_dc_sse42_intr.c72 WORD32 dc_value, quant_out; local
80 quant_out = i2_coeff_value;
84 dc_value = CLIP_S16((quant_out * 64 + add) >> shift);
212 WORD32 dc_value, quant_out; local
223 quant_out = i2_coeff_value;
227 dc_value = CLIP_S16((quant_out * 64 + add) >> shift);
H A Dihevcd_it_rec_dc_ssse3_intr.c74 WORD32 dc_value, quant_out; local
81 quant_out = i2_coeff_value;
85 dc_value = CLIP_S16((quant_out * 64 + add) >> shift);
212 WORD32 dc_value, quant_out; local
223 quant_out = i2_coeff_value;
227 dc_value = CLIP_S16((quant_out * 64 + add) >> shift);

Completed in 913 milliseconds