Searched refs:channelData (Results 1 – 3 of 3) sorted by relevance
500 pDrcBs->channelData.drcInterpolationScheme = FDKreadBits(bs, 4); /* drc_interpolation_scheme */ in aacDecoder_drcParse()505 pDrcBs->channelData.bandTop[i] = FDKreadBits(bs, 8); /* drc_band_top[i] */ in aacDecoder_drcParse()510 pDrcBs->channelData.bandTop[0] = (1024 >> 2) - 1; /* ... comprising the whole spectrum. */; in aacDecoder_drcParse()513 pDrcBs->channelData.numBands = numBands; in aacDecoder_drcParse()526 pDrcBs->channelData.drcValue[i] = FDKreadBits(bs, 1) << 7; /* dyn_rng_sgn[i] */ in aacDecoder_drcParse()527 pDrcBs->channelData.drcValue[i] |= FDKreadBits(bs, 7) & 0x7F; /* dyn_rng_ctl[i] */ in aacDecoder_drcParse()532 pDrcBs->channelData.drcDataType = MPEG_DRC_EXT_DATA; in aacDecoder_drcParse()614 pDrcBs->channelData.numBands = 1; /* One band ... */ in aacDecoder_drcReadCompression()615 pDrcBs->channelData.drcValue[0] = compressionValue; /* ... with one value ... */ in aacDecoder_drcReadCompression()616 pDrcBs->channelData.bandTop[0] = (1024 >> 2) - 1; /* ... comprising the whole spectrum. */ in aacDecoder_drcReadCompression()[all …]
130 CDrcChannelData channelData; member
1340 void *const channelData = (deUint8*)pixelData + c*pixelSize/imageNumChannels; in replaceBadFloatReinterpretValues() local1341 const TcuFloatType f (*(TcuFloatTypeStorageType*)channelData); in replaceBadFloatReinterpretValues()1344 *(TcuFloatTypeStorageType*)channelData = TcuFloatType(0.0f).bits(); in replaceBadFloatReinterpretValues()