/third_party/ffmpeg/libavcodec/ |
H A D | ffv1dec.c | 380 static int read_quant_table(RangeCoder *c, int16_t *quant_table, int scale) in read_quant_table() argument
|
H A D | opus_rc.c | 66 static av_always_inline void opus_rc_dec_update(OpusRangeCoder *rc, uint32_t scale, in opus_rc_dec_update() argument 92 unsigned int k, scale, total, symbol, low, high; in ff_opus_rc_dec_cdf() local 116 uint32_t k, scale; in ff_opus_rc_dec_log() local 184 uint32_t bits, k, scale, total; ff_opus_rc_dec_uint() local 214 uint32_t k, scale, symbol, total = (k0+1)*3 + k0; ff_opus_rc_dec_uint_step() local 236 uint32_t k, scale, symbol, total, low, center; ff_opus_rc_dec_uint_tri() local 279 uint32_t scale, low = 0, center; ff_opus_rc_dec_laplace() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_superequalizer.c | 137 float scale = 1.f, iscale = 1.f; in equ_init() local
|
H A D | af_asoftclip.c | 145 const float scale = oversample > 1 ? oversample * 0.5f : 1.f; in filter_flt() local 270 const double scale = oversample > 1 ? oversample * 0.5 : 1.; in filter_dbl() local
|
H A D | af_afftfilt.c | 107 float overlap, scale = 1.f; in config_input() local
|
H A D | vaf_spectrumsynth.c | 50 int scale; member 149 float factor, overlap, scale; in config_output() local [all...] |
H A D | avf_ahistogram.c | 45 int scale; member [all...] |
H A D | vf_colorcontrast.c | 114 const float scale = 1.f / sum; in colorcontrast_slice8() local 168 const float scale = 1.f / sum; in colorcontrast_slice16() local 220 const float scale = 1.f / sum; in colorcontrast_slice8p() local 272 const float scale = 1.f / sum; in colorcontrast_slice16p() local
|
H A D | vf_normalize.c | 369 float scale = (max[c].out - min[c].out) / (max[c].smoothed - min[c].smoothed); in normalize() local 418 int c, planar, scale; in config_input() local
|
H A D | vf_mix.c | 43 float scale; member
|
H A D | vf_selectivecolor.c | 299 static inline int comp_adjust(int scale, float value, float adjust, float k, int correction_method) in comp_adjust() argument [all...] |
H A D | vsrc_mandelbrot.c | 168 static void fill_from_cache(AVFilterContext *ctx, uint32_t *color, int *in_cidx, int *out_cidx, double py, double scale){ in fill_from_cache() argument 244 double scale= s->start_scale*pow(s->end_scale/s->start_scale, pts/s->end_pts); in draw_mandelbrot() local [all...] |
H A D | vf_vibrance.c | 60 const float scale = 1.f / 255.f; in vibrance_slice8() local 117 const float scale = 1.f / max; in vibrance_slice16() local 177 const float scale = 1.f / 255.f; in vibrance_slice8p() local 232 const float scale = 1.f / max; vibrance_slice16p() local [all...] |
H A D | vf_lensfun.c | 81 float scale; member
|
H A D | vf_vignette.c | 76 AVRational scale; member
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | fft.c | 200 static int check_diff(FFTSample *tab1, FFTSample *tab2, int n, double scale) in check_diff() argument 229 static inline void mdct_init(FFTContext **s, int nbits, int inverse, double scale) in mdct_init() argument 386 double scale = 1.0; in main() local [all...] |
H A D | dct.c | 183 int it, i, scale; in dct_error() local
|
/third_party/ffmpeg/libswresample/ |
H A D | resample.c | 145 static int build_filter(ResampleContext *c, void *filter, double factor, int tap_count, int alloc, int phase_count, int scale, in build_filter() argument
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_find_best_partitioning.cpp | 240 float scale = 1.0f / static_cast<float>(partition_texel_count[i]); in kmeans_update() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | UniversalTimeScale.java | 554 getTimeScaleData(int scale) getTimeScaleData() argument 573 getTimeScaleValue(int scale, int value) getTimeScaleValue() argument 617 toRangeCheck(long universalTime, int scale) toRangeCheck() argument 628 fromRangeCheck(long otherTime, int scale) fromRangeCheck() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | UniversalTimeScale.java | 504 getTimeScaleData(int scale) getTimeScaleData() argument 521 getTimeScaleValue(int scale, int value) getTimeScaleValue() argument 565 toRangeCheck(long universalTime, int scale) toRangeCheck() argument 576 fromRangeCheck(long otherTime, int scale) fromRangeCheck() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | number_fluent.cpp | 264 Derived NumberFormatterSettings<Derived>::scale(const Scale& scale) const& { in scale() function in NumberFormatterSettings 271 Derived NumberFormatterSettings<Derived>::scale(const Scale& scale)&& { in scale() argument
|
/third_party/libsnd/src/ |
H A D | double64.c | 488 d2s_array (const double *src, int count, short *dest, double scale) in d2s_array() argument 495 d2s_clip_array (const double *src, int count, short *dest, double scale) in d2s_clip_array() argument 509 d2i_array (const double *src, int count, int *dest, double scale) in d2i_array() argument 516 d2i_clip_array (const double *src, int count, int *dest, double scale) in d2i_clip_array() argument 537 s2d_array (const short *src, double *dest, int count, double scale) in s2d_array() argument 544 i2d_array(const int *src, double *dest, int count, double scale) i2d_array() argument 566 double scale ; host_read_d2s() local 596 double scale ; host_read_d2i() local 681 double scale ; host_write_s2d() local 713 double scale ; host_write_i2d() local 806 double scale ; replace_read_d2s() local 836 double scale ; replace_read_d2i() local 925 double scale ; replace_write_s2d() local 958 double scale ; replace_write_i2d() local [all...] |
H A D | float32.c | 438 f2s_array (const float *src, int count, short *dest, float scale) in f2s_array() argument 446 f2s_clip_array (const float *src, int count, short *dest, float scale) in f2s_clip_array() argument 460 f2i_array (const float *src, int count, int *dest, float scale) in f2i_array() argument 467 f2i_clip_array (const float *src, int count, int *dest, float scale) in f2i_clip_array() argument 488 s2f_array (const short *src, float *dest, int count, float scale) in s2f_array() argument 495 i2f_array(const int *src, float *dest, int count, float scale) i2f_array() argument 517 float scale ; host_read_f2s() local 548 float scale ; host_read_f2i() local 631 float scale ; host_write_s2f() local 663 float scale ; host_write_i2f() local 757 float scale ; replace_read_f2s() local 787 float scale ; replace_read_f2i() local 876 float scale ; replace_write_s2f() local 909 float scale ; replace_write_i2f() local [all...] |
/third_party/libsnd/programs/ |
H A D | sndfile-play.c | 118 { double scale ; in alsa_play() local 389 double scale ; in opensoundsys_play() local [all...] |