Home
last modified time | relevance | path

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

/external/libavc/common/
Dih264_inter_pred_filters.c640 WORD16 i2_temp_vert, i2_temp_horz; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local
657 i2_temp_horz = pu1_pred_horz[-2] + pu1_pred_horz[3] in ih264_inter_pred_luma_horz_qpel_vert_qpel()
663 i2_temp_horz = (i2_temp_horz + 16) >> 5; in ih264_inter_pred_luma_horz_qpel_vert_qpel()
664 i2_temp_horz = CLIP_U8(i2_temp_horz); in ih264_inter_pred_luma_horz_qpel_vert_qpel()
665 *pu1_dst = (i2_temp_vert + i2_temp_horz + 1) >> 1; in ih264_inter_pred_luma_horz_qpel_vert_qpel()