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.c1715 UWORD32 u4_ct_depth_left = ps_codec->s_parse.u4_ct_depth_left; in ihevcd_parse_coding_quadtree() local
1761 u4_ct_depth_left >>= ((u4_min_cu_y % 16) * 2); in ihevcd_parse_coding_quadtree()
1762 u4_ct_depth_left &= 3; in ihevcd_parse_coding_quadtree()
1763 if((WORD32)u4_ct_depth_left > ct_depth) in ihevcd_parse_coding_quadtree()
1802 u4_ct_depth_left = ps_codec->s_parse.u4_ct_depth_left; in ihevcd_parse_coding_quadtree()
1806 u4_ct_depth_left &= ~u4_left_mask; in ihevcd_parse_coding_quadtree()
1812 u4_ct_depth_left |= u4_left_mask; in ihevcd_parse_coding_quadtree()
1815 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