Searched defs:bot_strd (Results 1 - 2 of 2) sorted by relevance

/external/libmpeg2/common/
H A Dideint_cac.c84 * @param[in] bot_strd
103 WORD32 bot_strd)
153 bot_row_end_incr = bot_strd - SUB_BLK_WD;
230 pu1_bot_1 = pu1_bot_0 + bot_strd;
231 pu1_bot_2 = pu1_bot_1 + bot_strd;
232 pu1_bot_3 = pu1_bot_2 + bot_strd;
327 * @param[in] bot_strd
340 WORD32 bot_strd)
351 ca |= cac_4x8(pu1_top, pu1_bot, top_strd, bot_strd);
100 cac_4x8(UWORD8 *pu1_top, UWORD8 *pu1_bot, WORD32 top_strd, WORD32 bot_strd) argument
337 ideint_cac_8x8(UWORD8 *pu1_top, UWORD8 *pu1_bot, WORD32 top_strd, WORD32 bot_strd) argument
/external/libmpeg2/common/x86/
H A Dideint_cac_ssse3.c83 * @param[in] bot_strd
96 WORD32 bot_strd)
122 pu1_bot += bot_strd;
93 ideint_cac_8x8_ssse3(UWORD8 *pu1_top, UWORD8 *pu1_bot, WORD32 top_strd, WORD32 bot_strd) argument

Completed in 148 milliseconds