Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c1716 UWORD32 u4_ct_depth_top = 0; in ihevcd_parse_coding_quadtree() local
1742 u4_ct_depth_top = *pu4_ct_depth_top; in ihevcd_parse_coding_quadtree()
1743 u4_ct_depth_top >>= ((u4_min_cu_x % 16) * 2); in ihevcd_parse_coding_quadtree()
1744 u4_ct_depth_top &= 3; in ihevcd_parse_coding_quadtree()
1746 if((WORD32)u4_ct_depth_top > ct_depth) in ihevcd_parse_coding_quadtree()
1781 u4_ct_depth_top = *pu4_ct_depth_top; in ihevcd_parse_coding_quadtree()
1789 u4_ct_depth_top &= ~u4_top_mask; in ihevcd_parse_coding_quadtree()
1796 u4_ct_depth_top |= u4_top_mask; in ihevcd_parse_coding_quadtree()
1799 *pu4_ct_depth_top = u4_ct_depth_top; in ihevcd_parse_coding_quadtree()