Searched refs:partHeight (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_reconstruct.h | 60 u32 partHeight); 124 u32 partHeight); 134 u32 partHeight, 145 u32 partHeight); 155 u32 partHeight, 166 u32 partHeight, 177 u32 partHeight); 187 u32 partHeight, 198 u32 partHeight,
|
D | h264bsd_reconstruct.c | 421 u32 partHeight, in PredictChroma() argument 449 chromaPartHeight = partHeight >> 1; in PredictChroma() 499 u32 partHeight) in h264bsdInterpolateVerHalf() argument 513 (y0 < 0) || ((u32)y0+partHeight+5 > height)) in h264bsdInterpolateVerHalf() 516 partWidth, partHeight+5, partWidth); in h264bsdInterpolateVerHalf() 530 for (i = (partHeight >> 2); i; i--) in h264bsdInterpolateVerHalf() 617 u32 partHeight, in h264bsdInterpolateVerQuarter() argument 632 (y0 < 0) || ((u32)y0+partHeight+5 > height)) in h264bsdInterpolateVerQuarter() 635 partWidth, partHeight+5, partWidth); in h264bsdInterpolateVerQuarter() 654 for (i = (partHeight >> 2); i; i--) in h264bsdInterpolateVerQuarter() [all …]
|