• Home
  • Raw
  • Download

Lines Matching refs:h_frame_data

142                              HANDLE_SBR_FRAME_DATA  h_frame_data,
149 HANDLE_SBR_FRAME_DATA h_frame_data,
157 HANDLE_SBR_FRAME_DATA h_frame_data,
674 sbrGetDirectionControlData (HANDLE_SBR_FRAME_DATA h_frame_data, /*!< handle to struct SBR_FRAME_DAT… in sbrGetDirectionControlData() argument
679 for (i = 0; i < h_frame_data->frameInfo.nEnvelopes; i++) { in sbrGetDirectionControlData()
680 h_frame_data->domain_vec[i] = FDKreadBits (hBs, 1); in sbrGetDirectionControlData()
683 for (i = 0; i < h_frame_data->frameInfo.nNoiseEnvelopes; i++) { in sbrGetDirectionControlData()
684 h_frame_data->domain_vec_noise[i] = FDKreadBits (hBs, 1); in sbrGetDirectionControlData()
695 HANDLE_SBR_FRAME_DATA h_frame_data, /*!< handle to struct SBR_FRAME_DATA */ in sbrGetNoiseFloorData() argument
707 coupling = h_frame_data->coupling; in sbrGetNoiseFloorData()
727 for (i=0; i<h_frame_data->frameInfo.nNoiseEnvelopes; i++) { in sbrGetNoiseFloorData()
730 if (h_frame_data->domain_vec_noise[i] == 0) { in sbrGetNoiseFloorData()
732 h_frame_data->sbrNoiseFloorLevel[i*noNoiseBands] = in sbrGetNoiseFloorData()
736 h_frame_data->sbrNoiseFloorLevel[i*noNoiseBands] = in sbrGetNoiseFloorData()
742h_frame_data->sbrNoiseFloorLevel[i*noNoiseBands+j] = (FIXP_SGL) (delta << envDataTableCompFactor); in sbrGetNoiseFloorData()
748h_frame_data->sbrNoiseFloorLevel[i*noNoiseBands+j] = (FIXP_SGL) (delta << envDataTableCompFactor); in sbrGetNoiseFloorData()
760 HANDLE_SBR_FRAME_DATA h_frame_data, /*!< handle to struct SBR_FRAME_DATA */ in sbrGetEnvelope() argument
768 COUPLING_MODE coupling = h_frame_data->coupling; in sbrGetEnvelope()
770 int nEnvelopes = h_frame_data->frameInfo.nEnvelopes; in sbrGetEnvelope()
775 h_frame_data->nScaleFactors = 0; in sbrGetEnvelope()
777 if ( (h_frame_data->frameInfo.frameClass == 0) && (nEnvelopes == 1) ) { in sbrGetEnvelope()
779 ampRes = h_frame_data->ampResolutionCurrentFrame; in sbrGetEnvelope()
783 h_frame_data->ampResolutionCurrentFrame = ampRes; in sbrGetEnvelope()
803 no_band[i] = hHeaderData->freqBandData.nSfb[h_frame_data->frameInfo.freqRes[i]]; in sbrGetEnvelope()
804 h_frame_data->nScaleFactors += no_band[i]; in sbrGetEnvelope()
806 if (h_frame_data->nScaleFactors > MAX_NUM_ENVELOPE_VALUES) in sbrGetEnvelope()
841 if (h_frame_data->domain_vec[j] == 0) { in sbrGetEnvelope()
843 h_frame_data->iEnvelope[offset] = in sbrGetEnvelope()
847 h_frame_data->iEnvelope[offset] = in sbrGetEnvelope()
852 for (i = (1 - h_frame_data->domain_vec[j]); i < no_band[j]; i++) { in sbrGetEnvelope()
854 if (h_frame_data->domain_vec[j] == 0) { in sbrGetEnvelope()
861 h_frame_data->iEnvelope[offset + i] = (FIXP_SGL) (delta << envDataTableCompFactor); in sbrGetEnvelope()
868 for (i = 0; i < h_frame_data->nScaleFactors; i++) { in sbrGetEnvelope()
869 h_frame_data->iEnvelope[i] <<= ENV_EXP_FRACT; in sbrGetEnvelope()
941 … HANDLE_SBR_FRAME_DATA h_frame_data, /*!< contains the FRAME_INFO struct to be filled */ in extractLowDelayGrid() argument
945 FRAME_INFO * pFrameInfo = &h_frame_data->frameInfo; in extractLowDelayGrid()
950 h_frame_data->frameInfo.frameClass = 0; in extractLowDelayGrid()
991 … HANDLE_SBR_FRAME_DATA h_frame_data, /*!< pointer to memory where the frame-info will be stored */ in extractFrameInfo() argument
996 FRAME_INFO * pFrameInfo = &h_frame_data->frameInfo; in extractFrameInfo()
1010 extractLowDelayGrid (hBs, hHeaderData, h_frame_data, numberTimeSlots); in extractFrameInfo()
1025 h_frame_data->ampResolutionCurrentFrame = FDKreadBits( hBs, 1); /* new ELD Syntax 07-11-09 */ in extractFrameInfo()