Home | History | Annotate | Download | only in src

Lines Matching defs:cpe

471   FIXP_DBL tmp, cpe, code_smooth_prev, code_smooth;
476 /* cpe = (1+r_v)/8 * 2 ; ( SF = -1) */
477 cpe = (period_fac >> (2 - SF_PFAC)) + FL2FXCONST_DBL(0.25f);
489 cpe_code_smooth = fMultDiv2(cpe, code_smooth);
491 cpe_code_smooth_prev = fMultDiv2(cpe, code_smooth_prev);
505 cpe_code_smooth = fMultDiv2(cpe, code_smooth);