Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c1701 UWORD32 u4_ct_depth_left = ps_codec->s_parse.u4_ct_depth_left; in ihevcd_parse_coding_quadtree() local
1747 u4_ct_depth_left >>= ((u4_min_cu_y % 16) * 2); in ihevcd_parse_coding_quadtree()
1748 u4_ct_depth_left &= 3; in ihevcd_parse_coding_quadtree()
1749 if((WORD32)u4_ct_depth_left > ct_depth) in ihevcd_parse_coding_quadtree()
1788 u4_ct_depth_left = ps_codec->s_parse.u4_ct_depth_left; in ihevcd_parse_coding_quadtree()
1792 u4_ct_depth_left &= ~u4_left_mask; in ihevcd_parse_coding_quadtree()
1798 u4_ct_depth_left |= u4_left_mask; in ihevcd_parse_coding_quadtree()
1801 ps_codec->s_parse.u4_ct_depth_left = u4_ct_depth_left; in ihevcd_parse_coding_quadtree()
Dihevcd_structs.h1044 UWORD32 u4_ct_depth_left; member