Searched refs:i4_shift_y (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() local240 i4_shift_y = (i4_range - LOG_MAX_NUM_BINS); in hme_init_histogram()241 i4_shift_x = (i4_shift_y + 1) >> 1; in hme_init_histogram()242 i4_shift_y >>= 1; in hme_init_histogram()246 i4_shift_y = 0; in hme_init_histogram()254 i4_num_rows = (i4_max_mv_y << 1) >> i4_shift_y; in hme_init_histogram()264 ps_hist->i4_shift_y = i4_shift_y; in hme_init_histogram()296 i4_row = (i4_mv_y - ps_hist->i4_min_y) >> ps_hist->i4_shift_y; in hme_update_histogram()390 ps_mv->i2_mv_y = (S16)((i4_max_y << ps_hist->i4_shift_y) + ps_hist->i4_min_y); in hme_calculate_global_mv()
1591 S32 i4_shift_y; member