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

  /external/libvpx/libvpx/vpx_dsp/
quantize.h 31 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs,
quantize.c 41 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, function
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 426 vpx_highbd_quantize_dc(coeff, 256, x->skip_block, p->round,
432 vpx_highbd_quantize_dc(coeff, 64, x->skip_block, p->round,
438 vpx_highbd_quantize_dc(coeff, 16, x->skip_block, p->round,
    [all...]

Completed in 77 milliseconds