Searched defs:sampleAbs (Results 1 – 1 of 1) sorted by relevance
367 uint32_t sampleAbs = static_cast<uint32_t>(sample >= 0 ? sample: (-sample)) >> offset; in CountS24Volume() local412 uint32_t sampleAbs = static_cast<uint32_t>(*raw32 >= 0 ? *raw32: (-*raw32)) >> offset; in CountS32Volume() local