Home
last modified time | relevance | path

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

/external/libavc/common/
Dih264_inter_pred_filters.c470 WORD16 i2_temp; in ih264_inter_pred_luma_horz_qpel() local
474 i2_temp = pu1_src[-2] + pu1_src[3] in ih264_inter_pred_luma_horz_qpel()
478 i2_temp = (i2_temp + 16) >> 5; in ih264_inter_pred_luma_horz_qpel()
479 i2_temp = CLIP_U8(i2_temp); in ih264_inter_pred_luma_horz_qpel()
480 *pu1_dst = (i2_temp + *pu1_pred1 + 1) >> 1; in ih264_inter_pred_luma_horz_qpel()
553 WORD16 i2_temp; in ih264_inter_pred_luma_vert_qpel() local
558 i2_temp = pu1_src[-off2] + pu1_src[off3] in ih264_inter_pred_luma_vert_qpel()
562 i2_temp = (i2_temp + 16) >> 5; in ih264_inter_pred_luma_vert_qpel()
563 i2_temp = CLIP_U8(i2_temp); in ih264_inter_pred_luma_vert_qpel()
565 *pu1_dst = (i2_temp + *pu1_pred1 + 1) >> 1; in ih264_inter_pred_luma_vert_qpel()
/external/libavc/decoder/
Dih264d_parse_mb_header.c1134 WORD32 i2_temp; in ih264d_get_mvd_cabac() local
1146 i2_temp = u2_abs_mvd_x_a + u2_abs_mvd_x_b; in ih264d_get_mvd_cabac()
1149 ps_dec->p_mvd_x_t, i2_temp); in ih264d_get_mvd_cabac()
1151 i2_temp = u2_abs_mvd_y_a + u2_abs_mvd_y_b; in ih264d_get_mvd_cabac()
1154 ps_dec->p_mvd_y_t, i2_temp); in ih264d_get_mvd_cabac()