Home
last modified time | relevance | path

Searched refs:pu1_pred1 (Results 1 – 7 of 7) sorted by relevance

/external/libavc/common/
Dih264_inter_pred_filters.c461 UWORD8 *pu1_pred1; in ih264_inter_pred_luma_horz_qpel() local
464 pu1_pred1 = pu1_src + (x_offset >> 1); in ih264_inter_pred_luma_horz_qpel()
480 *pu1_dst = (i2_temp + *pu1_pred1 + 1) >> 1; in ih264_inter_pred_luma_horz_qpel()
482 pu1_pred1++; in ih264_inter_pred_luma_horz_qpel()
486 pu1_pred1 += src_strd - wd; in ih264_inter_pred_luma_horz_qpel()
539 UWORD8 *pu1_pred1; in ih264_inter_pred_luma_vert_qpel() local
547 pu1_pred1 = pu1_src + (y_offset >> 1) * src_strd; in ih264_inter_pred_luma_vert_qpel()
551 for(col = 0; col < wd; col++, pu1_dst++, pu1_src++, pu1_pred1++) in ih264_inter_pred_luma_vert_qpel()
565 *pu1_dst = (i2_temp + *pu1_pred1 + 1) >> 1; in ih264_inter_pred_luma_vert_qpel()
568 pu1_pred1 += src_strd - wd; in ih264_inter_pred_luma_vert_qpel()
/external/libavc/common/x86/
Dih264_inter_pred_filters_ssse3.c1501 UWORD8 *pu1_pred1; in ih264_inter_pred_luma_horz_qpel_ssse3() local
1516 pu1_pred1 = pu1_src + (x_offset >> 1); in ih264_inter_pred_luma_horz_qpel_ssse3()
1560 src_r0_16x8b = _mm_loadl_epi64((__m128i *)pu1_pred1); in ih264_inter_pred_luma_horz_qpel_ssse3()
1561 src_r1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_pred1 + src_strd)); in ih264_inter_pred_luma_horz_qpel_ssse3()
1586 pu1_pred1 += src_strd << 1; in ih264_inter_pred_luma_horz_qpel_ssse3()
1645 src_r0_16x8b = _mm_loadl_epi64((__m128i *)pu1_pred1); in ih264_inter_pred_luma_horz_qpel_ssse3()
1646 src_r1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_pred1 + src_strd)); in ih264_inter_pred_luma_horz_qpel_ssse3()
1669 pu1_pred1 += src_strd << 1; in ih264_inter_pred_luma_horz_qpel_ssse3()
1729 src_r0_16x8b = _mm_loadu_si128((__m128i *)pu1_pred1); in ih264_inter_pred_luma_horz_qpel_ssse3()
1748 pu1_pred1 += src_strd; in ih264_inter_pred_luma_horz_qpel_ssse3()
[all …]
/external/libhevc/encoder/arm/
Dihevce_common_utils_neon.c103 UWORD8 *pu1_pred1, in ihevce_wt_avg_2d_16x1_neon() argument
122 a1 = vld1q_u8(pu1_pred1); in ihevce_wt_avg_2d_16x1_neon()
171 UWORD8 *pu1_pred1, in ihevce_wt_avg_2d_8x1_neon() argument
189 a3 = vld1_u8(pu1_pred1); in ihevce_wt_avg_2d_8x1_neon()
217 UWORD8 *pu1_pred1, in ihevce_wt_avg_2d_4xn_neon() argument
248 src1_u8 = load_unaligned_u8q(pu1_pred1 + ((i * pred1_strd) + j), pred1_strd); in ihevce_wt_avg_2d_4xn_neon()
342 UWORD8 *pu1_pred1, in ihevce_wt_avg_2d_neon() argument
368 pu1_pred1, in ihevce_wt_avg_2d_neon()
388 pu1_pred1 + ((i * pred1_strd) + j), in ihevce_wt_avg_2d_neon()
401 pu1_pred1 + (i * pred1_strd), in ihevce_wt_avg_2d_neon()
[all …]
/external/libhevc/encoder/
Dihevce_common_utils.c270 UWORD8 *pu1_pred1, 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()
302 pu1_pred1 += pred1_strd; in ihevce_wt_avg_2d()
Dihevce_common_utils.h152 UWORD8 *pu1_pred1,
Dihevce_had_satd.c1570 UWORD8 *pu1_pred1 = pu1_pred + 16; in ihevce_had_32x32_r() local
1625 pu1_pred1, in ihevce_had_32x32_r()
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
539 ps_parent->apu1_pred[1] = pu1_pred1; 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()
554 pu1_pred1 + (blk_wd * i4_stride), in hme_set_ctb_pred_attr()
560 pu1_pred1 + (blk_wd * (1 + i4_stride)), in hme_set_ctb_pred_attr()