Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c1688 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()
[all …]