Home
last modified time | relevance | path

Searched defs:energy (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Daacenc_quantization.h46 int *bits, float *energy, int BT_ZERO, int BT_UNSIGNED, in quantize_and_encode_band_cost_template()
166 int *bits, float *energy) { in quantize_and_encode_band_cost_NONE()
245 lambda, uplim, bits, energy, rtz) \ argument
253 int *bits, float *energy, int rtz) in quantize_band_cost()
262 int *bits, float *energy, int rtz) in quantize_band_cost_bits()
Daacenc_quantization_misc.h34 int *bits, float *energy, int rtz) in quantize_band_cost_cached()
Dra144.c1657 int ff_interp(RA144Context *ractx, int16_t *out, int a, int copyold, int energy) in ff_interp()
1678 unsigned int ff_rescale_rms(unsigned int rms, unsigned int energy) in ff_rescale_rms()
Dcngenc.c68 double energy = 0; in cng_encode_frame() local
Dra144dec.c75 unsigned int energy; in ra144_decode_frame() local
Dg723_1dec.c445 int energy[5] = {0, 0, 0, 0, 0}; in comp_ppf_coeff() local
615 static void gain_scale(G723_1_ChannelContext *p, int16_t * buf, int energy) in gain_scale()
687 int scale, energy; in formant_postfilter() local
Dlibtwolame.c43 int energy; member
Dac3enc_template.c120 CoefSumType energy[AC3_MAX_BLOCKS][AC3_MAX_CHANNELS][16] = {{{0}}}; in apply_channel_coupling() local
Dcngdec.c37 int energy, target_energy; member
Dopusenc_psy.h35 float energy[OPUS_MAX_CHANNELS][CELT_MAX_BANDS]; /* Masking effects included */ member
Dpsymodel.h52 float energy; member
Dra144enc.c438 int energy = 0; in ra144_encode_frame() local
Daaccoder_twoloop.h222 float uplim = 0.0f, energy = 0.0f, spread = 0.0f; in search_for_quantizers_twoloop() local
Dsipr.c459 …float energy = avpriv_scalarproduct_float_c(ctx->postfilter_syn5k0 + LP_FILTER_ORDER + i * SUBFR_S… in decode_frame() local
Dopus_celt.h67 float energy[CELT_MAX_BANDS]; member
Dopusenc_psy.c110 float avg_c_s, energy = 0.0f, dist_dev = 0.0f; in step_collect_psy_metrics() local
Damrwbdec.c791 float energy = ctx->celpm_ctx.dot_productf(excitation, excitation, in synthesis() local
905 float energy = ctx->celpm_ctx.dot_productf(synth_exc, synth_exc, in scaled_hb_excitation() local
Daacenc.h89 float energy; member
Dilbcdec.c962 int32_t measure, max_measure, energy; in do_plc() local
1214 int32_t cross_corr, energy; in xcorr_coeff() local
Dsonic.c273 int energy = 0; in intlist_write() local
Dg723_1enc.c543 int energy[15]; in comp_harmonic_coeff() local
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c142 int *bits, float *energy, const float ROUNDING) in quantize_and_encode_band_cost_SQUAD_mips()
238 int *bits, float *energy, const float ROUNDING) in quantize_and_encode_band_cost_UQUAD_mips()
353 int *bits, float *energy, const float ROUNDING) in quantize_and_encode_band_cost_SPAIR_mips()
456 … int *bits, float *energy, const float ROUNDING) in quantize_and_encode_band_cost_UPAIR7_mips()
574 … int *bits, float *energy, const float ROUNDING) in quantize_and_encode_band_cost_UPAIR12_mips()
691 int *bits, float *energy, const float ROUNDING) in quantize_and_encode_band_cost_ESC_mips()
936 … int *bits, float *energy, const float ROUNDING) { in quantize_and_encode_band_cost_NONE_mips()
944 … int *bits, float *energy, const float ROUNDING) { in quantize_and_encode_band_cost_ZERO_mips()
985 lambda, uplim, bits, energy, ROUNDING) \ argument
1475 int *bits, float *energy, int rtz) in quantize_band_cost_bits()
[all …]
/third_party/ffmpeg/libavfilter/
Debur128.c368 static double ebur128_energy_to_loudness(double energy) in ebur128_energy_to_loudness()
373 static size_t find_histogram_index(double energy) in find_histogram_index()
619 double energy; in ff_ebur128_loudness_shortterm() local
Df_ebur128.c60 double energy; ///< E = 10^((L + 0.691) / 10) member
514 #define LOUDNESS(energy) (-0.691 + 10 * log10(energy)) argument
515 #define DBFS(energy) (20 * log10(energy)) argument
/third_party/lame/libmp3lame/
Dlame-analysis.h48 double energy[2][4][BLKSIZE]; member

12