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