Searched refs:vpx_highbd_quantize_dc (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.h | 31 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs,
|
D | quantize.c | 42 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/ |
D | vp9_encodemb.c | 453 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()
|