Searched refs:i4_shift_x (Results 1 – 2 of 2) sorted by relevance
226 S32 i4_shift_x, i4_shift_y, i, i4_range, i4_val; in hme_init_histogram() local241 i4_shift_x = (i4_shift_y + 1) >> 1; in hme_init_histogram()247 i4_shift_x = 0; in hme_init_histogram()253 i4_num_cols = (i4_max_mv_x << 1) >> i4_shift_x; in hme_init_histogram()263 ps_hist->i4_shift_x = i4_shift_x; in hme_init_histogram()295 i4_col = (i4_mv_x - ps_hist->i4_min_x) >> ps_hist->i4_shift_x; in hme_update_histogram()391 ps_mv->i2_mv_x = (S16)((i4_max_x << ps_hist->i4_shift_x) + ps_hist->i4_min_x); in hme_calculate_global_mv()
1590 S32 i4_shift_x; member