Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_bs_compute_ctb.c323 UWORD32 u4_tu_pos_x, u4_tu_pos_y; in ihevce_bs_compute_cu() local
339 u4_tu_pos_y = ps_enc_tu->s_tu.b4_pos_y; in ihevce_bs_compute_cu()
342 pu4_tu_top_edge = pu4_horz_bs + (u4_tu_pos_y >> 1); in ihevce_bs_compute_cu()
343 pu4_tu_bottom_edge = pu4_horz_bs + ((u4_tu_pos_y + 1) >> 1) + (u4_tu_size >> 3); in ihevce_bs_compute_cu()
365 if(0 == (u4_tu_pos_y & 1)) in ihevce_bs_compute_cu()
378 SET_VALUE_BIG((pu4_tu_left_edge), u4_bs_value, u4_tu_pos_y, u4_tu_size); in ihevce_bs_compute_cu()
383 SET_VALUE_BIG((pu4_tu_right_edge), u4_bs_value, u4_tu_pos_y, u4_tu_size); in ihevce_bs_compute_cu()
394 SET_VALUE_BIG((pu4_tu_left_edge), u4_bs_value, u4_tu_pos_y, u4_tu_size); in ihevce_bs_compute_cu()
396 SET_VALUE_BIG((pu4_tu_right_edge), u4_bs_value, u4_tu_pos_y, u4_tu_size); in ihevce_bs_compute_cu()