Lines Matching refs:i32

111   i32 x0,
112 i32 y0,
207 i32 x0,
208 i32 y0,
303 i32 x0,
304 i32 y0,
427 i32 xInt, yInt;
492 i32 x0,
493 i32 y0,
501 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
533 tmp4 = ptrV[-(i32)width*2];
534 tmp5 = ptrV[-(i32)width];
580 tmp6 = ptrC[-(i32)width];
610 i32 x0,
611 i32 y0,
620 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
657 tmp4 = ptrV[-(i32)width*2];
658 tmp5 = ptrV[-(i32)width];
710 tmp6 = ptrC[-(i32)width];
715 tmp7 = ptrInt[-(i32)width];
744 i32 x0,
745 i32 y0,
754 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
867 i32 x0,
868 i32 y0,
878 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
1005 i32 x0,
1006 i32 y0,
1017 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
1124 tmp4 = ptrV[-(i32)width*2];
1125 tmp5 = ptrV[-(i32)width];
1173 tmp6 = ptrC[-(i32)width];
1211 i32 x0,
1212 i32 y0,
1220 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
1221 i32 *ptrC, *ptrV, *b1;
1223 i32 table[21*16];
1319 tmp4 = ptrV[-(i32)partWidth*2];
1320 tmp5 = ptrV[-(i32)partWidth];
1362 tmp6 = ptrC[-(i32)partWidth];
1397 i32 x0,
1398 i32 y0,
1407 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
1408 i32 *ptrC, *ptrV, *ptrInt, *b1;
1410 i32 table[21*16];
1505 tmp4 = ptrV[-(i32)partWidth*2];
1506 tmp5 = ptrV[-(i32)partWidth];
1560 tmp6 = ptrC[-(i32)partWidth];
1567 tmp7 = ptrInt[-(i32)partWidth];
1601 i32 x0,
1602 i32 y0,
1611 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
1612 i32 *ptrJ, *ptrInt, *h1;
1614 i32 table[21*16];
1615 i32 tableWidth = (i32)partWidth+5;
1647 tmp4 = ptrV[-(i32)width*2];
1648 tmp5 = ptrV[-(i32)width];
1683 tmp6 = ptrC[-(i32)width];
1833 i32 xInt, yInt;
1856 xInt = (i32)xA + (i32)partX + (mv->hor >> 2);
1857 yInt = (i32)yA + (i32)partY + (mv->ver >> 2);
1982 i32 xInt, yInt, x0, y0;
2021 xInt = (i32)xA + (i32)partX + (mv->hor >> 2);
2022 yInt = (i32)yA + (i32)partY + (mv->ver >> 2);
2063 roi.width = (i32)partWidth;
2064 roi.height = (i32)partHeight;
2066 res = omxVCM4P10_InterpolateLuma(ref, (i32)width, partData, 16,
2067 (i32)xFrac, (i32)yFrac, roi);
2081 roi.width = (i32)(partWidth >> 1);
2083 roi.height = (i32)(partHeight >> 1);
2135 i32 left,
2136 i32 center,
2137 i32 right)
2170 i32 left,
2171 i32 center,
2172 i32 right)
2222 i32 x0,
2223 i32 y0,
2234 i32 xstop, ystop;
2235 void (*fp)(u8*, u8*, i32, i32, i32);
2236 i32 left, x, right;
2237 i32 top, y, bottom;
2249 xstop = x0 + (i32)blockWidth;
2250 ystop = y0 + (i32)blockHeight;
2254 if (x0 >= 0 && xstop <= (i32)width)
2260 y0 = -(i32)blockHeight;
2263 x0 = -(i32)blockWidth;
2265 if (y0 > (i32)height)
2266 y0 = (i32)height;
2268 if (x0 > (i32)width)
2269 x0 = (i32)width;
2271 xstop = x0 + (i32)blockWidth;
2272 ystop = y0 + (i32)blockHeight;
2278 ref += y0 * (i32)width;
2281 right = xstop > (i32)width ? xstop - (i32)width : 0;
2282 x = (i32)blockWidth - left - right;
2285 bottom = ystop > (i32)height ? ystop - (i32)height : 0;
2286 y = (i32)blockHeight - top - bottom;