Home | History | Annotate | Download | only in src

Lines Matching full:mpitch

908     FIXP_DBL mpitch = pitch;
909 while (mpitch < (FIXP_DBL)(255 << 16)) {
910 mpitch += pitch;
912 n = (int)(mpitch - pitch) >> 16;