Lines Matching defs:pred

340         pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
354 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
399 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
413 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
468 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
482 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
544 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
558 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
602 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
616 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
657 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
671 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
711 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
725 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
802 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
817 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
1309 void idct_row0zmv(Short *srce, UChar *rec, UChar *pred, Int lx)
1313 OSCL_UNUSED_ARG(pred);
1319 void idct_row1zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1327 pred -= 16;
1336 pred_word = *((uint32*)(pred += 16)); /* read 4 bytes from pred */
1350 pred_word = *((uint32*)(pred + 4)); /* read 4 bytes from pred */
1367 void idct_row2zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1376 pred -= 16;
1396 pred_word = *((uint32*)(pred += 16)); /* read 4 bytes from pred */
1410 pred_word = *((uint32*)(pred + 4)); /* read 4 bytes from pred */
1427 void idct_row3zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1436 pred -= 16;
1466 pred_word = *((uint32*)(pred += 16)); /* read 4 bytes from pred */
1480 pred_word = *((uint32*)(pred + 4)); /* read 4 bytes from pred */
1498 void idct_row4zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1507 pred -= 16;
1543 pred_word = *((uint32*)(pred += 16)); /* read 4 bytes from pred */
1557 pred_word = *((uint32*)(pred + 4)); /* read 4 bytes from pred */
1575 void idct_row0x40zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1584 pred -= 16;
1602 pred_word = *((uint32*)(pred += 16)); /* read 4 bytes from pred */
1616 pred_word = *((uint32*)(pred + 4)); /* read 4 bytes from pred */
1633 void idct_row0x20zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1642 pred -= 16;
1658 pred_word = *((uint32*)(pred += 16)); /* read 4 bytes from pred */
1672 pred_word = *((uint32*)(pred + 4)); /* read 4 bytes from pred */
1690 void idct_row0x10zmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1699 pred -= 16;
1713 pred_word = *((uint32*)(pred += 16)); /* read 4 bytes from pred */
1727 pred_word = *((uint32*)(pred + 4)); /* read 4 bytes from pred */
1746 void idct_rowzmv(Short *blk, UChar *rec, UChar *pred, Int lx)
1755 pred -= 16;
1805 pred_word = *((uint32*)(pred += 16)); /* read 4 bytes from pred */
1820 pred_word = *((uint32*)(pred + 4)); /* read 4 bytes from pred */
1858 Int dctMode, UChar *rec, UChar *pred, Int lx_intra)
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));
1949 tmp4 = *((ULong*)pred);
1967 tmp4 = *((ULong*)(pred + 4));
1986 pred += 16;
2011 (*(idctrowVCAzmv[(Int)(bitmaprow>>4)]))(block, rec, pred, lx);
2018 idct_rowzmv(block, rec, pred, lx);