Home
last modified time | relevance | path

Searched refs:e_l (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dopus_pvq.c463 static void celt_stereo_is_decouple(float *X, float *Y, float e_l, float e_r, int N) in celt_stereo_is_decouple() argument
466 const float energy_n = 1.0f/(sqrtf(e_l*e_l + e_r*e_r) + FLT_EPSILON); in celt_stereo_is_decouple()
467 e_l *= energy_n; in celt_stereo_is_decouple()
470 X[i] = e_l*X[i] + e_r*Y[i]; in celt_stereo_is_decouple()
/third_party/lame/frontend/
H A Dget_audio.c129 int32_t const e_l = bytes[1]; in read_ieee_extended_high_low() local
130 int32_t e = (e_h << 8) | e_l; in read_ieee_extended_high_low()

Completed in 6 milliseconds