Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_reconstruct.h55 u32 xA,
Dh264bsd_reconstruct.c1823 u32 xA, in h264bsdPredictSamples() argument
1858 xInt = (i32)xA + (i32)partX + (mv->hor >> 2); in h264bsdPredictSamples()
1934 xA + partX, in h264bsdPredictSamples()
1990 u32 xA, yA; in h264bsdPredictSamples() local
2003 xA = (colAndRow & 0xFFFF0000) >> 16; in h264bsdPredictSamples()
2023 xInt = (i32)xA + (i32)partX + (mv->hor >> 2); in h264bsdPredictSamples()
2076 x0 = ((xA + partX) >> 1) + (mv->hor >> 3); in h264bsdPredictSamples()