Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
H A DstrictFunctionTypesErrors.js133 declare let fc2: (f: (x: Dog) => Dog) => 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
694 fc2 = q->gain_table[15 + (gain_index_next - gain_index)]; 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
185 fc2 = filter_coef((freq - cfg->lowpass1) / (cfg->lowpass2 - cfg->lowpass1 + 1e-20)); in lame_init_params_ppflt()
188 fc2 = 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