Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_cu_pu.c334 UWORD32 ctxt_inc = 0; in ihevce_cabac_encode_skip_flag() local
340 ctxt_inc += val; in ihevce_cabac_encode_skip_flag()
347 ctxt_inc += val; in ihevce_cabac_encode_skip_flag()
353 ctxt_inc = ps_entropy_ctxt->i4_num_nbr_skip_cus; in ihevce_cabac_encode_skip_flag()
354 ASSERT(ctxt_inc < 3); in ihevce_cabac_encode_skip_flag()
355 ASSERT((WORD32)ctxt_inc <= (top_avail + left_avail)); in ihevce_cabac_encode_skip_flag()
359 error |= ihevce_cabac_encode_bin(ps_cabac, skip_flag, (IHEVC_CAB_SKIP_FLAG + ctxt_inc)); in ihevce_cabac_encode_skip_flag()
473 WORD32 ctxt_inc = IHEVC_CAB_PART_MODE + i; in ihevce_cabac_encode_part_mode() local
475 error |= ihevce_cabac_encode_bin(ps_cabac, bin, ctxt_inc); in ihevce_cabac_encode_part_mode()
514 WORD32 ctxt_inc = IHEVC_CAB_MERGE_IDX_EXT; in ihevce_cabac_encode_merge_idx() local
[all …]
Dihevce_cabac_tu.c236 WORD32 ctxt_inc = IHEVC_CAB_QP_DELTA_ABS; in ihevce_cabac_encode_qp_delta() local
243 ps_cabac, MIN(qp_delta_abs, c_max), c_max, ctxt_inc, 0, ctxt_inc_max); in ihevce_cabac_encode_qp_delta()
426 WORD32 ctxt_inc; in ihevce_encode_transform_tree() local
462 ctxt_inc = IHEVC_CAB_SPLIT_TFM + (5 - log2_tr_size); in ihevce_encode_transform_tree()
467 ret |= ihevce_cabac_encode_bin(ps_cabac, split_tr_flag, ctxt_inc); in ihevce_encode_transform_tree()
510 ctxt_inc = IHEVC_CAB_CBCR_IDX + tr_depth; in ihevce_encode_transform_tree()
566 ret |= ihevce_cabac_encode_bin(ps_cabac, ai4_cbf_cb[0], ctxt_inc); in ihevce_encode_transform_tree()
579 ret |= ihevce_cabac_encode_bin(ps_cabac, ai4_cbf_cb[1], ctxt_inc); in ihevce_encode_transform_tree()
594 ret |= ihevce_cabac_encode_bin(ps_cabac, ai4_cbf_cb[0] || ai4_cbf_cb[1], ctxt_inc); in ihevce_encode_transform_tree()
666 ret |= ihevce_cabac_encode_bin(ps_cabac, ai4_cbf_cr[0], ctxt_inc); in ihevce_encode_transform_tree()
[all …]
/external/libhevc/decoder/
Dihevcd_parse_slice.c293 WORD32 ctxt_inc = IHEVC_CAB_QP_DELTA_ABS; in ihevcd_parse_transform_tree() local
296 TRACE_CABAC_CTXT("cu_qp_delta_abs", ps_cabac->u4_range, ctxt_inc); in ihevcd_parse_transform_tree()
302 ctxt_inc, in ihevcd_parse_transform_tree()
1437 WORD32 ctxt_inc = IHEVC_CAB_PART_MODE; in ihevcd_parse_coding_unit() local
1450 ctxt_inc++); in ihevcd_parse_coding_unit()