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

  /external/libavc/common/
ih264_inter_pred_filters.c 624 UWORD8* pu1_pred_vert, *pu1_pred_horz; local
632 pu1_pred_horz = pu1_src + (y_offset >> 1) * src_strd;
638 col++, pu1_dst++, pu1_pred_vert++, pu1_pred_horz++)
657 i2_temp_horz = pu1_pred_horz[-2] + pu1_pred_horz[3]
658 - (pu1_pred_horz[-1] + pu1_pred_horz[2])
659 + ((pu1_pred_horz[0] + pu1_pred_horz[1]
660 - pu1_pred_horz[-1
    [all...]
  /external/libavc/common/arm/
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s 128 add r6, r0, r6 @pu1_pred_horz = pu1_src + (y_offset>>1)*src_strd
130 sub r6, r6, #2 @pu1_pred_horz-2

Completed in 93 milliseconds