HomeSort by relevance Sort by last modified time
    Searched refs:quant_out (Results 1 - 3 of 3) sorted by null

  /external/libhevc/decoder/
ihevcd_itrans_recon_dc.c 95 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/
ihevcd_it_rec_dc_sse42_intr.c 72 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);
ihevcd_it_rec_dc_ssse3_intr.c 74 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 1978 milliseconds