Searched refs:channelIdx (Results 1 – 6 of 6) sorted by relevance
/external/aac/libAACenc/src/ |
D | metadata_compressor.cpp | 176 INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE, member 424 fMultDiv2(ext_leva, (FIXP_PCM)pSamples[drcComp->channelIdx[4]]) >> in findPeakLevels() 427 fMultDiv2(ext_levb, (FIXP_PCM)pSamples[drcComp->channelIdx[6]]) >> in findPeakLevels() 433 fMultDiv2(ext_leva, (FIXP_PCM)pSamples[drcComp->channelIdx[4]]) >> in findPeakLevels() 436 fMultDiv2(ext_levb, (FIXP_PCM)pSamples[drcComp->channelIdx[7]]) >> in findPeakLevels() 441 tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[0]]) >> in findPeakLevels() 444 fMultDiv2(ext_levb, (FIXP_PCM)pSamples[drcComp->channelIdx[7]]) >> in findPeakLevels() 449 fMultDiv2(ext_leva, (FIXP_PCM)pSamples[drcComp->channelIdx[0]]) >> in findPeakLevels() 452 fMultDiv2(ext_levb, (FIXP_PCM)pSamples[drcComp->channelIdx[7]]) >> in findPeakLevels() 465 fMultDiv2(ext_leva, (FIXP_PCM)pSamples[drcComp->channelIdx[5]]) >> in findPeakLevels() [all …]
|
/external/skia/src/core/ |
D | SkYUVAInfo.cpp | 143 int channelIdx, in channel_index_to_channel() argument 148 if (channelIdx == 0) { in channel_index_to_channel() 154 switch (channelIdx) { in channel_index_to_channel() 161 if (channelIdx == 0) { in channel_index_to_channel() 167 if (channelIdx == 0 || channelIdx == 1) { in channel_index_to_channel() 168 *channel = static_cast<SkColorChannel>(channelIdx); in channel_index_to_channel() 173 if (channelIdx >= 0 && channelIdx <= 2) { in channel_index_to_channel() 174 *channel = static_cast<SkColorChannel>(channelIdx); in channel_index_to_channel() 179 if (channelIdx >= 0 && channelIdx <= 3) { in channel_index_to_channel() 180 *channel = static_cast<SkColorChannel>(channelIdx); in channel_index_to_channel()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringExplicitLodTests.cpp | 81 for (int channelIdx = 0; channelIdx < 4; channelIdx++) in getPrecision() local 86 …tr<tcu::FloatFormat>(new tcu::NormalizedFormat(std::max(0,channelDepth[channelIdx] + fpPrecisionDe… in getPrecision() 90 …tr<tcu::FloatFormat>(new tcu::NormalizedFormat(std::max(0,channelDepth[channelIdx] + fpPrecisionDe… in getPrecision() 94 if (channelDepth[channelIdx] == 16) in getPrecision() 100 DE_ASSERT(channelDepth[channelIdx] == 32 || channelDepth[channelIdx] == 0); in getPrecision()
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 792 const UINT tag, const UINT channelIdx, in CProgramConfig_LookupElement() argument 822 &chType[channelIdx], &chIndex[channelIdx], channelConfig, channelIdx); in CProgramConfig_LookupElement() 824 chType[channelIdx + 1] = chType[channelIdx]; in CProgramConfig_LookupElement() 825 chIndex[channelIdx + 1] = chIndex[channelIdx] + 1; in CProgramConfig_LookupElement() 905 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement() 909 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement() 962 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement() 966 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement() 1018 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement() 1022 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement() [all …]
|
/external/aac/libMpegTPDec/include/ |
D | tpdec_lib.h | 242 const UINT tag, const UINT channelIdx,
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1171 for (deUint32 channelIdx = 0; channelIdx < 4; channelIdx++) in getPrecision() local 1172 floatFormats.push_back(tcu::FloatFormat(0, 0, channelDepth[channelIdx], false, tcu::YES)); in getPrecision()
|