Searched refs:channelData (Results 1 - 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_drc.cpp542 pDrcBs->channelData.drcInterpolationScheme =
546 pDrcBs->channelData.bandTop[i] = FDKreadBits(bs, 8); /* drc_band_top[i] */
549 pDrcBs->channelData.bandTop[0] = DRC_BLOCK_LEN_DIV_BAND_MULT -
554 pDrcBs->channelData.numBands = numBands;
565 pDrcBs->channelData.drcValue[i] = FDKreadBits(bs, 1)
567 pDrcBs->channelData.drcValue[i] |=
572 pDrcBs->channelData.drcDataType = MPEG_DRC_EXT_DATA;
651 pDrcBs->channelData.numBands = 1; /* One band ... */
652 pDrcBs->channelData.drcValue[0] =
654 pDrcBs->channelData
[all...]
H A Daacdec_drc_types.h152 CDrcChannelData channelData; member in struct:__anon188
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1340 void *const channelData = (deUint8*)pixelData + c*pixelSize/imageNumChannels; local
1341 const TcuFloatType f (*(TcuFloatTypeStorageType*)channelData);
1344 *(TcuFloatTypeStorageType*)channelData = TcuFloatType(0.0f).bits();

Completed in 450 milliseconds