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

  /external/libvpx/vp8/encoder/
block.h 36 short *quant_shift; member in struct:__anon5116
quantize.c 30 short *quant_shift_ptr = b->quant_shift;
77 short *quant_shift_ptr = b->quant_shift;
141 quant_shift_ptr = b->quant_shift;
ethreading.c 285 z->block[i].quant_shift = x->block[i].quant_shift;
encodeframe.c 319 x->block[i].quant_shift = cpi->Y1quant_shift[QIndex];
333 x->block[i].quant_shift = cpi->UVquant_shift[QIndex];
344 x->block[24].quant_shift = cpi->Y2quant_shift[QIndex];
    [all...]

Completed in 18 milliseconds