| /third_party/ffmpeg/libavcodec/ |
| H A D | opus_celt.c | 243 float gain; in parse_postfilter() local
|
| H A D | opus_celt.h | 150 static av_always_inline void celt_renormalize_vector(float *X, int N, float gain) in celt_renormalize_vector() argument
|
| H A D | ra144.c | 1694 ff_subblock_synthesis(RA144Context *ractx, const int16_t *lpc_coefs, int cba_idx, int cb1_idx, int cb2_idx, int gval, int gain) ff_subblock_synthesis() argument
|
| H A D | ra144enc.c | 196 float score, gain, best_score, av_uninit(best_gain); in adaptive_cb_search() local 136 get_match_score(float *work, const float *coefs, float *vect, const float *ortho1, const float *ortho2, const float *data, float *score, float *gain) get_match_score() argument 240 find_best_vect(float *work, const float *coefs, const int8_t cb[][BLOCKSIZE], const float *ortho1, const float *ortho2, float *data, int *idx, float *gain) find_best_vect() argument 279 float gain; fixed_cb_search() local 332 int cba_idx, cb1_idx, cb2_idx, gain; ra144_encode_subblock() local [all...] |
| H A D | g723_1dec.c | 617 int num, denom, gain, bits in gain_scale() local 561 residual_interp(int16_t *buf, int16_t *out, int lag, int gain, int *rseed) residual_interp() argument 725 sid_gain_to_lsp_index(int gain) sid_gain_to_lsp_index() argument [all...] |
| H A D | dss_sp.c | 40 int16_t gain; member 473 dss_sp_gen_exc(int32_t *vector, int32_t *prev_exc, int pitch_lag, int gain) dss_sp_gen_exc() argument
|
| H A D | aacdec.c | 231 const float gain = cce->coup.gain[index][idx]; in apply_dependent_coupling() local 254 const float gain = cce->coup.gain[index][0]; in apply_independent_coupling() local
|
| H A D | qcelpdec.c | 196 static void decode_gain_and_index(QCELPContext *q, float *gain) in decode_gain_and_index() argument 310 compute_svector(QCELPContext *q, const float *gain, float *cdn_vector) compute_svector() argument 424 do_pitchfilter(float memory[303], const float v_in[160], const float gain[4], const uint8_t *lag, const uint8_t pfrac[4]) do_pitchfilter() argument 696 float gain[16]; qcelp_decode_frame() local [all...] |
| H A D | opusenc.c | 287 float gain = f->pf_gain; in celt_enc_quant_pfilter() local
|
| H A D | opus.h | 172 float gain; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_afade.c | 73 double gain; in fade_gain() local [all...] |
| H A D | af_adynamicequalizer.c | 188 double detect, gain, v, listen; in filter_channels() local [all...] |
| H A D | af_aemphasis.c | 178 static inline void set_lp_rbj(BiquadCoeffs *bq, double fc, double q, double sr, double gain) in set_lp_rbj() argument 280 double gain = sqrt(1.0 + nyq * nyq / (f * f)); // gain at Nyquist in config_input() local [all...] |
| /third_party/backends/backend/ |
| H A D | plustek-usbcal.c | 474 cano_adjGainSetting( u_char *min, u_char *max, u_char *gain,u_long val ) in cano_adjGainSetting() argument [all...] |
| H A D | umax_pp.h | 141 int gain; member
|
| H A D | p5_device.h | 267 float *gain; member
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_bbr.c | 391 bbr_inflight(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, double gain) bbr_inflight() argument
|
| /third_party/skia/src/gpu/effects/ |
| H A D | GrMatrixConvolutionEffect.cpp | 220 const char* gain = uniformHandler->getUniformCStr(fGainUni); in emitCode() local 270 GrMatrixConvolutionEffect(std::unique_ptr<GrFragmentProcessor> child, const KernelWrapper& kernel, std::unique_ptr<GrFragmentProcessor> kernelFP, SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, bool convolveAlpha) GrMatrixConvolutionEffect() argument 333 Make(GrRecordingContext* context, GrSurfaceProxyView srcView, const SkIRect& srcBounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, GrSamplerState::WrapMode wm, bool convolveAlpha, const GrCaps& caps) Make() argument 370 SkScalar gain = d->fRandom->nextSScalar1(); TestCreate() local [all...] |
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkMatrixConvolutionImageFilter.cpp | 202 SkScalar gain = buffer.readScalar(); in CreateProc() local 31 SkMatrixConvolutionImageFilter(const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, SkTileMode tileMode, bool convolveAlpha, sk_sp<SkImageFilter> input, const SkRect* cropRect) SkMatrixConvolutionImageFilter() argument 145 MatrixConvolution(const SkISize& kernelSize, const SkScalar kernel[], SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, SkTileMode tileMode, bool convolveAlpha, sk_sp<SkImageFilter> input, const CropRect& cropRect) MatrixConvolution() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | dump.c | 227 static void print_gain(void *ctx, const char *str, int32_t gain) in print_gain() argument
|
| /third_party/libsnd/src/ |
| H A D | ogg_opus.c | 208 int16_t gain ; member [all...] |
| /third_party/pulseaudio/src/modules/echo-cancel/ |
| H A D | adrian-aec.h | 301 REAL gain; // Mic signal amplify member
|
| /foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
| H A D | scrollable.cpp | 735 auto gain = 1.0; in GetGain() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
| H A D | scrollable_cover_test_ng.cpp | 448 double gain = scrollable->GetGain(delta); in HWTEST_F() local 474 double gain = scrollable->GetGain(delta); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| H A D | scrollable.cpp | 610 auto gain = 1.0; in GetGain() local [all...] |