Home
last modified time | relevance | path

Searched refs:pu1_pred_horz (Results 1 – 2 of 2) sorted by relevance

/external/libavc/common/
Dih264_inter_pred_filters.c624 UWORD8* pu1_pred_vert, *pu1_pred_horz; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local
632 pu1_pred_horz = pu1_src + (y_offset >> 1) * src_strd; in ih264_inter_pred_luma_horz_qpel_vert_qpel()
638 col++, pu1_dst++, pu1_pred_vert++, pu1_pred_horz++) in ih264_inter_pred_luma_horz_qpel_vert_qpel()
657 i2_temp_horz = pu1_pred_horz[-2] + pu1_pred_horz[3] in ih264_inter_pred_luma_horz_qpel_vert_qpel()
658 - (pu1_pred_horz[-1] + pu1_pred_horz[2]) in ih264_inter_pred_luma_horz_qpel_vert_qpel()
659 + ((pu1_pred_horz[0] + pu1_pred_horz[1] in ih264_inter_pred_luma_horz_qpel_vert_qpel()
660 - pu1_pred_horz[-1] in ih264_inter_pred_luma_horz_qpel_vert_qpel()
661 - pu1_pred_horz[2]) << 2) in ih264_inter_pred_luma_horz_qpel_vert_qpel()
662 + ((pu1_pred_horz[0] + pu1_pred_horz[1]) << 4); in ih264_inter_pred_luma_horz_qpel_vert_qpel()
668 pu1_pred_horz += (src_strd - wd); in ih264_inter_pred_luma_horz_qpel_vert_qpel()
/external/libavc/common/arm/
Dih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s128 add r6, r0, r6 @pu1_pred_horz = pu1_src + (y_offset>>1)*src_strd
130 sub r6, r6, #2 @pu1_pred_horz-2