Home | History | Annotate | Download | only in encoder

Lines Matching refs:i4_x

356     S32 i4_offset, i4_lobe_size, i4_y, i4_x, *pi4_bin_count;
368 for(i4_x = i4_offset; i4_x < ps_hist->i4_num_cols - i4_offset; i4_x++)
371 i4_bin_id = (i4_x - 2) + ((i4_y - 2) * ps_hist->i4_num_cols);
383 i4_max_x = i4_x;
455 S32 x_start, y_start, x_end, y_end, i4_x, i4_y;
523 for(i4_x = x_start; i4_x < x_end; i4_x++)
525 ps_grid_node_tmp[i4_x].s_mv.i2_mvx = i2_mv_x;
526 ps_grid_node_tmp[i4_x].s_mv.i2_mvy = i2_mv_y;
527 ps_grid_node_tmp[i4_x].i1_ref_idx = i1_ref_idx;
528 ps_grid_node_tmp[i4_x].u1_subpel_done = 1;
1316 * S32 i4_x,
1331 * @param[in] i4_x : x coordinate of the blk
1346 S32 i4_x,
1352 MIN((ps_pic_limit->i2_max_x - (S16)blk_wd - (S16)i4_x), ps_mv_limit->i2_max_x);
1353 ps_range->i2_min_x = MAX((ps_pic_limit->i2_min_x - (S16)i4_x), ps_mv_limit->i2_min_x);