Lines Matching defs:rec

47             tmp = *rec + tmp; \
49 *rec++ = tmp; \
54 *rec++ = tmp; \
313 void idct_row0Inter(Short *srce, UChar *rec, Int lx)
317 OSCL_UNUSED_ARG(rec);
324 void idct_row1Inter(Short *blk, UChar *rec, Int lx)
332 rec -= lx;
340 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
352 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */
354 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
366 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst */
371 void idct_row2Inter(Short *blk, UChar *rec, Int lx)
379 rec -= lx;
399 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
411 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */
413 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
425 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst */
430 void idct_row3Inter(Short *blk, UChar *rec, Int lx)
438 rec -= lx;
468 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
480 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */
482 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
494 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst */
500 void idct_row4Inter(Short *blk, UChar *rec, Int lx)
508 rec -= lx;
544 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
556 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */
558 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
570 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst */
576 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx)
584 rec -= lx;
602 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
614 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */
616 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
628 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst */
633 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx)
641 rec -= lx;
657 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
669 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */
671 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
683 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst */
689 void idct_row0x10Inter(Short *blk, UChar *rec, Int lx)
697 rec -= lx;
711 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
723 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */
725 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
737 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst */
744 void idct_rowInter(Short *blk, UChar *rec, Int lx)
752 rec -= lx;
802 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
815 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */
817 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
830 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst */
835 void idct_row0Intra(Short *srce, UChar *rec, Int lx)
839 OSCL_UNUSED_ARG(rec);
846 void idct_row1Intra(Short *blk, UChar *rec, Int lx)
851 rec -= lx;
861 *((uint32*)(rec += lx)) = tmp;
862 *((uint32*)(rec + 4)) = tmp;
867 void idct_row2Intra(Short *blk, UChar *rec, Int lx)
874 rec -= lx;
904 *((uint32*)(rec += lx)) = dst_word;
917 *((uint32*)(rec + 4)) = dst_word;
922 void idct_row3Intra(Short *blk, UChar *rec, Int lx)
929 rec -= lx;
969 *((uint32*)(rec += lx)) = dst_word;
982 *((uint32*)(rec + 4)) = dst_word;
988 void idct_row4Intra(Short *blk, UChar *rec, Int lx)
995 rec -= lx;
1041 *((uint32*)(rec += lx)) = dst_word;
1054 *((uint32*)(rec + 4)) = dst_word;
1061 void idct_row0x40Intra(Short *blk, UChar *rec, Int lx)
1068 rec -= lx;
1097 *((uint32*)(rec += lx)) = dst_word;
1110 *((uint32*)(rec + 4)) = dst_word;
1116 void idct_row0x20Intra(Short *blk, UChar *rec, Int lx)
1123 rec -= lx;
1150 *((uint32*)(rec += lx)) = dst_word;
1163 *((uint32*)(rec + 4)) = dst_word;
1169 void idct_row0x10Intra(Short *blk, UChar *rec, Int lx)
1176 rec -= lx;
1200 *((uint32*)(rec += lx)) = dst_word;
1213 *((uint32*)(rec + 4)) = dst_word;
1221 void idct_rowIntra(Short *blk, UChar *rec, Int lx)
1229 rec -= lx;
1289 *((uint32*)(rec += lx)) = dst_word;
1302 *((uint32*)(rec + 4)) = dst_word;
1309 void idct_row0zmv(Short *srce, UChar *rec, UChar *pred, Int lx)
1312 OSCL_UNUSED_ARG(rec);
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 */
1362 *((uint32*)(rec + 4)) = 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 */
1422 *((uint32*)(rec + 4)) = 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 */
1492 *((uint32*)(rec + 4)) = 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 */
1569 *((uint32*)(rec + 4)) = 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 */
1628 *((uint32*)(rec + 4)) = 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 */
1684 *((uint32*)(rec + 4)) = 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 */
1739 *((uint32*)(rec + 4)) = 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 */
1833 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst */
1858 Int dctMode, UChar *rec, UChar *pred, Int lx_intra)
1875 *((ULong*)rec) = *((ULong*)(rec + 4)) = 0;
1876 *((ULong*)(rec += lx)) = 0;
1877 *((ULong*)(rec + 4)) = 0;
1878 *((ULong*)(rec += lx)) = 0;
1879 *((ULong*)(rec + 4)) = 0;
1880 *((ULong*)(rec += lx)) = 0;
1881 *((ULong*)(rec + 4)) = 0;
1882 *((ULong*)(rec += lx)) = 0;
1883 *((ULong*)(rec + 4)) = 0;
1884 *((ULong*)(rec += lx)) = 0;
1885 *((ULong*)(rec + 4)) = 0;
1886 *((ULong*)(rec += lx)) = 0;
1887 *((ULong*)(rec + 4)) = 0;
1888 *((ULong*)(rec += lx)) = 0;
1889 *((ULong*)(rec + 4)) = 0;
1894 *((ULong*)rec) = *((ULong*)pred);
1895 *((ULong*)(rec + 4)) = *((ULong*)(pred + 4));
1896 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1897 *((ULong*)(rec + 4)) = *((ULong*)(pred + 4));
1898 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1899 *((ULong*)(rec + 4)) = *((ULong*)(pred + 4));
1900 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1901 *((ULong*)(rec + 4)) = *((ULong*)(pred + 4));
1902 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1903 *((ULong*)(rec + 4)) = *((ULong*)(pred + 4));
1904 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1905 *((ULong*)(rec + 4)) = *((ULong*)(pred + 4));
1906 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1907 *((ULong*)(rec + 4)) = *((ULong*)(pred + 4));
1908 *((ULong*)(rec += lx)) = *((ULong*)(pred += 16));
1909 *((ULong*)(rec + 4)) = *((ULong*)(pred + 4));
1926 *((ULong*)rec) = *((ULong*)(rec + 4)) = tmp;
1927 *((ULong*)(rec += lx)) = tmp;
1928 *((ULong*)(rec + 4)) = tmp;
1929 *((ULong*)(rec += lx)) = tmp;
1930 *((ULong*)(rec + 4)) = tmp;
1931 *((ULong*)(rec += lx)) = tmp;
1932 *((ULong*)(rec + 4)) = tmp;
1933 *((ULong*)(rec += lx)) = tmp;
1934 *((ULong*)(rec + 4)) = tmp;
1935 *((ULong*)(rec += lx)) = tmp;
1936 *((ULong*)(rec + 4)) = tmp;
1937 *((ULong*)(rec += lx)) = tmp;
1938 *((ULong*)(rec + 4)) = tmp;
1939 *((ULong*)(rec += lx)) = tmp;
1940 *((ULong*)(rec + 4)) = tmp;
1946 endcol = rec + (lx << 3);
1965 *((ULong*)rec) = tmp2;
1983 *((ULong*)(rec + 4)) = tmp2;
1985 rec += lx;
1988 while (rec < endcol);
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);