FFmpeg
Functions
cabac.h File Reference
#include "ctu.h"

Go to the source code of this file.

Functions

int ff_vvc_cabac_init (VVCLocalContext *lc, int ctu_idx, int rx, int ry)
 
int ff_vvc_sao_merge_flag_decode (VVCLocalContext *lc)
 
int ff_vvc_sao_type_idx_decode (VVCLocalContext *lc)
 
int ff_vvc_sao_band_position_decode (VVCLocalContext *lc)
 
int ff_vvc_sao_offset_abs_decode (VVCLocalContext *lc)
 
int ff_vvc_sao_offset_sign_decode (VVCLocalContext *lc)
 
int ff_vvc_sao_eo_class_decode (VVCLocalContext *lc)
 
int ff_vvc_alf_ctb_flag (VVCLocalContext *lc, int rx, int ry, int c_idx)
 
int ff_vvc_alf_use_aps_flag (VVCLocalContext *lc)
 
int ff_vvc_alf_luma_prev_filter_idx (VVCLocalContext *lc)
 
int ff_vvc_alf_luma_fixed_filter_idx (VVCLocalContext *lc)
 
int ff_vvc_alf_ctb_filter_alt_idx (VVCLocalContext *lc, int c_idx, int num_chroma_filters)
 
int ff_vvc_alf_ctb_cc_idc (VVCLocalContext *lc, int rx, int ry, int idx, int cc_filters_signalled)
 
int ff_vvc_split_cu_flag (VVCLocalContext *lc, int x0, int y0, int cb_width, int cb_height, int ch_type, const VVCAllowedSplit *a)
 
VVCSplitMode ff_vvc_split_mode (VVCLocalContext *lc, int x0, int y0, int cb_width, int cb_height, int cqt_depth, int mtt_depth, int ch_type, const VVCAllowedSplit *a)
 
int ff_vvc_non_inter_flag (VVCLocalContext *lc, int x0, int y0, int ch_type)
 
int ff_vvc_pred_mode_flag (VVCLocalContext *lc, int is_chroma)
 
int ff_vvc_pred_mode_plt_flag (VVCLocalContext *lc)
 
int ff_vvc_intra_bdpcm_luma_flag (VVCLocalContext *lc)
 
int ff_vvc_intra_bdpcm_luma_dir_flag (VVCLocalContext *lc)
 
int ff_vvc_intra_bdpcm_chroma_flag (VVCLocalContext *lc)
 
int ff_vvc_intra_bdpcm_chroma_dir_flag (VVCLocalContext *lc)
 
int ff_vvc_cu_skip_flag (VVCLocalContext *lc, const uint8_t *cu_skip_flag)
 
int ff_vvc_pred_mode_ibc_flag (VVCLocalContext *lc, int ch_type)
 
int ff_vvc_cu_coded_flag (VVCLocalContext *lc)
 
int ff_vvc_cu_qp_delta_abs (VVCLocalContext *lc)
 
int ff_vvc_cu_qp_delta_sign_flag (VVCLocalContext *lc)
 
int ff_vvc_sbt_flag (VVCLocalContext *lc)
 
int ff_vvc_sbt_quad_flag (VVCLocalContext *lc)
 
int ff_vvc_sbt_horizontal_flag (VVCLocalContext *lc)
 
int ff_vvc_sbt_pos_flag (VVCLocalContext *lc)
 
int ff_vvc_intra_mip_flag (VVCLocalContext *lc, const uint8_t *intra_mip_flag)
 
int ff_vvc_intra_mip_transposed_flag (VVCLocalContext *lc)
 
int ff_vvc_intra_mip_mode (VVCLocalContext *lc)
 
int ff_vvc_intra_luma_ref_idx (VVCLocalContext *lc)
 
int ff_vvc_intra_subpartitions_mode_flag (VVCLocalContext *lc)
 
enum IspType ff_vvc_isp_split_type (VVCLocalContext *lc, int intra_subpartitions_mode_flag)
 
int ff_vvc_intra_luma_mpm_flag (VVCLocalContext *lc)
 
int ff_vvc_intra_luma_not_planar_flag (VVCLocalContext *lc, int intra_subpartitions_mode_flag)
 
int ff_vvc_intra_luma_mpm_idx (VVCLocalContext *lc)
 
int ff_vvc_intra_luma_mpm_remainder (VVCLocalContext *lc)
 
int ff_vvc_cclm_mode_flag (VVCLocalContext *lc)
 
int ff_vvc_cclm_mode_idx (VVCLocalContext *lc)
 
int ff_vvc_intra_chroma_pred_mode (VVCLocalContext *lc)
 
int ff_vvc_general_merge_flag (VVCLocalContext *lc)
 
int ff_vvc_merge_subblock_flag (VVCLocalContext *lc)
 
int ff_vvc_merge_subblock_idx (VVCLocalContext *lc, int max_num_subblock_merge_cand)
 
int ff_vvc_regular_merge_flag (VVCLocalContext *lc, int cu_skip_flag)
 
int ff_vvc_merge_idx (VVCLocalContext *lc)
 
int ff_vvc_mmvd_merge_flag (VVCLocalContext *lc)
 
int ff_vvc_mmvd_cand_flag (VVCLocalContext *lc)
 
void ff_vvc_mmvd_offset_coding (VVCLocalContext *lc, Mv *mvd_offset, int ph_mmvd_fullpel_only_flag)
 
int ff_vvc_ciip_flag (VVCLocalContext *lc)
 
int ff_vvc_merge_gpm_partition_idx (VVCLocalContext *lc)
 
int ff_vvc_merge_gpm_idx (VVCLocalContext *lc, int idx)
 
PredFlag ff_vvc_pred_flag (VVCLocalContext *lc, int is_b)
 
int ff_vvc_inter_affine_flag (VVCLocalContext *lc)
 
int ff_vvc_cu_affine_type_flag (VVCLocalContext *lc)
 
int ff_vvc_sym_mvd_flag (VVCLocalContext *lc)
 
int ff_vvc_ref_idx_lx (VVCLocalContext *lc, uint8_t nb_refs)
 
int ff_vvc_abs_mvd_greater0_flag (VVCLocalContext *lc)
 
int ff_vvc_abs_mvd_greater1_flag (VVCLocalContext *lc)
 
int ff_vvc_abs_mvd_minus2 (VVCLocalContext *lc)
 
int ff_vvc_mvd_sign_flag (VVCLocalContext *lc)
 
int ff_vvc_mvp_lx_flag (VVCLocalContext *lc)
 
int ff_vvc_amvr_shift (VVCLocalContext *lc, int inter_affine_flag, PredMode pred_mode, int has_amvr_flag)
 
int ff_vvc_bcw_idx (VVCLocalContext *lc, int no_backward_pred_flag)
 
int ff_vvc_tu_cb_coded_flag (VVCLocalContext *lc)
 
int ff_vvc_tu_cr_coded_flag (VVCLocalContext *lc, int tu_cb_coded_flag)
 
int ff_vvc_tu_y_coded_flag (VVCLocalContext *lc)
 
int ff_vvc_cu_chroma_qp_offset_flag (VVCLocalContext *lc)
 
int ff_vvc_cu_chroma_qp_offset_idx (VVCLocalContext *lc)
 
int ff_vvc_tu_joint_cbcr_residual_flag (VVCLocalContext *lc, int tu_cb_coded_flag, int tu_cr_coded_flag)
 
int ff_vvc_transform_skip_flag (VVCLocalContext *lc, int ctx)
 
int ff_vvc_residual_coding (VVCLocalContext *lc, TransformBlock *tb)
 
int ff_vvc_lfnst_idx (VVCLocalContext *lc, int inc)
 
int ff_vvc_mts_idx (VVCLocalContext *lc)
 
int ff_vvc_end_of_slice_flag_decode (VVCLocalContext *lc)
 
int ff_vvc_end_of_tile_one_bit (VVCLocalContext *lc)
 
int ff_vvc_end_of_subset_one_bit (VVCLocalContext *lc)
 

Function Documentation

◆ ff_vvc_cabac_init()

int ff_vvc_cabac_init ( VVCLocalContext lc,
int  ctu_idx,
int  rx,
int  ry 
)

Definition at line 842 of file cabac.c.

Referenced by ff_vvc_coding_tree_unit().

◆ ff_vvc_sao_merge_flag_decode()

int ff_vvc_sao_merge_flag_decode ( VVCLocalContext lc)

Definition at line 976 of file cabac.c.

Referenced by hls_sao().

◆ ff_vvc_sao_type_idx_decode()

int ff_vvc_sao_type_idx_decode ( VVCLocalContext lc)

Definition at line 981 of file cabac.c.

Referenced by hls_sao().

◆ ff_vvc_sao_band_position_decode()

int ff_vvc_sao_band_position_decode ( VVCLocalContext lc)

Definition at line 991 of file cabac.c.

Referenced by hls_sao().

◆ ff_vvc_sao_offset_abs_decode()

int ff_vvc_sao_offset_abs_decode ( VVCLocalContext lc)

Definition at line 1000 of file cabac.c.

Referenced by hls_sao().

◆ ff_vvc_sao_offset_sign_decode()

int ff_vvc_sao_offset_sign_decode ( VVCLocalContext lc)

Definition at line 1010 of file cabac.c.

Referenced by hls_sao().

◆ ff_vvc_sao_eo_class_decode()

int ff_vvc_sao_eo_class_decode ( VVCLocalContext lc)

Definition at line 1015 of file cabac.c.

Referenced by hls_sao().

◆ ff_vvc_alf_ctb_flag()

int ff_vvc_alf_ctb_flag ( VVCLocalContext lc,
int  rx,
int  ry,
int  c_idx 
)

Definition at line 1022 of file cabac.c.

Referenced by alf_params().

◆ ff_vvc_alf_use_aps_flag()

int ff_vvc_alf_use_aps_flag ( VVCLocalContext lc)

Definition at line 1037 of file cabac.c.

Referenced by alf_params().

◆ ff_vvc_alf_luma_prev_filter_idx()

int ff_vvc_alf_luma_prev_filter_idx ( VVCLocalContext lc)

Definition at line 1042 of file cabac.c.

Referenced by alf_params().

◆ ff_vvc_alf_luma_fixed_filter_idx()

int ff_vvc_alf_luma_fixed_filter_idx ( VVCLocalContext lc)

Definition at line 1047 of file cabac.c.

Referenced by alf_params().

◆ ff_vvc_alf_ctb_filter_alt_idx()

int ff_vvc_alf_ctb_filter_alt_idx ( VVCLocalContext lc,
int  c_idx,
int  num_chroma_filters 
)

Definition at line 1052 of file cabac.c.

Referenced by alf_params().

◆ ff_vvc_alf_ctb_cc_idc()

int ff_vvc_alf_ctb_cc_idc ( VVCLocalContext lc,
int  rx,
int  ry,
int  idx,
int  cc_filters_signalled 
)

Definition at line 1062 of file cabac.c.

Referenced by alf_params().

◆ ff_vvc_split_cu_flag()

int ff_vvc_split_cu_flag ( VVCLocalContext lc,
int  x0,
int  y0,
int  cb_width,
int  cb_height,
int  ch_type,
const VVCAllowedSplit a 
)

Definition at line 1084 of file cabac.c.

Referenced by hls_coding_tree().

◆ ff_vvc_split_mode()

VVCSplitMode ff_vvc_split_mode ( VVCLocalContext lc,
int  x0,
int  y0,
int  cb_width,
int  cb_height,
int  cqt_depth,
int  mtt_depth,
int  ch_type,
const VVCAllowedSplit a 
)

Definition at line 1162 of file cabac.c.

Referenced by hls_coding_tree().

◆ ff_vvc_non_inter_flag()

int ff_vvc_non_inter_flag ( VVCLocalContext lc,
int  x0,
int  y0,
int  ch_type 
)

Definition at line 1196 of file cabac.c.

Referenced by mode_type_decode().

◆ ff_vvc_pred_mode_flag()

int ff_vvc_pred_mode_flag ( VVCLocalContext lc,
int  is_chroma 
)

Definition at line 1206 of file cabac.c.

Referenced by pred_mode_decode().

◆ ff_vvc_pred_mode_plt_flag()

int ff_vvc_pred_mode_plt_flag ( VVCLocalContext lc)

Definition at line 1217 of file cabac.c.

Referenced by hls_coding_unit().

◆ ff_vvc_intra_bdpcm_luma_flag()

int ff_vvc_intra_bdpcm_luma_flag ( VVCLocalContext lc)

Definition at line 1222 of file cabac.c.

Referenced by intra_luma_pred_modes().

◆ ff_vvc_intra_bdpcm_luma_dir_flag()

int ff_vvc_intra_bdpcm_luma_dir_flag ( VVCLocalContext lc)

Definition at line 1227 of file cabac.c.

Referenced by intra_luma_pred_modes().

◆ ff_vvc_intra_bdpcm_chroma_flag()

int ff_vvc_intra_bdpcm_chroma_flag ( VVCLocalContext lc)

Definition at line 1232 of file cabac.c.

Referenced by intra_chroma_pred_modes().

◆ ff_vvc_intra_bdpcm_chroma_dir_flag()

int ff_vvc_intra_bdpcm_chroma_dir_flag ( VVCLocalContext lc)

Definition at line 1237 of file cabac.c.

Referenced by intra_chroma_pred_modes().

◆ ff_vvc_cu_skip_flag()

int ff_vvc_cu_skip_flag ( VVCLocalContext lc,
const uint8_t *  cu_skip_flag 
)

Definition at line 1242 of file cabac.c.

Referenced by pred_mode_decode().

◆ ff_vvc_pred_mode_ibc_flag()

int ff_vvc_pred_mode_ibc_flag ( VVCLocalContext lc,
int  ch_type 
)

Definition at line 1248 of file cabac.c.

Referenced by pred_mode_decode().

◆ ff_vvc_cu_coded_flag()

int ff_vvc_cu_coded_flag ( VVCLocalContext lc)

Definition at line 2415 of file cabac.c.

Referenced by hls_coding_unit().

◆ ff_vvc_cu_qp_delta_abs()

int ff_vvc_cu_qp_delta_abs ( VVCLocalContext lc)

Definition at line 1625 of file cabac.c.

Referenced by set_qp_y().

◆ ff_vvc_cu_qp_delta_sign_flag()

int ff_vvc_cu_qp_delta_sign_flag ( VVCLocalContext lc)

Definition at line 1653 of file cabac.c.

Referenced by set_qp_y().

◆ ff_vvc_sbt_flag()

int ff_vvc_sbt_flag ( VVCLocalContext lc)

Definition at line 2420 of file cabac.c.

Referenced by sbt_info().

◆ ff_vvc_sbt_quad_flag()

int ff_vvc_sbt_quad_flag ( VVCLocalContext lc)

Definition at line 2428 of file cabac.c.

Referenced by sbt_info().

◆ ff_vvc_sbt_horizontal_flag()

int ff_vvc_sbt_horizontal_flag ( VVCLocalContext lc)

Definition at line 2433 of file cabac.c.

Referenced by sbt_info().

◆ ff_vvc_sbt_pos_flag()

int ff_vvc_sbt_pos_flag ( VVCLocalContext lc)

Definition at line 2441 of file cabac.c.

Referenced by sbt_info().

◆ ff_vvc_intra_mip_flag()

int ff_vvc_intra_mip_flag ( VVCLocalContext lc,
const uint8_t *  intra_mip_flag 
)

Definition at line 1260 of file cabac.c.

Referenced by intra_luma_pred_modes().

◆ ff_vvc_intra_mip_transposed_flag()

int ff_vvc_intra_mip_transposed_flag ( VVCLocalContext lc)

Definition at line 1268 of file cabac.c.

Referenced by intra_luma_pred_modes().

◆ ff_vvc_intra_mip_mode()

int ff_vvc_intra_mip_mode ( VVCLocalContext lc)

Definition at line 1273 of file cabac.c.

Referenced by intra_luma_pred_modes().

◆ ff_vvc_intra_luma_ref_idx()

int ff_vvc_intra_luma_ref_idx ( VVCLocalContext lc)

Definition at line 1282 of file cabac.c.

Referenced by intra_luma_pred_modes().

◆ ff_vvc_intra_subpartitions_mode_flag()

int ff_vvc_intra_subpartitions_mode_flag ( VVCLocalContext lc)

Definition at line 1292 of file cabac.c.

Referenced by intra_luma_pred_modes().

◆ ff_vvc_isp_split_type()

enum IspType ff_vvc_isp_split_type ( VVCLocalContext lc,
int  intra_subpartitions_mode_flag 
)

Definition at line 1297 of file cabac.c.

Referenced by intra_luma_pred_modes().

◆ ff_vvc_intra_luma_mpm_flag()

int ff_vvc_intra_luma_mpm_flag ( VVCLocalContext lc)

Definition at line 1304 of file cabac.c.

Referenced by luma_intra_pred_mode().

◆ ff_vvc_intra_luma_not_planar_flag()

int ff_vvc_intra_luma_not_planar_flag ( VVCLocalContext lc,
int  intra_subpartitions_mode_flag 
)

Definition at line 1309 of file cabac.c.

Referenced by luma_intra_pred_mode().

◆ ff_vvc_intra_luma_mpm_idx()

int ff_vvc_intra_luma_mpm_idx ( VVCLocalContext lc)

Definition at line 1314 of file cabac.c.

Referenced by luma_intra_pred_mode().

◆ ff_vvc_intra_luma_mpm_remainder()

int ff_vvc_intra_luma_mpm_remainder ( VVCLocalContext lc)

Definition at line 1322 of file cabac.c.

Referenced by luma_intra_pred_mode().

◆ ff_vvc_cclm_mode_flag()

int ff_vvc_cclm_mode_flag ( VVCLocalContext lc)

Definition at line 1327 of file cabac.c.

Referenced by intra_chroma_pred_modes().

◆ ff_vvc_cclm_mode_idx()

int ff_vvc_cclm_mode_idx ( VVCLocalContext lc)

Definition at line 1332 of file cabac.c.

Referenced by intra_chroma_pred_modes().

◆ ff_vvc_intra_chroma_pred_mode()

int ff_vvc_intra_chroma_pred_mode ( VVCLocalContext lc)

Definition at line 1339 of file cabac.c.

Referenced by intra_chroma_pred_modes().

◆ ff_vvc_general_merge_flag()

int ff_vvc_general_merge_flag ( VVCLocalContext lc)

Definition at line 1346 of file cabac.c.

Referenced by inter_data().

◆ ff_vvc_merge_subblock_flag()

int ff_vvc_merge_subblock_flag ( VVCLocalContext lc)

Definition at line 1362 of file cabac.c.

Referenced by hls_merge_data().

◆ ff_vvc_merge_subblock_idx()

int ff_vvc_merge_subblock_idx ( VVCLocalContext lc,
int  max_num_subblock_merge_cand 
)

Definition at line 1368 of file cabac.c.

Referenced by merge_data_subblock().

◆ ff_vvc_regular_merge_flag()

int ff_vvc_regular_merge_flag ( VVCLocalContext lc,
int  cu_skip_flag 
)

Definition at line 1378 of file cabac.c.

Referenced by merge_data_block().

◆ ff_vvc_merge_idx()

int ff_vvc_merge_idx ( VVCLocalContext lc)

Definition at line 1436 of file cabac.c.

Referenced by merge_data_ciip(), merge_data_ibc(), and merge_data_regular().

◆ ff_vvc_mmvd_merge_flag()

int ff_vvc_mmvd_merge_flag ( VVCLocalContext lc)

Definition at line 1384 of file cabac.c.

Referenced by merge_data_regular().

◆ ff_vvc_mmvd_cand_flag()

int ff_vvc_mmvd_cand_flag ( VVCLocalContext lc)

Definition at line 1389 of file cabac.c.

Referenced by merge_data_regular().

◆ ff_vvc_mmvd_offset_coding()

void ff_vvc_mmvd_offset_coding ( VVCLocalContext lc,
Mv mvd_offset,
int  ph_mmvd_fullpel_only_flag 
)

Definition at line 1409 of file cabac.c.

Referenced by merge_data_regular().

◆ ff_vvc_ciip_flag()

int ff_vvc_ciip_flag ( VVCLocalContext lc)

Definition at line 1475 of file cabac.c.

Referenced by ciip_flag_decode().

◆ ff_vvc_merge_gpm_partition_idx()

int ff_vvc_merge_gpm_partition_idx ( VVCLocalContext lc)

Definition at line 1451 of file cabac.c.

Referenced by merge_data_gpm().

◆ ff_vvc_merge_gpm_idx()

int ff_vvc_merge_gpm_idx ( VVCLocalContext lc,
int  idx 
)

Definition at line 1461 of file cabac.c.

Referenced by merge_data_gpm().

◆ ff_vvc_pred_flag()

PredFlag ff_vvc_pred_flag ( VVCLocalContext lc,
int  is_b 
)

Definition at line 1480 of file cabac.c.

Referenced by mvp_data().

◆ ff_vvc_inter_affine_flag()

int ff_vvc_inter_affine_flag ( VVCLocalContext lc)

Definition at line 1495 of file cabac.c.

Referenced by mvp_data().

◆ ff_vvc_cu_affine_type_flag()

int ff_vvc_cu_affine_type_flag ( VVCLocalContext lc)

Definition at line 1501 of file cabac.c.

Referenced by mvp_data().

◆ ff_vvc_sym_mvd_flag()

int ff_vvc_sym_mvd_flag ( VVCLocalContext lc)

Definition at line 1506 of file cabac.c.

Referenced by mvp_data().

◆ ff_vvc_ref_idx_lx()

int ff_vvc_ref_idx_lx ( VVCLocalContext lc,
uint8_t  nb_refs 
)

Definition at line 1511 of file cabac.c.

Referenced by ref_idx_decode().

◆ ff_vvc_abs_mvd_greater0_flag()

int ff_vvc_abs_mvd_greater0_flag ( VVCLocalContext lc)

Definition at line 1526 of file cabac.c.

Referenced by hls_mvd_coding().

◆ ff_vvc_abs_mvd_greater1_flag()

int ff_vvc_abs_mvd_greater1_flag ( VVCLocalContext lc)

Definition at line 1531 of file cabac.c.

Referenced by hls_mvd_coding().

◆ ff_vvc_abs_mvd_minus2()

int ff_vvc_abs_mvd_minus2 ( VVCLocalContext lc)

Definition at line 1536 of file cabac.c.

Referenced by hls_mvd_coding().

◆ ff_vvc_mvd_sign_flag()

int ff_vvc_mvd_sign_flag ( VVCLocalContext lc)

Definition at line 1541 of file cabac.c.

Referenced by hls_mvd_coding().

◆ ff_vvc_mvp_lx_flag()

int ff_vvc_mvp_lx_flag ( VVCLocalContext lc)

Definition at line 1546 of file cabac.c.

Referenced by mvp_data(), and mvp_data_ibc().

◆ ff_vvc_amvr_shift()

int ff_vvc_amvr_shift ( VVCLocalContext lc,
int  inter_affine_flag,
PredMode  pred_mode,
int  has_amvr_flag 
)

Definition at line 1567 of file cabac.c.

Referenced by mvp_data(), and mvp_data_ibc().

◆ ff_vvc_bcw_idx()

int ff_vvc_bcw_idx ( VVCLocalContext lc,
int  no_backward_pred_flag 
)

Definition at line 1590 of file cabac.c.

Referenced by bcw_idx_decode().

◆ ff_vvc_tu_cb_coded_flag()

int ff_vvc_tu_cb_coded_flag ( VVCLocalContext lc)

Definition at line 1601 of file cabac.c.

Referenced by hls_transform_unit().

◆ ff_vvc_tu_cr_coded_flag()

int ff_vvc_tu_cr_coded_flag ( VVCLocalContext lc,
int  tu_cb_coded_flag 
)

Definition at line 1606 of file cabac.c.

Referenced by hls_transform_unit().

◆ ff_vvc_tu_y_coded_flag()

int ff_vvc_tu_y_coded_flag ( VVCLocalContext lc)

Definition at line 1611 of file cabac.c.

Referenced by tu_y_coded_flag_decode().

◆ ff_vvc_cu_chroma_qp_offset_flag()

int ff_vvc_cu_chroma_qp_offset_flag ( VVCLocalContext lc)

Definition at line 1658 of file cabac.c.

Referenced by chroma_qp_offset_decode().

◆ ff_vvc_cu_chroma_qp_offset_idx()

int ff_vvc_cu_chroma_qp_offset_idx ( VVCLocalContext lc)

Definition at line 1663 of file cabac.c.

Referenced by chroma_qp_offset_decode().

◆ ff_vvc_tu_joint_cbcr_residual_flag()

int ff_vvc_tu_joint_cbcr_residual_flag ( VVCLocalContext lc,
int  tu_cb_coded_flag,
int  tu_cr_coded_flag 
)

Definition at line 1717 of file cabac.c.

Referenced by hls_transform_unit().

◆ ff_vvc_transform_skip_flag()

int ff_vvc_transform_skip_flag ( VVCLocalContext lc,
int  ctx 
)

Definition at line 1722 of file cabac.c.

Referenced by hls_transform_unit().

◆ ff_vvc_residual_coding()

int ff_vvc_residual_coding ( VVCLocalContext lc,
TransformBlock tb 
)

Definition at line 2407 of file cabac.c.

Referenced by hls_transform_unit().

◆ ff_vvc_lfnst_idx()

int ff_vvc_lfnst_idx ( VVCLocalContext lc,
int  inc 
)

Definition at line 2446 of file cabac.c.

Referenced by lfnst_idx_decode().

◆ ff_vvc_mts_idx()

int ff_vvc_mts_idx ( VVCLocalContext lc)

Definition at line 2455 of file cabac.c.

Referenced by mts_idx_decode().

◆ ff_vvc_end_of_slice_flag_decode()

int ff_vvc_end_of_slice_flag_decode ( VVCLocalContext lc)

Definition at line 2465 of file cabac.c.

Referenced by hls_coding_tree_unit().

◆ ff_vvc_end_of_tile_one_bit()

int ff_vvc_end_of_tile_one_bit ( VVCLocalContext lc)

Definition at line 2470 of file cabac.c.

Referenced by hls_coding_tree_unit().

◆ ff_vvc_end_of_subset_one_bit()

int ff_vvc_end_of_subset_one_bit ( VVCLocalContext lc)

Definition at line 2475 of file cabac.c.

Referenced by hls_coding_tree_unit().