Lines Matching refs:phaseFraction
65 uint32_t &phaseFraction, uint32_t phaseIncrement);
68 uint32_t &phaseFraction, uint32_t phaseIncrement);
344 uint32_t phaseFraction = mPhaseFraction;
350 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d",
351 // outFrameCount, inputIndex, phaseFraction, phaseIncrement);
378 out[outputIndex++] += vl * Interp(mX0L, in[0], phaseFraction);
379 out[outputIndex++] += vr * Interp(mX0R, in[1], phaseFraction);
380 Advance(&inputIndex, &phaseFraction, phaseIncrement);
397 phaseFraction, phaseIncrement);
403 in[inputIndex*2], phaseFraction);
405 in[inputIndex*2+1], phaseFraction);
406 Advance(&inputIndex, &phaseFraction, phaseIncrement);
431 mPhaseFraction = phaseFraction;
442 uint32_t phaseFraction = mPhaseFraction;
448 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d",
449 // outFrameCount, inputIndex, phaseFraction, phaseIncrement);
457 mPhaseFraction = phaseFraction;
473 int32_t sample = Interp(mX0L, in[0], phaseFraction);
476 Advance(&inputIndex, &phaseFraction, phaseIncrement);
493 phaseFraction, phaseIncrement);
499 phaseFraction);
502 Advance(&inputIndex, &phaseFraction, phaseIncrement);
527 mPhaseFraction = phaseFraction;
545 * phaseFraction : pointer on current phase fraction
551 * phaseFraction : phase fraction for next interpolation
557 uint32_t &phaseFraction, uint32_t phaseIncrement)
566 (void)phaseFraction;
574 " ldr r6, [sp, #" MO_PARAM5 " + 20]\n" // &phaseFraction
575 " ldr r6, [r6]\n" // phaseFraction
618 " bic r6, r6, #0xC0000000\n" /* phaseFraction & ... */\
622 " add r6, r6, r9\n" /* phaseFraction + phaseIncrement */\
628 " add r7, r7, r6, lsr #30\n" /* inputIndex + phaseFraction>>30 */\
638 " bic r6, r6, #0xC0000000\n" // phaseFraction & ...
640 " ldr r0, [sp, #" MO_PARAM5 " + 20]\n" // &phaseFraction
641 " str r6, [r0]\n" // phaseFraction
666 * phaseFraction : pointer on current phase fraction
672 * phaseFraction : phase fraction for next interpolation
678 uint32_t &phaseFraction, uint32_t phaseIncrement)
687 (void)phaseFraction;
694 " ldr r6, [sp, #" ST_PARAM5 " + 20]\n" // &phaseFraction
695 " ldr r6, [r6]\n" // phaseFraction
732 " bic r6, r6, #0xC0000000\n" /* phaseFraction & ... */\
756 " add r6, r6, r9\n" /* phaseFraction + phaseIncrement */\
757 " add r7, r7, r6, lsr #30\n" /* inputIndex + phaseFraction>>30 */
766 " bic r6, r6, #0xC0000000\n" // phaseFraction & ...
768 " ldr r0, [sp, #" ST_PARAM5 " + 20]\n" // &phaseFraction
769 " str r6, [r0]\n" // phaseFraction