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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c1013 u32 horVerOffset) /* 0 for pixel e, 1 for pixel g,
1043 ptrJ = ref + (((horVerOffset & 0x2) >> 1) + 2) * width + 5;
1046 ptrC = ref + width + 2 + (horVerOffset & 0x1);
1004 h264bsdInterpolateHorVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horVerOffset) argument

Completed in 236 milliseconds