Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dquantize.h31 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs,
Dquantize.c42 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, in vpx_highbd_quantize_dc() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c453 vpx_highbd_quantize_dc(coeff, 256, x->skip_block, p->round, in vp9_xform_quant_dc()
459 vpx_highbd_quantize_dc(coeff, 64, x->skip_block, p->round, in vp9_xform_quant_dc()
466 vpx_highbd_quantize_dc(coeff, 16, x->skip_block, p->round, in vp9_xform_quant_dc()