Home
last modified time | relevance | path

Searched refs:i4_num_cols (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_coarse_me_pass.c576 for(i4_x = 0; i4_x < ps_hist_thrd0->i4_num_cols; i4_x++) in ihevce_coarse_me_frame_end()
580 i4_bin_id = i4_x + (i4_y * ps_hist_thrd0->i4_num_cols); in ihevce_coarse_me_frame_end()
Dhme_utils.c225 S32 i4_num_bins, i4_num_cols, i4_num_rows; in hme_init_histogram() local
253 i4_num_cols = (i4_max_mv_x << 1) >> i4_shift_x; in hme_init_histogram()
255 i4_num_bins = i4_num_rows * i4_num_cols; in hme_init_histogram()
260 ps_hist->i4_num_cols = i4_num_cols; in hme_init_histogram()
298 i4_bin_index = i4_col + (i4_row * ps_hist->i4_num_cols); in hme_update_histogram()
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()
378 ps_hist->i4_num_cols, in hme_calculate_global_mv()
Dhme_defs.h1589 S32 i4_num_cols; member