Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_macros.h69 #define LSB_ONES(x) ((UWORD32)0xFFFFFFFF >> (32 - (x))) macro
/external/libhevc/decoder/
Dihevcd_parse_slice.c1068 u4_mask = LSB_ONES((cb_size >> 3)); in ihevcd_parse_coding_unit_intra()
1227 u4_mask = LSB_ONES((cb_size >> 3)); in ihevcd_parse_coding_unit()
1291 u4_mask = LSB_ONES(cb_size / 8); in ihevcd_parse_coding_unit()
1307 u4_mask = LSB_ONES(cb_size / 8); in ihevcd_parse_coding_unit()
1403 u4_mask = LSB_ONES((cb_size >> 3)); in ihevcd_parse_coding_unit()
2247 u4_mask = (LSB_ONES((MIN_CU_SIZE >> 3)) << (((tu_abs_x) / 8) % 8)); in ihevcd_set_ctb_skip()