Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DSincResampler.cpp282 bool k2Aligned = !(reinterpret_cast<uintptr_t>(k2) & 0x0F); in process() local
298 if (k1Aligned && k2Aligned) { // both aligned in process()
303 } else if (!k1Aligned && k2Aligned) { // only k2 aligned in process()
308 } else if (k1Aligned && !k2Aligned) { // only k1 aligned in process()