Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_reconstruct.c504 u8 *ptrC, *ptrV; in h264bsdInterpolateVerHalf() local
526 ptrC = ref + width; in h264bsdInterpolateVerHalf()
527 ptrV = ptrC + 5*width; in h264bsdInterpolateVerHalf()
546 tmp3 = ptrC[width*2]; in h264bsdInterpolateVerHalf()
558 tmp2 = ptrC[width]; in h264bsdInterpolateVerHalf()
570 tmp1 = *ptrC; in h264bsdInterpolateVerHalf()
582 tmp6 = ptrC[-(i32)width]; in h264bsdInterpolateVerHalf()
588 ptrC++; in h264bsdInterpolateVerHalf()
590 ptrC += 4*width - partWidth; in h264bsdInterpolateVerHalf()
623 u8 *ptrC, *ptrV, *ptrInt; in h264bsdInterpolateVerQuarter() local
[all …]