Home
last modified time | relevance | path

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

/external/exoplayer/tree/extensions/vp9/src/main/jni/
Dvpx_jni.cc182 uint8_t* dstUBase = reinterpret_cast<uint8_t*>(data + yLength); in convert_16_to_8_neon() local
190 uint8_t* dstU = dstUBase; in convert_16_to_8_neon()
229 dstUBase[i] = (srcUBase[i] + (randval & 3)) >> 2; in convert_16_to_8_neon()
238 dstUBase += dstUVStride; in convert_16_to_8_neon()