Searched refs:u4_ct_depth_left (Results 1 – 2 of 2) sorted by relevance
1701 UWORD32 u4_ct_depth_left = ps_codec->s_parse.u4_ct_depth_left; in ihevcd_parse_coding_quadtree() local1747 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()
1044 UWORD32 u4_ct_depth_left; member