Home
last modified time | relevance | path

Searched refs:mapDist (Results 1 – 1 of 1) sorted by relevance

/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp608 UINT mapDist = (unsigned)-1; in getChannelMode() local
620 if (dist < mapDist) { in getChannelMode()
622 mapDist = dist; in getChannelMode()
626 if (mapDist <= PCMDMX_THRESHOLD_MAP_HEAT_1) { in getChannelMode()
643 UINT mapDist = (unsigned)-1; in getChannelMode() local
649 if (dist < mapDist) { in getChannelMode()
651 mapDist = dist; in getChannelMode()
655 if ((mapPos <= stopSlot) && (mapDist < PCMDMX_THRESHOLD_MAP_HEAT_2) && in getChannelMode()
672 UINT mapDist = (unsigned)-1; in getChannelMode() local
678 if (dist < mapDist) { in getChannelMode()
[all …]