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

  /external/libhevc/encoder/
ihevce_common_utils.h 151 UWORD8 *pu1_pred0,
ihevce_had_satd.c 1246 UWORD8 *pu1_pred0; local
1569 UWORD8 *pu1_pred0 = pu1_pred; local
    [all...]
ihevce_common_utils.c 238 * @param[in] pu1_pred0 : Pred0 buffer
269 UWORD8 *pu1_pred0,
298 tmp = IHEVCE_WT_PRED(pu1_pred0[j], pu1_pred1[j], w0, w1, rnd, shift);
301 pu1_pred0 += pred0_strd;
    [all...]
hme_utils.c 536 void hme_set_ctb_pred_attr(ctb_node_t *ps_parent, U08 *pu1_pred0, U08 *pu1_pred1, S32 i4_stride)
538 ps_parent->apu1_pred[0] = pu1_pred0;
546 hme_set_ctb_pred_attr(ps_parent->ps_tl, pu1_pred0, pu1_pred1, i4_stride >> 1);
549 ps_parent->ps_tr, pu1_pred0 + blk_wd, pu1_pred1 + blk_wd, i4_stride >> 1);
553 pu1_pred0 + (blk_wd * i4_stride),
559 pu1_pred0 + (blk_wd * (1 + i4_stride)),
    [all...]
  /external/libhevc/encoder/arm/
ihevce_common_utils_neon.c 102 UWORD8 *pu1_pred0,
121 a0 = vld1q_u8(pu1_pred0);
170 UWORD8 *pu1_pred0,
188 a2 = vld1_u8(pu1_pred0);
216 UWORD8 *pu1_pred0,
247 src0_u8 = load_unaligned_u8q(pu1_pred0 + ((i * pred0_strd) + j), pred0_strd);
310 * @param[in] pu1_pred0 : Pred0 buffer
341 UWORD8 *pu1_pred0,
367 pu1_pred0,
387 pu1_pred0 + ((i * pred0_strd) + j)
    [all...]

Completed in 504 milliseconds