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

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

Completed in 128 milliseconds