Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_reconstruct.c1617 i32 tableWidth = (i32)partWidth+5; in h264bsdInterpolateMidHorQuarter() local
1639 h1 = table + tableWidth; in h264bsdInterpolateMidHorQuarter()
1647 for (x = (u32)tableWidth; x; x--) in h264bsdInterpolateMidHorQuarter()
1663 h1[tableWidth*2] = tmp2; in h264bsdInterpolateMidHorQuarter()
1673 h1[tableWidth] = tmp1; in h264bsdInterpolateMidHorQuarter()
1693 h1[-tableWidth] = tmp5; in h264bsdInterpolateMidHorQuarter()
1699 h1 += 3*tableWidth; in h264bsdInterpolateMidHorQuarter()