Home
last modified time | relevance | path

Searched defs:gain (Results 51 - 75 of 135) sorted by relevance

123456

/third_party/ffmpeg/libavcodec/
H A Dopus_celt.c243 float gain; in parse_postfilter() local
H A Dopus_celt.h150 static av_always_inline void celt_renormalize_vector(float *X, int N, float gain) in celt_renormalize_vector() argument
H A Dra144.c1694 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 Dra144enc.c196 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 Dg723_1dec.c617 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 Ddss_sp.c40 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 Daacdec.c231 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 Dqcelpdec.c196 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 Dopusenc.c287 float gain = f->pf_gain; in celt_enc_quant_pfilter() local
H A Dopus.h172 float gain; member
/third_party/ffmpeg/libavfilter/
H A Daf_afade.c73 double gain; in fade_gain() local
[all...]
H A Daf_adynamicequalizer.c188 double detect, gain, v, listen; in filter_channels() local
[all...]
H A Daf_aemphasis.c178 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 Dplustek-usbcal.c474 cano_adjGainSetting( u_char *min, u_char *max, u_char *gain,u_long val ) in cano_adjGainSetting() argument
[all...]
H A Dumax_pp.h141 int gain; member
H A Dp5_device.h267 float *gain; member
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_bbr.c391 bbr_inflight(ngtcp2_bbr_cc *cc, ngtcp2_conn_stat *cstat, double gain) bbr_inflight() argument
/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp220 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 DSkMatrixConvolutionImageFilter.cpp202 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 Ddump.c227 static void print_gain(void *ctx, const char *str, int32_t gain) in print_gain() argument
/third_party/libsnd/src/
H A Dogg_opus.c208 int16_t gain ; member
[all...]
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dadrian-aec.h301 REAL gain; // Mic signal amplify member
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp735 auto gain = 1.0; in GetGain() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp448 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 Dscrollable.cpp610 auto gain = 1.0; in GetGain() local
[all...]

Completed in 28 milliseconds

123456