Home
last modified time | relevance | path

Searched refs:i4_col (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_frame_process_utils.c224 int i4_row, i4_col; in calc_block_ssim() local
234 for(i4_col = 0; i4_col < u1_win_size; i4_col++) in calc_block_ssim()
237 u1_ref_smpl = pu1_ref[i4_col * i4_horz_jump]; in calc_block_ssim()
238 u1_tst_smpl = pu1_tst[i4_col * i4_horz_jump]; in calc_block_ssim()
Dhme_utils.c293 S32 i4_bin_index, i4_col, i4_row; in hme_update_histogram() local
295 i4_col = (i4_mv_x - ps_hist->i4_min_x) >> ps_hist->i4_shift_x; in hme_update_histogram()
298 i4_bin_index = i4_col + (i4_row * ps_hist->i4_num_cols); in hme_update_histogram()