Searched refs:i2_temp (Results 1 – 4 of 4) sorted by relevance
142 WORD16 i2_temp; in ihevc_quant_iquant_ssd() local161 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() local349 i2_temp = pi2_coeffs[j]; in ihevc_quant_iquant()511 WORD16 i2_temp; in ihevc_quant_iquant_ssd_rdoq() local529 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 …]
470 WORD16 i2_temp; in ih264_inter_pred_luma_horz_qpel() local474 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() local558 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()
1134 WORD32 i2_temp; in ih264d_get_mvd_cabac() local1146 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()
794 WORD16 i2_tb, i2_tx, i2_dist_scale_factor, i2_temp; in ih264d_decode_temporal_direct() local802 i2_temp = (i2_mv_x0 * i2_dist_scale_factor + 128) >> 8; in ih264d_decode_temporal_direct()803 i2_mv_x1 = i2_temp - i2_mv_x0; in ih264d_decode_temporal_direct()804 i2_mv_x0 = i2_temp; in ih264d_decode_temporal_direct()806 i2_temp = (i2_mv_y0 * i2_dist_scale_factor + 128) >> 8; in ih264d_decode_temporal_direct()807 i2_mv_y1 = i2_temp - i2_mv_y0; in ih264d_decode_temporal_direct()808 i2_mv_y0 = i2_temp; in ih264d_decode_temporal_direct()