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

  /external/libavc/common/
ih264_inter_pred_filters.c 461 UWORD8 *pu1_pred1; local
464 pu1_pred1 = pu1_src + (x_offset >> 1);
480 *pu1_dst = (i2_temp + *pu1_pred1 + 1) >> 1;
482 pu1_pred1++;
486 pu1_pred1 += src_strd - wd;
539 UWORD8 *pu1_pred1; local
547 pu1_pred1 = pu1_src + (y_offset >> 1) * src_strd;
551 for(col = 0; col < wd; col++, pu1_dst++, pu1_src++, pu1_pred1++)
565 *pu1_dst = (i2_temp + *pu1_pred1 + 1) >> 1;
568 pu1_pred1 += src_strd - wd
    [all...]
  /external/libhevc/encoder/
ihevce_common_utils.h 152 UWORD8 *pu1_pred1,
ihevce_common_utils.c 240 * @param[in] pu1_pred1 : Pred1 buffer
270 UWORD8 *pu1_pred1,
298 tmp = IHEVCE_WT_PRED(pu1_pred0[j], pu1_pred1[j], w0, w1, rnd, shift);
302 pu1_pred1 += pred1_strd;
    [all...]
ihevce_had_satd.c 1570 UWORD8 *pu1_pred1 = pu1_pred + 16; local
    [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)
539 ps_parent->apu1_pred[1] = pu1_pred1;
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);
554 pu1_pred1 + (blk_wd * i4_stride),
560 pu1_pred1 + (blk_wd * (1 + i4_stride)),
    [all...]
  /external/libhevc/encoder/arm/
ihevce_common_utils_neon.c 103 UWORD8 *pu1_pred1,
122 a1 = vld1q_u8(pu1_pred1);
171 UWORD8 *pu1_pred1,
189 a3 = vld1_u8(pu1_pred1);
217 UWORD8 *pu1_pred1,
248 src1_u8 = load_unaligned_u8q(pu1_pred1 + ((i * pred1_strd) + j), pred1_strd);
312 * @param[in] pu1_pred1 : Pred1 buffer
342 UWORD8 *pu1_pred1,
368 pu1_pred1,
388 pu1_pred1 + ((i * pred1_strd) + j)
    [all...]
  /external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c 1501 UWORD8 *pu1_pred1; local
1795 UWORD8 *pu1_pred1; local
    [all...]

Completed in 191 milliseconds