• Home
  • Raw
  • Download

Lines Matching refs:harmIndex

1580                                    &h_sbr_cal_env->harmIndex, lowSubband,  in calculateSbrEnvelope()
1587 &h_sbr_cal_env->harmIndex, lowSubband, noSubbands, in calculateSbrEnvelope()
1759 hs->harmIndex = 0; in createSbrEnvelopeCalc()
2409 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlot_EldGrid() local
2423 const FIXP_DBL *p_harmonicPhaseX = &harmonicPhaseX[harmIndex][0]; in adjustTimeSlot_EldGrid()
2424 const INT *p_harmonicPhase = &harmonicPhase[harmIndex][0]; in adjustTimeSlot_EldGrid()
2482 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlot_EldGrid()
2507 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlotLC() local
2539 if (!(harmIndex & 0x1)) { in adjustTimeSlotLC()
2541 signalReal += (harmIndex & 0x2) ? -sineLevel : sineLevel; in adjustTimeSlotLC()
2554 if (((harmIndex >> 1) & 0x1) ^ freqInvFlag) { in adjustTimeSlotLC()
2569 if (!(harmIndex & 0x1)) { in adjustTimeSlotLC()
2571 if (!harmIndex) { in adjustTimeSlotLC()
2596 if (harmIndex == 1) freqInvFlag = !freqInvFlag; in adjustTimeSlotLC()
2643 if (!(harmIndex & 0x1)) { in adjustTimeSlotLC()
2662 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlotLC()
2791 &h_sbr_cal_env->harmIndex; /*!< Harmonic index */ in adjustTimeSlotHQ_AddHarmonics()
2795 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlotHQ_AddHarmonics() local
2799 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlotHQ_AddHarmonics()
2808 if (harmIndex & 2) { in adjustTimeSlotHQ_AddHarmonics()
2812 if (!(harmIndex & 1)) { in adjustTimeSlotHQ_AddHarmonics()
2847 &h_sbr_cal_env->harmIndex; /*!< Harmonic index */ in adjustTimeSlotHQ()
2858 UCHAR harmIndex = *ptrHarmIndex; in adjustTimeSlotHQ() local
2864 *ptrHarmIndex = (harmIndex + 1) & 3; in adjustTimeSlotHQ()
2913 switch (harmIndex) { in adjustTimeSlotHQ()
2965 switch (harmIndex) { in adjustTimeSlotHQ()