Home
last modified time | relevance | path

Searched refs:i2_temp_vert (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
645 i2_temp_vert = pu1_pred_vert[-off2] + pu1_pred_vert[off3] in ih264_inter_pred_luma_horz_qpel_vert_qpel()
651 i2_temp_vert = (i2_temp_vert + 16) >> 5; in ih264_inter_pred_luma_horz_qpel_vert_qpel()
652 i2_temp_vert = CLIP_U8(i2_temp_vert); 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()