Searched defs:quantize (Results 1 – 11 of 11) sorted by relevance
| /third_party/ffmpeg/libavresample/ |
| D | dither.h | 38 void (*quantize)(int16_t *dst, const float *src, float *dither, int len); member
|
| D | dither.c | 73 void (*quantize)(int16_t *dst, const float *src, float *dither, int len); member
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | jcdctmgr.c | 52 quantize_method_ptr quantize; member 408 quantize(JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in quantize() function
|
| /third_party/skia/m133/third_party/externals/libjpeg-turbo/ |
| D | jcdctmgr.c | 52 quantize_method_ptr quantize; member 408 quantize(JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in quantize() function
|
| /third_party/ffmpeg/libavcodec/ |
| D | aptxenc.c | 100 static void aptx_quantize_difference(Quantize *quantize, in aptx_quantize_difference()
|
| D | ra144enc.c | 83 static int quantize(int value, const int16_t *table, unsigned int size) in quantize() function
|
| D | aptx.h | 88 Quantize quantize[NB_SUBBANDS]; member
|
| D | cinepakenc.c | 699 static int quantize(CinepakEncContext *s, int h, uint8_t *data[4], in quantize() function
|
| D | snowenc.c | 1244 static void quantize(SnowContext *s, SubBand *b, IDWTELEM *dst, DWTELEM *src, int stride, int bias){ in quantize() function
|
| /third_party/skia/m133/src/gpu/graphite/geom/ |
| D | AnalyticBlurMask.cpp | 194 static float quantize(float deviceSpaceFloat) { in quantize() function
|
| /third_party/python/Lib/ |
| D | _pydecimal.py | 2546 def quantize(self, exp, rounding=None, context=None): member in Decimal 5235 def quantize(self, a, b): member in Context
|