Searched refs:fillWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c1987 u32 fillWidth; local
2032 fillWidth = 32;
2034 fillWidth = 16;
2037 fillWidth = (partWidth*2);
2044 if ((x0 < 0) || ((u32)x0+fillWidth > width) ||
2048 fillWidth, fillHeight, fillWidth);
2053 width = fillWidth;
2084 fillWidth = ((partWidth >> 1) + 8) & ~0x7;
2088 if ((x0 < 0) || ((u32)x0+fillWidth > widt
[all...]

Completed in 33 milliseconds