Lines Matching refs:ct_depth
1688 WORD32 ct_depth) in ihevcd_parse_coding_quadtree() argument
1712 ps_codec->s_parse.i4_ct_depth = ct_depth; in ihevcd_parse_coding_quadtree()
1746 if((WORD32)u4_ct_depth_top > ct_depth) in ihevcd_parse_coding_quadtree()
1763 if((WORD32)u4_ct_depth_left > ct_depth) in ihevcd_parse_coding_quadtree()
1791 if(ct_depth) in ihevcd_parse_coding_quadtree()
1793 u4_top_mask = gau4_ct_depth_mask[ct_depth] & u4_mask; in ihevcd_parse_coding_quadtree()
1807 if(ct_depth) in ihevcd_parse_coding_quadtree()
1809 u4_left_mask = gau4_ct_depth_mask[ct_depth] & u4_mask; in ihevcd_parse_coding_quadtree()
1829 ret = ihevcd_parse_coding_quadtree(ps_codec, x0, y0, log2_cb_size - 1, ct_depth + 1); in ihevcd_parse_coding_quadtree()
1835 ret = ihevcd_parse_coding_quadtree(ps_codec, x1, y0, log2_cb_size - 1, ct_depth + 1); in ihevcd_parse_coding_quadtree()
1841 ret = ihevcd_parse_coding_quadtree(ps_codec, x0, y1, log2_cb_size - 1, ct_depth + 1); in ihevcd_parse_coding_quadtree()
1848 ret = ihevcd_parse_coding_quadtree(ps_codec, x1, y1, log2_cb_size - 1, ct_depth + 1); in ihevcd_parse_coding_quadtree()