Home
last modified time | relevance | path

Searched refs:fc1 (Results 1 - 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DstrictFunctionTypesErrors.js132 declare let fc1: (f: (x: Animal) => Animal) => void;
134 fc1 = fc2; // Error
135 fc2 = fc1; // Error
217 fc1 = fc2; // Error
218 fc2 = fc1; // Error
/third_party/ffmpeg/libavcodec/
H A Dcook.c687 float fc1, fc2; in interpolate_float() local
688 fc1 = pow2tab[gain_index + 63]; in interpolate_float()
692 buffer[i] *= fc1; in interpolate_float()
696 buffer[i] *= fc1; in interpolate_float()
697 fc1 *= fc2; in interpolate_float()
/third_party/lame/libmp3lame/
H A Dlame.c176 FLOAT fc1, fc2; in lame_init_params_ppflt() local
179 fc1 = filter_coef((cfg->highpass2 - freq) / (cfg->highpass2 - cfg->highpass1 + 1e-20)); in lame_init_params_ppflt()
182 fc1 = 1.0f; in lame_init_params_ppflt()
190 gfc->sv_enc.amp_filter[band] = fc1 * fc2; in lame_init_params_ppflt()

Completed in 6 milliseconds