Home | History | Annotate | Download | only in decoder

Lines Matching refs:i16_temp

793                 WORD16 i16_tb, i16_tx, i2_dist_scale_factor, i16_temp;
802 i16_temp = (i2_mv_x0 * i2_dist_scale_factor + 128) >> 8;
803 i2_mv_x1 = i16_temp - i2_mv_x0;
804 i2_mv_x0 = i16_temp;
806 i16_temp = (i2_mv_y0 * i2_dist_scale_factor + 128) >> 8;
807 i2_mv_y1 = i16_temp - i2_mv_y0;
808 i2_mv_y0 = i16_temp;