Searched defs:u4_ct_depth_top (Results 1 - 1 of 1) sorted by relevance

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

Completed in 67 milliseconds