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

  /external/libvpx/libvpx/vp8/common/
quant_common.h 27 extern int vp8_ac_uv_quant(int QIndex, int Delta);
quant_common.c 117 int vp8_ac_uv_quant(int QIndex, int Delta) { function
  /external/libvpx/libvpx/vp8/encoder/
vp8_quantize.c 238 quant_val = vp8_ac_uv_quant(Q, cpi->common.uvac_delta_q);
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 53 pc->UVdequant[Q][1] = (short)vp8_ac_uv_quant(Q, pc->uvac_delta_q);
    [all...]

Completed in 360 milliseconds