• Home
  • Raw
  • Download

Lines Matching refs:h_frame_data

170     HANDLE_SBR_FRAME_DATA h_frame_data, /*!< pointer to memory where the
179 HANDLE_SBR_FRAME_DATA h_frame_data,
183 HANDLE_SBR_FRAME_DATA h_frame_data,
187 HANDLE_SBR_FRAME_DATA h_frame_data,
195 HANDLE_SBR_FRAME_DATA h_frame_data,
826 HANDLE_SBR_FRAME_DATA h_frame_data, /*!< handle to struct SBR_FRAME_DATA */ in sbrGetDirectionControlData() argument
841 h_frame_data->domain_vec[i++] = 0; in sbrGetDirectionControlData()
843 for (; i < h_frame_data->frameInfo.nEnvelopes; i++) { in sbrGetDirectionControlData()
844 h_frame_data->domain_vec[i] = FDKreadBits(hBs, 1); in sbrGetDirectionControlData()
850 h_frame_data->domain_vec_noise[i++] = 0; in sbrGetDirectionControlData()
852 for (; i < h_frame_data->frameInfo.nNoiseEnvelopes; i++) { in sbrGetDirectionControlData()
853 h_frame_data->domain_vec_noise[i] = FDKreadBits(hBs, 1); in sbrGetDirectionControlData()
862 HANDLE_SBR_FRAME_DATA h_frame_data, /*!< handle to struct SBR_FRAME_DATA */ in sbrGetNoiseFloorData() argument
874 coupling = h_frame_data->coupling; in sbrGetNoiseFloorData()
896 for (i = 0; i < h_frame_data->frameInfo.nNoiseEnvelopes; i++) { in sbrGetNoiseFloorData()
897 if (h_frame_data->domain_vec_noise[i] == 0) { in sbrGetNoiseFloorData()
899 h_frame_data->sbrNoiseFloorLevel[i * noNoiseBands] = in sbrGetNoiseFloorData()
902 h_frame_data->sbrNoiseFloorLevel[i * noNoiseBands] = in sbrGetNoiseFloorData()
908 h_frame_data->sbrNoiseFloorLevel[i * noNoiseBands + j] = in sbrGetNoiseFloorData()
914 h_frame_data->sbrNoiseFloorLevel[i * noNoiseBands + j] = in sbrGetNoiseFloorData()
929 HANDLE_SBR_FRAME_DATA h_frame_data, /*!< handle to struct SBR_FRAME_DATA */ in sbrGetPvcEnvelope() argument
934 UCHAR *pvcID = h_frame_data->pvcID; in sbrGetPvcEnvelope()
939 h_frame_data->ns = mapNsMode2ns[pvcMode - 1][nsMode]; in sbrGetPvcEnvelope()
1015 h_frame_data->iTESactive = (UCHAR)0; in sbrGetPvcEnvelope()
1024 HANDLE_SBR_FRAME_DATA h_frame_data, /*!< handle to struct SBR_FRAME_DATA */ in sbrGetEnvelope() argument
1031 COUPLING_MODE coupling = h_frame_data->coupling; in sbrGetEnvelope()
1033 int nEnvelopes = h_frame_data->frameInfo.nEnvelopes; in sbrGetEnvelope()
1038 h_frame_data->nScaleFactors = 0; in sbrGetEnvelope()
1040 if ((h_frame_data->frameInfo.frameClass == 0) && (nEnvelopes == 1)) { in sbrGetEnvelope()
1042 ampRes = h_frame_data->ampResolutionCurrentFrame; in sbrGetEnvelope()
1046 h_frame_data->ampResolutionCurrentFrame = ampRes; in sbrGetEnvelope()
1064 hHeaderData->freqBandData.nSfb[h_frame_data->frameInfo.freqRes[i]]; in sbrGetEnvelope()
1065 h_frame_data->nScaleFactors += no_band[i]; in sbrGetEnvelope()
1067 if (h_frame_data->nScaleFactors > MAX_NUM_ENVELOPE_VALUES) return 0; in sbrGetEnvelope()
1092 h_frame_data->iTESactive = (UCHAR)0; /* disable inter-TES by default */ in sbrGetEnvelope()
1097 if (h_frame_data->domain_vec[j] == 0) { in sbrGetEnvelope()
1099 h_frame_data->iEnvelope[offset] = in sbrGetEnvelope()
1103 h_frame_data->iEnvelope[offset] = in sbrGetEnvelope()
1108 for (i = (1 - h_frame_data->domain_vec[j]); i < no_band[j]; i++) { in sbrGetEnvelope()
1109 if (h_frame_data->domain_vec[j] == 0) { in sbrGetEnvelope()
1115 h_frame_data->iEnvelope[offset + i] = in sbrGetEnvelope()
1121 h_frame_data->iTESactive |= (UCHAR)(bs_temp_shape << j); in sbrGetEnvelope()
1123 h_frame_data->interTempShapeMode[j] = in sbrGetEnvelope()
1126 h_frame_data->interTempShapeMode[j] = 0; in sbrGetEnvelope()
1135 for (i = 0; i < h_frame_data->nScaleFactors; i++) { in sbrGetEnvelope()
1136 h_frame_data->iEnvelope[i] <<= ENV_EXP_FRACT; in sbrGetEnvelope()
1206 h_frame_data, /*!< contains the FRAME_INFO struct to be filled */ in extractLowDelayGrid()
1208 FRAME_INFO *pFrameInfo = &h_frame_data->frameInfo; in extractLowDelayGrid()
1213 h_frame_data->frameInfo.frameClass = 0; in extractLowDelayGrid()
1258 HANDLE_SBR_FRAME_DATA h_frame_data, /*!< pointer to memory where the in extractPvcFrameInfo() argument
1265 FRAME_INFO *pFrameInfo = &h_frame_data->frameInfo; in extractPvcFrameInfo()
1348 HANDLE_SBR_FRAME_DATA h_frame_data, /*!< pointer to memory where the in extractFrameInfo() argument
1351 FRAME_INFO *pFrameInfo = &h_frame_data->frameInfo; in extractFrameInfo()
1367 err = extractLowDelayGrid(hBs, hHeaderData, h_frame_data, numberTimeSlots, in extractFrameInfo()
1381 h_frame_data->ampResolutionCurrentFrame = in extractFrameInfo()