Lines Matching defs:lx

313 void idct_row0Inter(Short *srce, UChar *rec, Int lx)
319 OSCL_UNUSED_ARG(lx);
324 void idct_row1Inter(Short *blk, UChar *rec, Int lx)
332 rec -= lx;
340 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
371 void idct_row2Inter(Short *blk, UChar *rec, Int lx)
379 rec -= lx;
399 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
430 void idct_row3Inter(Short *blk, UChar *rec, Int lx)
438 rec -= lx;
468 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
500 void idct_row4Inter(Short *blk, UChar *rec, Int lx)
508 rec -= lx;
544 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
576 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx)
584 rec -= lx;
602 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
633 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx)
641 rec -= lx;
657 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
689 void idct_row0x10Inter(Short *blk, UChar *rec, Int lx)
697 rec -= lx;
711 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
744 void idct_rowInter(Short *blk, UChar *rec, Int lx)
752 rec -= lx;
802 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
835 void idct_row0Intra(Short *srce, UChar *rec, Int lx)
841 OSCL_UNUSED_ARG(lx);
846 void idct_row1Intra(Short *blk, UChar *rec, Int lx)
851 rec -= lx;
861 *((uint32*)(rec += lx)) = tmp;
867 void idct_row2Intra(Short *blk, UChar *rec, Int lx)
874 rec -= lx;
904 *((uint32*)(rec += lx)) = dst_word;
922 void idct_row3Intra(Short *blk, UChar *rec, Int lx)
929 rec -= lx;
969 *((uint32*)(rec += lx)) = dst_word;
988 void idct_row4Intra(Short *blk, UChar *rec, Int lx)
995 rec -= lx;
1041 *((uint32*)(rec += lx)) = dst_word;
1061 void idct_row0x40Intra(Short *blk, UChar *rec, Int lx)
1068 rec -= lx;
1097 *((uint32*)(rec += lx)) = dst_word;
1116 void idct_row0x20Intra(Short *blk, UChar *rec, Int lx)
1123 rec -= lx;
1150 *((uint32*)(rec += lx)) = dst_word;
1169 void idct_row0x10Intra(Short *blk, UChar *rec, Int lx)
1176 rec -= lx;
1200 *((uint32*)(rec += lx)) = dst_word;
1221 void idct_rowIntra(Short *blk, UChar *rec, Int lx)
1229 rec -= lx;
1289 *((uint32*)(rec += lx)) = dst_word;
1309 void idct_row0zmv(Short *srce, UChar *rec, UChar *pred, Int lx)
1314 OSCL_UNUSED_ARG(lx);
1319 void idct_row1zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1328 rec -= lx;
1348 *((uint32*)(rec += lx)) = dst_word; /* save 4 bytes to dst */
1367 void idct_row2zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1375 rec -= lx;
1408 *((uint32*)(rec += lx)) = dst_word; /* save 4 bytes to dst */
1427 void idct_row3zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1435 rec -= lx;
1478 *((uint32*)(rec += lx)) = dst_word; /* save 4 bytes to dst */
1498 void idct_row4zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1506 rec -= lx;
1555 *((uint32*)(rec += lx)) = dst_word; /* save 4 bytes to dst */
1575 void idct_row0x40zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1583 rec -= lx;
1614 *((uint32*)(rec += lx)) = dst_word; /* save 4 bytes to dst */
1633 void idct_row0x20zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1641 rec -= lx;
1670 *((uint32*)(rec += lx)) = dst_word; /* save 4 bytes to dst */
1690 void idct_row0x10zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1698 rec -= lx;
1725 *((uint32*)(rec += lx)) = dst_word; /* save 4 bytes to dst */
1746 void idct_rowzmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1754 rec -= lx;
1818 *((uint32*)(rec += lx)) = dst_word; /* save 4 bytes to dst */
1867 Int lx = lx_intra >> 1;
1876 *((ULong*)(rec += lx)) = 0;
1878 *((ULong*)(rec += lx)) = 0;
1880 *((ULong*)(rec += lx)) = 0;
1882 *((ULong*)(rec += lx)) = 0;
1884 *((ULong*)(rec += lx)) = 0;
1886 *((ULong*)(rec += lx)) = 0;
1888 *((ULong*)(rec += lx)) = 0;
1896 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1898 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1900 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1902 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1904 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1906 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1908 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1927 *((ULong*)(rec += lx)) = tmp;
1929 *((ULong*)(rec += lx)) = tmp;
1931 *((ULong*)(rec += lx)) = tmp;
1933 *((ULong*)(rec += lx)) = tmp;
1935 *((ULong*)(rec += lx)) = tmp;
1937 *((ULong*)(rec += lx)) = tmp;
1939 *((ULong*)(rec += lx)) = tmp;
1946 endcol = rec + (lx << 3);
1985 rec += lx;
2009 (*(idctrowVCAIntra[(Int)(bitmaprow>>4)]))(block, rec, lx);
2011 (*(idctrowVCAzmv[(Int)(bitmaprow>>4)]))(block, rec, pred, lx);
2016 idct_rowIntra(block, rec, lx);
2018 idct_rowzmv(block, rec, pred, lx);