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

  /external/libmpeg2/common/
ideint.c 211 WORD32 cur_strd, out_strd, dst_strd; local
244 cur_strd = ps_cur_fld->ai4_strd[i];
248 cur_strd = ps_nxt_fld->ai4_strd[i];
277 pu1_top += (cur_strd * row << 2);
278 pu1_bot += (cur_strd * row << 2);
324 sad = ps_ctxt->pf_sad_8x4(pu1_prv, pu1_bot, cur_strd,
325 cur_strd,
330 vrnc = ps_ctxt->pf_variance_8x4(pu1_top, cur_strd, BLK_WD,
345 cac = ps_ctxt->pf_cac_8x8(pu1_top, pu1_bot, cur_strd, cur_strd);
    [all...]
ideint_structs.h 44 WORD32 cur_strd,
ideint_utils.c 226 * @param[in] cur_strd
251 WORD32 cur_strd,
268 pu1_src_top = pu1_top - cur_strd - 2;
269 pu1_src_bot = pu1_bot - cur_strd - 2;
284 pu1_src_top += cur_strd;
285 pu1_src_bot += cur_strd;
302 pu1_src_top += cur_strd;
303 pu1_src_bot += cur_strd;
ideint_utils.h 52 WORD32 cur_strd,

Completed in 117 milliseconds