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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_quantize.c 156 QUANTS *const quants = &cpi->quants; local
167 invert_quant(&quants->y_quant[q][i], &quants->y_quant_shift[q][i], quant);
168 quants->y_zbin[q][i] = ROUND_POWER_OF_TWO(qzbin_factor * quant, 7);
169 quants->y_round[q][i] = (qrounding_factor * quant) >> 7;
175 invert_quant(&quants->uv_quant[q][i],
176 &quants->uv_quant_shift[q][i], quant);
177 quants->uv_zbin[q][i] = ROUND_POWER_OF_TWO(qzbin_factor * quant, 7)
219 QUANTS *const quants = &cpi->quants; local
    [all...]
vp9_onyx_int.h 286 QUANTS quants; member in struct:VP9_COMP
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 253 QUANTS *const quants = &cpi->quants; local
268 invert_quant(&quants->y_quant[q][i], &quants->y_quant_shift[q][i], quant);
269 quants->y_quant_fp[q][i] = (1 << 16) / quant;
270 quants->y_round_fp[q][i] = (qrounding_factor_fp * quant) >> 7;
271 quants->y_zbin[q][i] = ROUND_POWER_OF_TWO(qzbin_factor * quant, 7);
272 quants->y_round[q][i] = (qrounding_factor * quant) >> 7;
278 invert_quant(&quants->uv_quant[q][i]
310 QUANTS *const quants = &cpi->quants; local
    [all...]
vp9_encoder.h 295 QUANTS quants; member in struct:VP9_COMP

Completed in 49 milliseconds