Searched refs:vpx_highbd_quantize_dc (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.h | 32 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr,
|
D | quantize.c | 40 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, in vpx_highbd_quantize_dc() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 442 vpx_highbd_quantize_dc(coeff, 256, x->skip_block, p->round, in vp9_xform_quant_dc() 448 vpx_highbd_quantize_dc(coeff, 64, x->skip_block, p->round, in vp9_xform_quant_dc() 454 vpx_highbd_quantize_dc(coeff, 16, x->skip_block, p->round, in vp9_xform_quant_dc()
|