OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channelData
(Results
1 - 3
of
3
) 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
...]
Completed in 927 milliseconds