Home
last modified time | relevance | path

Searched refs:ptrV (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
527 ptrV = ptrC + 5*width; in h264bsdInterpolateVerHalf()
535 tmp4 = ptrV[-(i32)width*2]; in h264bsdInterpolateVerHalf()
536 tmp5 = ptrV[-(i32)width]; in h264bsdInterpolateVerHalf()
537 tmp1 = ptrV[width]; in h264bsdInterpolateVerHalf()
538 tmp2 = ptrV[width*2]; in h264bsdInterpolateVerHalf()
539 tmp6 = *ptrV++; in h264bsdInterpolateVerHalf()
591 ptrV += 4*width - partWidth; in h264bsdInterpolateVerHalf()
623 u8 *ptrC, *ptrV, *ptrInt; in h264bsdInterpolateVerQuarter() local
646 ptrV = ptrC + 5*width; in h264bsdInterpolateVerQuarter()
[all …]