Home
last modified time | relevance | path

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

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