Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_utils.c293 S32 i4_bin_index, i4_col, i4_row; in hme_update_histogram() local
298 i4_bin_index = i4_col + (i4_row * ps_hist->i4_num_cols); in hme_update_histogram()
300 ASSERT(i4_bin_index < MAX_NUM_BINS); in hme_update_histogram()
302 ps_hist->ai4_bin_count[i4_bin_index]++; in hme_update_histogram()