Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
H A Dceval.h422 double cos_val = cos(x); in ceval_cos() local
423 return (fabs(cos_val) <= CEVAL_EPSILON) ? 0 : cos_val; in ceval_cos()
/third_party/ffmpeg/libavcodec/
H A Dtwinvq.c39 * @param cos_val cos(PI*i/N) where i is the index of the LPC amplitude
46 static float eval_lpc_spectrum(const float *lsp, float cos_val, int order) in eval_lpc_spectrum() argument
51 float two_cos_w = 2.0f * cos_val; in eval_lpc_spectrum()

Completed in 4 milliseconds