• Home
  • Raw
  • Download

Lines Matching refs:harmIndex

1577                 &h_sbr_cal_env->harmIndex, lowSubband, noSubbands,  in calculateSbrEnvelope()
1584 &h_sbr_cal_env->harmIndex, lowSubband, noSubbands, in calculateSbrEnvelope()
1756 hs->harmIndex = 0; in createSbrEnvelopeCalc()
2407 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlot_EldGrid() local
2421 const FIXP_DBL *p_harmonicPhaseX = &harmonicPhaseX[harmIndex][0]; in adjustTimeSlot_EldGrid()
2422 const INT *p_harmonicPhase = &harmonicPhase[harmIndex][0]; in adjustTimeSlot_EldGrid()
2485 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlot_EldGrid()
2510 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlotLC() local
2545 if (!(harmIndex & 0x1)) { in adjustTimeSlotLC()
2547 signalReal += (harmIndex & 0x2) ? -sineLevel : sineLevel; in adjustTimeSlotLC()
2560 if (((harmIndex >> 1) & 0x1) ^ freqInvFlag) { in adjustTimeSlotLC()
2575 if (!(harmIndex & 0x1)) { in adjustTimeSlotLC()
2577 if (!harmIndex) { in adjustTimeSlotLC()
2604 if (harmIndex == 1) freqInvFlag = !freqInvFlag; in adjustTimeSlotLC()
2653 if (!(harmIndex & 0x1)) { in adjustTimeSlotLC()
2672 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlotLC()
2816 &h_sbr_cal_env->harmIndex; /*!< Harmonic index */ in adjustTimeSlotHQ_AddHarmonics()
2820 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlotHQ_AddHarmonics() local
2824 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlotHQ_AddHarmonics()
2833 if (harmIndex & 2) { in adjustTimeSlotHQ_AddHarmonics()
2837 if (!(harmIndex & 1)) { in adjustTimeSlotHQ_AddHarmonics()
2872 &h_sbr_cal_env->harmIndex; /*!< Harmonic index */ in adjustTimeSlotHQ()
2883 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlotHQ() local
2892 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlotHQ()
2950 switch (harmIndex) { in adjustTimeSlotHQ()
3006 switch (harmIndex) { in adjustTimeSlotHQ()