Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_bs_compute_ctb.c261 WORD32 horz_bit_offset; in ihevce_bs_compute_cu() local
266 horz_bit_offset = (ps_cu_final->b3_cu_pos_x << 3) >> 2; in ihevce_bs_compute_cu()
275 u4_temp_bs = (u4_temp_bs | (2U << (30 - 2 * (ctr + horz_bit_offset)))); in ihevce_bs_compute_cu()
280 u4_temp_bs = (u4_temp_bs | (1 << (30 - 2 * (ctr + horz_bit_offset)))); in ihevce_bs_compute_cu()