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

  /external/libvpx/vp8/common/
quant_common.h 18 extern int vp8_dc2quant(int QIndex, int Delta);
quant_common.c 54 int vp8_dc2quant(int QIndex, int Delta) function
  /external/libvpx/vp8/encoder/
encodeframe.c 190 quant_val = vp8_dc2quant(Q, cpi->common.y2dc_delta_q);
261 quant_val = vp8_dc2quant(Q, cpi->common.y2dc_delta_q);
    [all...]
  /external/libvpx/vp8/decoder/
decodframe.c 49 pc->Y2dequant[Q][0] = (short)vp8_dc2quant(Q, pc->y2dc_delta_q);

Completed in 56 milliseconds