Searched defs:quant_fp (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
H A Dvp9_quantize_test.cc201 int16_t *quant_fp) {
209 quant_fp[j] = (1 << 16) / qlookup;
229 quant_fp[j] = quant_fp[1];
198 GenerateHelperArrays(ACMRandom *rnd, int16_t *zbin, int16_t *round, int16_t *quant, int16_t *quant_shift, int16_t *dequant, int16_t *round_fp, int16_t *quant_fp) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h37 int16_t *quant_fp; member in struct:macroblock_plane
147 int quant_fp; member in struct:macroblock

Completed in 284 milliseconds