Searched refs:SET_BITS (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_cabac_rdo.c | 644 SET_BITS(pu1_top_skip_flags[0], x_pos, (cu_size >> 3)); in ihevce_entropy_update_best_cu_states() 645 SET_BITS(u4_skip_left_flags, y_pos, (cu_size >> 3)); in ihevce_entropy_update_best_cu_states()
|
D | ihevce_entropy_structs.h | 90 #define SET_BITS(x, bitpos, n) ((x) |= (((1 << (n)) - 1) << (bitpos))) macro
|
D | ihevce_cabac_cu_pu.c | 368 SET_BITS(pu1_top_skip_flags[0], x_pos, (cu_size >> 3)); in ihevce_cabac_encode_skip_flag() 369 SET_BITS(u4_skip_left_flags, y_pos, (cu_size >> 3)); in ihevce_cabac_encode_skip_flag()
|