Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
DomxVCCOMM_ExpandFrame_I_s.s85 indexY RN 14 label
104 MOV indexY,pTop
105 ADD ColStep,indexY,#4
152 SUB pSrcDstPlane,pSrcDstPlane,indexY
/frameworks/base/core/jni/android/graphics/
DYuvToJpegEncoder.cpp199 int indexY = row * width + (i << 1); in deinterleave() local
201 yRows[indexY] = yuvSeg[0]; in deinterleave()
202 yRows[indexY + 1] = yuvSeg[2]; in deinterleave()