Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c1241 UWORD32 u4_min_cu_y = y0 / 8; in ihevcd_parse_coding_unit() local
1271 u4_skip_left >>= (u4_min_cu_y % 32); in ihevcd_parse_coding_unit()
1308 u4_left_mask = u4_mask << (u4_min_cu_y % 32); in ihevcd_parse_coding_unit()
1721 UWORD32 u4_min_cu_y = y0 / 8; in ihevcd_parse_coding_quadtree() local
1761 u4_ct_depth_left >>= ((u4_min_cu_y % 16) * 2); in ihevcd_parse_coding_quadtree()
1804 u4_left_mask = u4_mask << ((u4_min_cu_y % 16) * 2); in ihevcd_parse_coding_quadtree()
1811 u4_left_mask = u4_left_mask << ((u4_min_cu_y % 16) * 2); in ihevcd_parse_coding_quadtree()