/external/chromium_org/third_party/libjpeg_turbo/ |
jcdctmgr.c | 44 METHODDEF(void) quantize (JCOEFPTR, DCTELEM *, DCTELEM *); 52 quantize_method_ptr quantize; member in struct:__anon17339 243 && fdct->quantize == jsimd_quantize) 244 fdct->quantize = quantize; 282 && fdct->quantize == jsimd_quantize) 283 fdct->quantize = quantize; 368 * Quantize/descale the coefficients, and store into coef_blocks[]. 372 quantize (JCOEFPTR coef_block, DCTELEM * divisors, DCTELEM * workspace function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
decimal.py | 2422 def quantize(self, exp, rounding=None, context=None, watchexp=True): member in class:Decimal 5045 def quantize(self, a, b): member in class:Context [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
decimal.py | 2422 def quantize(self, exp, rounding=None, context=None, watchexp=True): member in class:Decimal 5045 def quantize(self, a, b): member in class:Context [all...] |