Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_bs_compute_ctb.c368 SET_VALUE_BIG((pu4_tu_top_edge), u4_bs_value, u4_tu_pos_x, u4_tu_size); in ihevce_bs_compute_cu()
373 SET_VALUE_BIG((pu4_tu_bottom_edge), u4_bs_value, u4_tu_pos_x, u4_tu_size); 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()
390 SET_VALUE_BIG((pu4_tu_top_edge), u4_bs_value, u4_tu_pos_x, u4_tu_size); in ihevce_bs_compute_cu()
392 SET_VALUE_BIG((pu4_tu_bottom_edge), u4_bs_value, u4_tu_pos_x, 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()
718 SET_VALUE_BIG((pu4_pu_cur_edge), BS_CBF_4, (pu_pos_bit_calc + j), 4); in ihevce_bs_compute_cu()
Dihevce_bs_compute_ctb.h119 #define SET_VALUE_BIG(pu4_bs, value, ip_pos, edge_size) \ macro