Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_reconstruct.h56 u32 yA,
Dh264bsd_reconstruct.c1824 u32 yA, in h264bsdPredictSamples() argument
1859 yInt = (i32)yA + (i32)partY + (mv->ver >> 2); in h264bsdPredictSamples()
1935 yA + partY, in h264bsdPredictSamples()
1990 u32 xA, yA; in h264bsdPredictSamples() local
2004 yA = (colAndRow & 0x0000FFFF); in h264bsdPredictSamples()
2024 yInt = (i32)yA + (i32)partY + (mv->ver >> 2); in h264bsdPredictSamples()
2077 y0 = ((yA + partY) >> 1) + (mv->ver >> 3); in h264bsdPredictSamples()