Searched refs:u4_bs_value (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_bs_compute_ctb.c | 329 UWORD32 u4_bs_value; in ihevce_bs_compute_cu() local 357 u4_bs_value = gau2_bs_table[tbl_idx][(u4_tu_size >> 2) - 1]; in ihevce_bs_compute_cu() 368 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()
|