Searched defs:partData (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c1983 u8 *partData, *ref; local
2013 partData = data + 16*partY + partX;
2066 res = omxVCM4P10_InterpolateLuma(ref, (i32)width, partData, 16,
2103 partData = data + 16*16 + (partY>>1)*8 + (partX>>1);
2108 res = armVCM4P10_Interpolate_Chroma(ref, width, partData, 8,
2111 partData += 8 * 8;
2113 res = armVCM4P10_Interpolate_Chroma(ref, width, partData, 8,

Completed in 29 milliseconds