HomeSort by relevance Sort by last modified time
    Searched refs:pu1_bot (Results 1 - 7 of 7) sorted by null

  /external/libmpeg2/common/
ideint_utils.h 50 UWORD8 *pu1_bot,
61 UWORD8 *pu1_bot,
ideint_structs.h 48 UWORD8 *pu1_bot,
ideint_cac.c 78 * @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;
ideint.c 210 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 += 8
    [all...]
ideint_utils.c 166 * @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;
  /external/libmpeg2/common/x86/
ideint_cac_ssse3.c 77 * @param[in] pu1_bot
94 UWORD8 *pu1_bot,
121 bot[i] = (__m128i)_mm_loadl_epi64((__m128i *) (pu1_bot));
122 pu1_bot += bot_strd;
  /external/libmpeg2/common/arm/
ideint_cac_a9.s 48 @* @param[in] pu1_bot

Completed in 115 milliseconds