Searched defs:pu1_bot (Results 1 - 4 of 4) sorted by relevance

/external/libmpeg2/common/
H A Dideint_cac.c78 * @param[in] pu1_bot
101 UWORD8 *pu1_bot,
150 pu1_tmp_bot = pu1_bot;
229 pu1_bot_0 = pu1_bot;
301 pu1_bot += SUB_BLK_WD;
321 * @param[in] pu1_bot
338 UWORD8 *pu1_bot,
351 ca |= cac_4x8(pu1_top, pu1_bot, top_strd, bot_strd);
354 pu1_bot += SUB_BLK_WD;
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
H A Dideint.c210 UWORD8 *pu1_top, *pu1_bot, *pu1_dst; local
270 pu1_bot = ps_nxt_fld->apu1_buf[i];
275 pu1_bot = ps_cur_fld->apu1_buf[i];
278 pu1_bot += (cur_strd * row << 2);
324 sad = ps_ctxt->pf_sad_8x4(pu1_prv, pu1_bot, cur_strd,
345 cac = ps_ctxt->pf_cac_8x8(pu1_top, pu1_bot, cur_strd, cur_strd);
360 ideint_weave_blk(pu1_top, pu1_bot, pu1_dst, dst_strd,
367 ideint_weave_blk(pu1_top, pu1_bot, pu1_dst, dst_strd,
380 ideint_pad_blk(pu1_top, pu1_bot, au1_pad, cur_strd, row,
413 pu1_bot
[all...]
H A Dideint_utils.c166 * @param[in] pu1_bot
186 UWORD8 *pu1_bot,
201 memcpy(pu1_dst, pu1_bot, wd);
203 pu1_bot += src_strd;
220 * @param[in] pu1_bot
227 * Stride for pu1_top and pu1_bot
249 UWORD8 *pu1_bot,
269 pu1_src_bot = pu1_bot - cur_strd - 2;
185 ideint_weave_blk(UWORD8 *pu1_top, UWORD8 *pu1_bot, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 src_strd, WORD32 wd, WORD32 ht) argument
248 ideint_pad_blk(UWORD8 *pu1_top, UWORD8 *pu1_bot, UWORD8 *pu1_pad, WORD32 cur_strd, WORD32 row, WORD32 col, WORD32 num_blks_y, WORD32 num_blks_x, WORD32 blk_wd, WORD32 blk_ht) argument
/external/libmpeg2/common/x86/
H A Dideint_cac_ssse3.c77 * @param[in] pu1_bot
94 UWORD8 *pu1_bot,
121 bot[i] = (__m128i)_mm_loadl_epi64((__m128i *) (pu1_bot));
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 113 milliseconds