Searched refs:newSbrInfo (Results 1 – 1 of 1) sorted by relevance
1311 SBR_HEADER_DATA_BS_INFO newSbrInfo; in sbrDecoder_Parse() local1335 newSbrInfo.ampResolution = FDKreadBit(hBs); in sbrDecoder_Parse()1336 newSbrInfo.xover_band = FDKreadBits(hBs, 4); in sbrDecoder_Parse()1337 newSbrInfo.sbr_preprocessing = FDKreadBit(hBs); in sbrDecoder_Parse()1339 newSbrInfo.pvc_mode = FDKreadBits(hBs, 2); in sbrDecoder_Parse()1342 if (newSbrInfo.pvc_mode > 2) { in sbrDecoder_Parse()1345 if (stereo && newSbrInfo.pvc_mode > 0) { in sbrDecoder_Parse()1349 newSbrInfo.pvc_mode = 0; in sbrDecoder_Parse()1352 newSbrInfo.pvc_mode = 0; in sbrDecoder_Parse()1355 if (FDKmemcmp(&hSbrHeader->bs_info, &newSbrInfo, in sbrDecoder_Parse()[all …]