Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_cu_pu.c1652 WORD32 ct_depth, in ihevce_encode_coding_quadtree() argument
1670 WORD32 ctb_size = (1 << (log2_cb_size + ct_depth)); in ihevce_encode_coding_quadtree()
1688 ASSERT(ct_depth <= 3); in ihevce_encode_coding_quadtree()
1705 ctxt_inc += (pu1_cu_depth_top[x0_frm >> 3] > ct_depth); in ihevce_encode_coding_quadtree()
1710 ctxt_inc += (pu1_cu_depth_left[(y0_frm >> 3) & 0x7] > ct_depth); in ihevce_encode_coding_quadtree()
1748 if((ps_pps->i1_cu_qp_delta_enabled_flag) && (ct_depth <= (ps_pps->i1_diff_cu_qp_delta_depth))) in ihevce_encode_coding_quadtree()
1766 … ps_entropy_ctxt, x0_frm, y0_frm, log2_cb_size - 1, ct_depth + 1, ps_ctb, ps_tile_params); in ihevce_encode_coding_quadtree()
1775 ct_depth + 1, in ihevce_encode_coding_quadtree()
1788 ct_depth + 1, in ihevce_encode_coding_quadtree()
1801 ct_depth + 1, in ihevce_encode_coding_quadtree()
[all …]
/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 …]