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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp     [all...]
  /external/aac/libAACenc/src/
metadata_compressor.cpp 125 enum { L = 0, R = 1, C = 2, LFE = 3, LS = 4, RS = 5, S = 6, LS2 = 7, RS2 = 8 };
177 Ls, Rs, S, Ls2, Rs2). */
539 if (drcComp->channelIdx[LS2] >= 0)
541 (FIXP_PCM)pSamples[drcComp->channelIdx[LS2]]) >>
542 (DOWNMIX_SHIFT - 1); /* Ls2 */
551 if ((drcComp->channelIdx[LS] >= 0) && (drcComp->channelIdx[LS2] >= 0))
581 if (drcComp->channelIdx[LS2] >= 0)
583 (FIXP_PCM)pSamples[drcComp->channelIdx[LS2]]) >>
584 (DOWNMIX_SHIFT - 1); /* Ls2 */
694 if (drcComp->channelIdx[LS2] >= 0
    [all...]

Completed in 279 milliseconds