Home
last modified time | relevance | path

Searched refs:pu1_pred0 (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dihevce_had_satd.c1246 UWORD8 *pu1_pred0; in ihevce_had_16x16_r() local
1268 pu1_pred0 = pu1_pred + (i & 0x01) * 8 + (i >> 1) * pred_strd * 8; in ihevce_had_16x16_r()
1275 pu1_pred0, in ihevce_had_16x16_r()
1569 UWORD8 *pu1_pred0 = pu1_pred; in ihevce_had_32x32_r() local
1590 pu1_pred0, in ihevce_had_32x32_r()
Dihevce_common_utils.c269 UWORD8 *pu1_pred0, in ihevce_wt_avg_2d() argument
298 tmp = IHEVCE_WT_PRED(pu1_pred0[j], pu1_pred1[j], w0, w1, rnd, shift); in ihevce_wt_avg_2d()
301 pu1_pred0 += pred0_strd; in ihevce_wt_avg_2d()
Dihevce_common_utils.h151 UWORD8 *pu1_pred0,
Dhme_utils.c536 void hme_set_ctb_pred_attr(ctb_node_t *ps_parent, U08 *pu1_pred0, U08 *pu1_pred1, S32 i4_stride) in hme_set_ctb_pred_attr() argument
538 ps_parent->apu1_pred[0] = pu1_pred0; in hme_set_ctb_pred_attr()
546 hme_set_ctb_pred_attr(ps_parent->ps_tl, pu1_pred0, pu1_pred1, i4_stride >> 1); in hme_set_ctb_pred_attr()
549 ps_parent->ps_tr, pu1_pred0 + blk_wd, pu1_pred1 + blk_wd, i4_stride >> 1); in hme_set_ctb_pred_attr()
553 pu1_pred0 + (blk_wd * i4_stride), in hme_set_ctb_pred_attr()
559 pu1_pred0 + (blk_wd * (1 + i4_stride)), in hme_set_ctb_pred_attr()
/external/libhevc/encoder/arm/
Dihevce_common_utils_neon.c102 UWORD8 *pu1_pred0, in ihevce_wt_avg_2d_16x1_neon() argument
121 a0 = vld1q_u8(pu1_pred0); in ihevce_wt_avg_2d_16x1_neon()
170 UWORD8 *pu1_pred0, in ihevce_wt_avg_2d_8x1_neon() argument
188 a2 = vld1_u8(pu1_pred0); in ihevce_wt_avg_2d_8x1_neon()
216 UWORD8 *pu1_pred0, in ihevce_wt_avg_2d_4xn_neon() argument
247 src0_u8 = load_unaligned_u8q(pu1_pred0 + ((i * pred0_strd) + j), pred0_strd); in ihevce_wt_avg_2d_4xn_neon()
341 UWORD8 *pu1_pred0, in ihevce_wt_avg_2d_neon() argument
367 pu1_pred0, in ihevce_wt_avg_2d_neon()
387 pu1_pred0 + ((i * pred0_strd) + j), in ihevce_wt_avg_2d_neon()
400 pu1_pred0 + (i * pred0_strd), in ihevce_wt_avg_2d_neon()
[all …]