Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_reconstruct.h84 u8 *predPartChroma,
95 u8 *predPartChroma,
106 u8 *predPartChroma,
Dh264bsd_reconstruct.c112 u8 *predPartChroma, in h264bsdInterpolateChromaHor() argument
131 ASSERT(predPartChroma); in h264bsdInterpolateChromaHor()
160 cbr = predPartChroma + comp * 8 * 8; in h264bsdInterpolateChromaHor()
208 u8 *predPartChroma, in h264bsdInterpolateChromaVer() argument
227 ASSERT(predPartChroma); in h264bsdInterpolateChromaVer()
256 cbr = predPartChroma + comp * 8 * 8; in h264bsdInterpolateChromaVer()
304 u8 *predPartChroma, in h264bsdInterpolateChromaHorVer() argument
321 ASSERT(predPartChroma); in h264bsdInterpolateChromaHorVer()
352 cbr = predPartChroma + comp * 8 * 8; in h264bsdInterpolateChromaHorVer()