/third_party/skia/bench/ |
D | MatrixConvolutionBench.cpp | 31 SkScalar gain = 0.3f, bias = SkIntToScalar(100); in MatrixConvolutionBench() local 43 SkScalar gain = 0.3f, bias = SkIntToScalar(100); in MatrixConvolutionBench() local
|
/third_party/ffmpeg/libavcodec/ |
D | ra144enc.c | 141 const float *data, float *score, float *gain) in get_match_score() 199 float score, gain, best_score, av_uninit(best_gain); in adaptive_cb_search() local 246 float *gain) in find_best_vect() 282 float gain; in fixed_cb_search() local 335 int cba_idx, cb1_idx, cb2_idx, gain; in ra144_encode_subblock() local
|
D | opus_metadata_bsf.c | 25 int gain; member
|
D | ra288.c | 95 static void decode(RA288Context *ractx, float gain, int cb_coef) in decode() 218 float gain = amptable[get_bits(&gb, 3)]; in ra288_decode_frame() local
|
D | opus_pvq.c | 113 float gain, theta; in celt_exp_rotation() local 167 float gain[2]; in celt_stereo_merge() local 416 enum CeltSpread spread, uint32_t blocks, float gain, in celt_alg_quant() 432 enum CeltSpread spread, uint32_t blocks, float gain, in celt_alg_unquant() 487 int level, float gain, in quant_band_template()
|
D | qcelpdec.c | 195 static void decode_gain_and_index(QCELPContext *q, float *gain) in decode_gain_and_index() 309 static void compute_svector(QCELPContext *q, const float *gain, in compute_svector() 696 float gain[16]; in qcelp_decode_frame() local
|
D | ra144dec.c | 53 int gain = get_bits(gb, 8); in do_output_subblock() local
|
D | aacdec_fixed.c | 374 const int gain = cce->coup.gain[index][idx]; in apply_dependent_coupling_fixed() local 426 const int gain = cce->coup.gain[index][0]; in apply_independent_coupling_fixed() local
|
/third_party/skia/src/gpu/effects/ |
D | GrMatrixConvolutionEffect.cpp | 220 const char* gain = uniformHandler->getUniformCStr(fGainUni); in emitCode() local 273 SkScalar gain, in GrMatrixConvolutionEffect() 330 SkScalar gain, in Make() 362 SkScalar gain = d->fRandom->nextSScalar1(); in TestCreate() local
|
/third_party/ffmpeg/libavfilter/ |
D | af_pan.c | 46 double gain[MAX_CHANNELS][MAX_CHANNELS]; member 108 double gain; in init() local 235 double gain = pan->gain[i][j]; in are_gains_pure() local
|
D | af_anequalizer.c | 54 double gain; member 480 static double butterworth_compute_bw_gain_db(double gain) in butterworth_compute_bw_gain_db() 494 static double chebyshev1_compute_bw_gain_db(double gain) in chebyshev1_compute_bw_gain_db() 508 static double chebyshev2_compute_bw_gain_db(double gain) in chebyshev2_compute_bw_gain_db() 635 double freq, width, gain; in process_command() local
|
D | af_replaygain.c | 534 float gain; in calc_replaygain() local 583 float gain = calc_replaygain(s->histogram); in uninit() local
|
/third_party/ffmpeg/libavcodec/mips/ |
D | iirfilter_mips.c | 62 float gain; member 98 float gain = c->gain; in iir_filter_flt_mips() local
|
D | acelp_filters_mips.c | 110 float gain, float mem[2], int n) in ff_acelp_apply_order_2_transfer_function_mips()
|
/third_party/nghttp2/lib/ |
D | nghttp2_ratelim.c | 35 uint64_t d, gain; in nghttp2_ratelim_update() local
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_ratelim.c | 35 uint64_t d, gain; in nghttp2_ratelim_update() local
|
/third_party/gstreamer/gstplugins_good/gst/equalizer/ |
D | gstiirequalizer.c | 129 gdouble gain; member 155 gdouble gain; in gst_iir_equalizer_band_set_property() local 476 gdouble gain, omega, bw; in setup_peak_filter() local 514 gdouble gain, omega, bw; in setup_low_shelf_filter() local 554 gdouble gain, omega, bw; in setup_high_shelf_filter() local
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | apev2mux.c | 149 gdouble gain; in test_taglib_apev2mux_check_tags() local 155 gdouble gain; in test_taglib_apev2mux_check_tags() local
|
D | id3v2mux.c | 225 gdouble gain; in test_taglib_id3mux_check_tags() local 231 gdouble gain; in test_taglib_id3mux_check_tags() local
|
/third_party/libsnd/tests/ |
D | generate.c | 58 crappy_snare (float *output, int len, int offset, float gain, float maxabs) in crappy_snare()
|
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/ |
D | SampleSource.h | 67 void setGain(float gain) { in setGain()
|
/third_party/skia/src/effects/imagefilters/ |
D | SkMatrixConvolutionImageFilter.cpp | 32 SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, in SkMatrixConvolutionImageFilter() 147 SkScalar gain, in MatrixConvolution() 202 SkScalar gain = buffer.readScalar(); in CreateProc() local
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | backend-native.c | 138 static pa_volume_t hsp_gain_to_volume(uint16_t gain) { in hsp_gain_to_volume() 152 uint16_t gain = volume * HSP_MAX_GAIN / PA_VOLUME_NORM; in volume_to_hsp_gain() local 760 int gain, dummy; in rfcomm_io_callback() local 885 uint16_t gain = volume_to_hsp_gain(volume); in set_sink_volume() local 910 uint16_t gain = volume_to_hsp_gain(volume); in set_source_volume() local
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
D | MultiChannelResampler.cpp | 145 float gain = 0.0; // sum of raw coefficients in generateCoefficients() local
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | id3mux.c | 250 gdouble gain; in test_taglib_id3mux_check_tags() local 258 gdouble gain; in test_taglib_id3mux_check_tags() local
|