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

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

Completed in 3762 milliseconds