Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_reconstruct.c754 u8 *ptrJ; in h264bsdInterpolateHorHalf() local
780 ptrJ = ref + 5; in h264bsdInterpolateHorHalf()
784 tmp6 = *(ptrJ - 5); in h264bsdInterpolateHorHalf()
785 tmp5 = *(ptrJ - 4); in h264bsdInterpolateHorHalf()
786 tmp4 = *(ptrJ - 3); in h264bsdInterpolateHorHalf()
787 tmp3 = *(ptrJ - 2); in h264bsdInterpolateHorHalf()
788 tmp2 = *(ptrJ - 1); in h264bsdInterpolateHorHalf()
799 tmp1 = *ptrJ++; in h264bsdInterpolateHorHalf()
811 tmp6 = *ptrJ++; in h264bsdInterpolateHorHalf()
823 tmp5 = *ptrJ++; in h264bsdInterpolateHorHalf()
[all …]