Home | History | Annotate | Download | only in encoder

Lines Matching refs:i4_y

356     S32 i4_offset, i4_lobe_size, i4_y, i4_x, *pi4_bin_count;
366 for(i4_y = i4_offset; i4_y < ps_hist->i4_num_rows - i4_offset; i4_y++)
371 i4_bin_id = (i4_x - 2) + ((i4_y - 2) * ps_hist->i4_num_cols);
384 i4_max_y = i4_y;
455 S32 x_start, y_start, x_end, y_end, i4_x, i4_y;
521 for(i4_y = y_start; i4_y < y_end; i4_y++)
1317 * S32 i4_y,
1333 * @param[in] i4_y : y coordinate of the blk
1347 S32 i4_y,
1355 MIN((ps_pic_limit->i2_max_y - (S16)blk_ht - (S16)i4_y), ps_mv_limit->i2_max_y);
1356 ps_range->i2_min_y = MAX((ps_pic_limit->i2_min_y - (S16)i4_y), ps_mv_limit->i2_min_y);