Home
last modified time | relevance | path

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

/cts/tests/tests/media/common/jni/
Dcodec-utils-jni.cpp416 uint8_t *ycol = (uint8_t *)yrow; in getRawStats() local
425 Y = *(ycol + 1); in getRawStats()
429 Y = *ycol; in getRawStats()
444 ycol += ycolInc; in getRawStats()