Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c1239 UWORD32 u4_top_mask, u4_left_mask; in ihevcd_parse_coding_unit() local
1308 u4_left_mask = u4_mask << (u4_min_cu_y % 32); in ihevcd_parse_coding_unit()
1312 u4_skip_left |= u4_left_mask; in ihevcd_parse_coding_unit()
1316 u4_skip_left &= ~u4_left_mask; in ihevcd_parse_coding_unit()
1718 UWORD32 u4_top_mask, u4_left_mask; in ihevcd_parse_coding_quadtree() local
1804 u4_left_mask = u4_mask << ((u4_min_cu_y % 16) * 2); in ihevcd_parse_coding_quadtree()
1806 u4_ct_depth_left &= ~u4_left_mask; in ihevcd_parse_coding_quadtree()
1809 u4_left_mask = gau4_ct_depth_mask[ct_depth] & u4_mask; in ihevcd_parse_coding_quadtree()
1811 u4_left_mask = u4_left_mask << ((u4_min_cu_y % 16) * 2); in ihevcd_parse_coding_quadtree()
1812 u4_ct_depth_left |= u4_left_mask; in ihevcd_parse_coding_quadtree()