Searched refs:ctxt_idx (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_parse_residual.c | 216 WORD32 ctxt_idx; in ihevcd_parse_residual_coding() local 220 ctxt_idx = IHEVC_CAB_TFM_SKIP0; in ihevcd_parse_residual_coding() 224 ctxt_idx = IHEVC_CAB_TFM_SKIP12; in ihevcd_parse_residual_coding() 226 TRACE_CABAC_CTXT("transform_skip_flag", ps_cabac->u4_range, ctxt_idx); in ihevcd_parse_residual_coding() 229 ctxt_idx); in ihevcd_parse_residual_coding() 511 WORD32 ctxt_idx = IHEVC_CAB_CODED_SUBLK_IDX; in ihevcd_parse_residual_coding() local 514 ctxt_idx += (nbr_csbf) ? 1 : 0; in ihevcd_parse_residual_coding() 517 ctxt_idx += c_idx ? 2 : 0; in ihevcd_parse_residual_coding() 518 TRACE_CABAC_CTXT("coded_sub_block_flag", ps_cabac->u4_range, ctxt_idx); in ihevcd_parse_residual_coding() 519 IHEVCD_CABAC_DECODE_BIN(cur_csbf, ps_cabac, ps_bitstrm, ctxt_idx); in ihevcd_parse_residual_coding() [all …]
|
D | ihevcd_parse_slice.c | 132 WORD32 ctxt_idx; in ihevcd_parse_transform_tree() local 148 ctxt_idx = IHEVC_CAB_SPLIT_TFM + (5 - log2_trafo_size); in ihevcd_parse_transform_tree() 150 TRACE_CABAC_CTXT("split_transform_flag", ps_cabac->u4_range, ctxt_idx); in ihevcd_parse_transform_tree() 151 split_transform_flag = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx); in ihevcd_parse_transform_tree() 188 ctxt_idx = IHEVC_CAB_CBCR_IDX + trafo_depth; in ihevcd_parse_transform_tree() 192 TRACE_CABAC_CTXT("cbf_cb", ps_cabac->u4_range, ctxt_idx); in ihevcd_parse_transform_tree() 193 value = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx); in ihevcd_parse_transform_tree() 200 TRACE_CABAC_CTXT("cbf_cr", ps_cabac->u4_range, ctxt_idx); in ihevcd_parse_transform_tree() 201 value = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx); in ihevcd_parse_transform_tree() 247 ctxt_idx = IHEVC_CAB_CBF_LUMA_IDX; in ihevcd_parse_transform_tree() [all …]
|