Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.cpp1054 const unsigned lowestBit = tmp & -(signed)tmp; in Downmix_foldGeneric() local
1055 switch (lowestBit) { in Downmix_foldGeneric()
1084 tmp ^= lowestBit; in Downmix_foldGeneric()