Searched refs:channelIdx (Results 1 – 5 of 5) 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/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringExplicitLodTests.cpp | 80 for (int channelIdx = 0; channelIdx < 4; channelIdx++) in getPrecision() local 85 …tr<tcu::FloatFormat>(new tcu::NormalizedFormat(std::max(0,channelDepth[channelIdx] + fpPrecisionDe… in getPrecision() 89 …tr<tcu::FloatFormat>(new tcu::NormalizedFormat(std::max(0,channelDepth[channelIdx] + fpPrecisionDe… in getPrecision() 93 if (channelDepth[channelIdx] == 16) in getPrecision() 99 DE_ASSERT(channelDepth[channelIdx] == 32 || channelDepth[channelIdx] == 0); in getPrecision()
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 647 const UINT tag, const UINT channelIdx, in CProgramConfig_LookupElement() argument 677 &chType[channelIdx], &chIndex[channelIdx], channelConfig, channelIdx); in CProgramConfig_LookupElement() 679 chType[channelIdx + 1] = chType[channelIdx]; in CProgramConfig_LookupElement() 680 chIndex[channelIdx + 1] = chIndex[channelIdx] + 1; in CProgramConfig_LookupElement() 760 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement() 764 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement() 817 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement() 821 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement() 873 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement() 877 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 | 1124 for (deUint32 channelIdx = 0; channelIdx < 4; channelIdx++) in getPrecision() local 1125 floatFormats.push_back(tcu::FloatFormat(0, 0, channelDepth[channelIdx], false, tcu::YES)); in getPrecision()
|