Searched refs:pu1_bot (Results 1 – 7 of 7) sorted by relevance
/external/libmpeg2/common/ |
D | ideint.c | 210 UWORD8 *pu1_top, *pu1_bot, *pu1_dst; in ideint_process() local 270 pu1_bot = ps_nxt_fld->apu1_buf[i]; in ideint_process() 275 pu1_bot = ps_cur_fld->apu1_buf[i]; in ideint_process() 278 pu1_bot += (cur_strd * row << 2); in ideint_process() 324 sad = ps_ctxt->pf_sad_8x4(pu1_prv, pu1_bot, cur_strd, in ideint_process() 345 cac = ps_ctxt->pf_cac_8x8(pu1_top, pu1_bot, cur_strd, cur_strd); in ideint_process() 360 ideint_weave_blk(pu1_top, pu1_bot, pu1_dst, dst_strd, in ideint_process() 367 ideint_weave_blk(pu1_top, pu1_bot, pu1_dst, dst_strd, in ideint_process() 380 ideint_pad_blk(pu1_top, pu1_bot, au1_pad, cur_strd, row, in ideint_process() 413 pu1_bot += 8; in ideint_process()
|
D | ideint_cac.c | 101 UWORD8 *pu1_bot, in cac_4x8() argument 150 pu1_tmp_bot = pu1_bot; in cac_4x8() 229 pu1_bot_0 = pu1_bot; in cac_4x8() 301 pu1_bot += SUB_BLK_WD; in cac_4x8() 338 UWORD8 *pu1_bot, in ideint_cac_8x8() argument 351 ca |= cac_4x8(pu1_top, pu1_bot, top_strd, bot_strd); in ideint_cac_8x8() 354 pu1_bot += SUB_BLK_WD; in ideint_cac_8x8()
|
D | ideint_utils.c | 186 UWORD8 *pu1_bot, in ideint_weave_blk() argument 201 memcpy(pu1_dst, pu1_bot, wd); in ideint_weave_blk() 203 pu1_bot += src_strd; in ideint_weave_blk() 249 UWORD8 *pu1_bot, in ideint_pad_blk() argument 269 pu1_src_bot = pu1_bot - cur_strd - 2; in ideint_pad_blk()
|
D | ideint_utils.h | 50 UWORD8 *pu1_bot, 61 UWORD8 *pu1_bot,
|
D | ideint_structs.h | 48 UWORD8 *pu1_bot,
|
/external/libmpeg2/common/x86/ |
D | ideint_cac_ssse3.c | 94 UWORD8 *pu1_bot, in ideint_cac_8x8_ssse3() argument 121 bot[i] = (__m128i)_mm_loadl_epi64((__m128i *) (pu1_bot)); in ideint_cac_8x8_ssse3() 122 pu1_bot += bot_strd; in ideint_cac_8x8_ssse3()
|
/external/libmpeg2/common/arm/ |
D | ideint_cac_a9.s | 48 @* @param[in] pu1_bot
|