Lines Matching refs:i4_x
356 S32 i4_offset, i4_lobe_size, i4_y, i4_x, *pi4_bin_count; in hme_calculate_global_mv() local
368 for(i4_x = i4_offset; i4_x < ps_hist->i4_num_cols - i4_offset; i4_x++) in hme_calculate_global_mv()
371 i4_bin_id = (i4_x - 2) + ((i4_y - 2) * ps_hist->i4_num_cols); in hme_calculate_global_mv()
383 i4_max_x = i4_x; in hme_calculate_global_mv()
455 S32 x_start, y_start, x_end, y_end, i4_x, i4_y; in hme_map_mvs_to_grid() local
523 for(i4_x = x_start; i4_x < x_end; i4_x++) in hme_map_mvs_to_grid()
525 ps_grid_node_tmp[i4_x].s_mv.i2_mvx = i2_mv_x; in hme_map_mvs_to_grid()
526 ps_grid_node_tmp[i4_x].s_mv.i2_mvy = i2_mv_y; in hme_map_mvs_to_grid()
527 ps_grid_node_tmp[i4_x].i1_ref_idx = i1_ref_idx; in hme_map_mvs_to_grid()
528 ps_grid_node_tmp[i4_x].u1_subpel_done = 1; in hme_map_mvs_to_grid()
1346 S32 i4_x, in hme_derive_search_range() argument
1352 MIN((ps_pic_limit->i2_max_x - (S16)blk_wd - (S16)i4_x), ps_mv_limit->i2_max_x); in hme_derive_search_range()
1353 ps_range->i2_min_x = MAX((ps_pic_limit->i2_min_x - (S16)i4_x), ps_mv_limit->i2_min_x); in hme_derive_search_range()