Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_cu_pu.c1659 WORD32 split_cu_flag; in ihevce_encode_coding_quadtree() local
1714 split_cu_flag = cu_size < (1 << log2_cb_size); in ihevce_encode_coding_quadtree()
1716 ret |= ihevce_cabac_encode_bin(ps_cabac, split_cu_flag, ctxt_inc); in ihevce_encode_coding_quadtree()
1725 AEV_TRACE("split_cu_flag", split_cu_flag, ps_cabac->u4_range); in ihevce_encode_coding_quadtree()
1726 if(split_cu_flag == 0) in ihevce_encode_coding_quadtree()
1739 split_cu_flag = 1; in ihevce_encode_coding_quadtree()
1741 split_cu_flag = 0; in ihevce_encode_coding_quadtree()
1758 if(split_cu_flag) in ihevce_encode_coding_quadtree()
/external/libhevc/decoder/
Dihevcd_parse_slice.c1693 WORD32 split_cu_flag; in ihevcd_parse_coding_quadtree() local
1767 split_cu_flag = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx); in ihevcd_parse_coding_quadtree()
1768 AEV_TRACE("split_cu_flag", split_cu_flag, ps_cabac->u4_range); in ihevcd_parse_coding_quadtree()
1773 split_cu_flag = 1; in ihevcd_parse_coding_quadtree()
1775 split_cu_flag = 0; in ihevcd_parse_coding_quadtree()
1778 if(0 == split_cu_flag) in ihevcd_parse_coding_quadtree()
1824 if(split_cu_flag) in ihevcd_parse_coding_quadtree()