HomeSort by relevance Sort by last modified time
    Searched refs:channelData (Results 1 - 4 of 4) sorted by null

  /external/aac/libAACdec/src/
aacdec_drc_types.h 130 CDrcChannelData channelData;
aacdec_drc.cpp 500 pDrcBs->channelData.drcInterpolationScheme = FDKreadBits(bs, 4); /* drc_interpolation_scheme */
505 pDrcBs->channelData.bandTop[i] = FDKreadBits(bs, 8); /* drc_band_top[i] */
510 pDrcBs->channelData.bandTop[0] = (1024 >> 2) - 1; /* ... comprising the whole spectrum. */;
513 pDrcBs->channelData.numBands = numBands;
526 pDrcBs->channelData.drcValue[i] = FDKreadBits(bs, 1) << 7; /* dyn_rng_sgn[i] */
527 pDrcBs->channelData.drcValue[i] |= FDKreadBits(bs, 7) & 0x7F; /* dyn_rng_ctl[i] */
532 pDrcBs->channelData.drcDataType = MPEG_DRC_EXT_DATA;
614 pDrcBs->channelData.numBands = 1; /* One band ... */
615 pDrcBs->channelData.drcValue[0] = compressionValue; /* ... with one value ... */
616 pDrcBs->channelData.bandTop[0] = (1024 >> 2) - 1; /* ... comprising the whole spectrum. *
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 126 getChannelData : function (i) {return this.channelData[i];},
127 channelData : []
130 GameBoyAudioNode.outputBuffer.channelData[i] = new Float32Array(bufferSize);
    [all...]

Completed in 107 milliseconds