Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_quant_iquant_ssd.c142 WORD16 i2_temp; in ihevc_quant_iquant_ssd() local
161 i2_temp = pi2_coeffs[j]; in ihevc_quant_iquant_ssd()
177 val = i2_temp - pi2_iq_dst[j]; in ihevc_quant_iquant_ssd()
330 WORD16 i2_temp; in ihevc_quant_iquant() local
349 i2_temp = pi2_coeffs[j]; in ihevc_quant_iquant()
511 WORD16 i2_temp; in ihevc_quant_iquant_ssd_rdoq() local
529 i2_temp = pi2_coeffs[j]; in ihevc_quant_iquant_ssd_rdoq()
539 QUANT(pi2_q_dst[j],i2_temp, in ihevc_quant_iquant_ssd_rdoq()
555 val = i2_temp - pi2_iq_dst[j]; in ihevc_quant_iquant_ssd_rdoq()
655 WORD16 i2_temp; in ihevc_quant_iquant_rdoq() local
[all …]
/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()