Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c1240 UWORD32 u4_min_cu_x = x0 / 8; in ihevcd_parse_coding_unit() local
1243 pu4_skip_top += (u4_min_cu_x / 32); in ihevcd_parse_coding_unit()
1256 u4_skip_top >>= (u4_min_cu_x % 32); in ihevcd_parse_coding_unit()
1292 u4_top_mask = u4_mask << (u4_min_cu_x % 32); in ihevcd_parse_coding_unit()
1720 UWORD32 u4_min_cu_x = x0 / 8; in ihevcd_parse_coding_quadtree() local
1723 pu4_ct_depth_top += (u4_min_cu_x / 16); in ihevcd_parse_coding_quadtree()
1743 u4_ct_depth_top >>= ((u4_min_cu_x % 16) * 2); in ihevcd_parse_coding_quadtree()
1788 u4_top_mask = u4_mask << ((u4_min_cu_x % 16) * 2); in ihevcd_parse_coding_quadtree()
1795 u4_top_mask = u4_top_mask << ((u4_min_cu_x % 16) * 2); in ihevcd_parse_coding_quadtree()