FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/common.h"
#include "cabac_functions.h"
#include "hevc.h"
Go to the source code of this file.
Macros | |
#define | CABAC_MAX_BIN 100 |
#define | CNU 154 |
#define | GET_CABAC(ctx) get_cabac(&s->HEVClc->cc, &s->HEVClc->cabac_state[ctx]) |
#define | LAST_SIG_COEFF(elem) |
#define | GET_COORD(offset, n) |
Variables | |
static const int8_t | num_bins_in_se [] |
number of bin by SyntaxElement. | |
static const int | elem_offset [sizeof(num_bins_in_se)] |
Offset to ctxIdx 0 in init_values and states, indexed by SyntaxElement. | |
static const uint8_t | init_values [3][HEVC_CONTEXTS] |
Indexed by init_type. | |
static const uint8_t | scan_1x1 [1] |
static const uint8_t | horiz_scan2x2_x [4] |
static const uint8_t | horiz_scan2x2_y [4] |
static const uint8_t | horiz_scan4x4_x [16] |
static const uint8_t | horiz_scan4x4_y [16] |
static const uint8_t | horiz_scan8x8_inv [8][8] |
static const uint8_t | diag_scan4x1_x [4] |
static const uint8_t | diag_scan1x4_y [4] |
static const uint8_t | diag_scan2x2_x [4] |
static const uint8_t | diag_scan2x2_y [4] |
static const uint8_t | diag_scan2x2_inv [2][2] |
static const uint8_t | diag_scan8x2_x [16] |
static const uint8_t | diag_scan8x2_y [16] |
static const uint8_t | diag_scan8x2_inv [2][8] |
static const uint8_t | diag_scan2x8_x [16] |
static const uint8_t | diag_scan2x8_y [16] |
static const uint8_t | diag_scan2x8_inv [8][2] |
const uint8_t | ff_hevc_diag_scan4x4_x [16] |
const uint8_t | ff_hevc_diag_scan4x4_y [16] |
static const uint8_t | diag_scan4x4_inv [4][4] |
const uint8_t | ff_hevc_diag_scan8x8_x [64] |
const uint8_t | ff_hevc_diag_scan8x8_y [64] |
static const uint8_t | diag_scan8x8_inv [8][8] |
#define CABAC_MAX_BIN 100 |
Definition at line 30 of file hevc_cabac.c.
Referenced by coeff_abs_level_remaining_decode(), ff_hevc_cu_qp_delta_abs(), and mvd_decode().
#define CNU 154 |
Definition at line 130 of file hevc_cabac.c.
Definition at line 598 of file hevc_cabac.c.
Referenced by abs_mvd_greater0_flag_decode(), abs_mvd_greater1_flag_decode(), coeff_abs_level_greater1_flag_decode(), coeff_abs_level_greater2_flag_decode(), ff_hevc_cbf_cb_cr_decode(), ff_hevc_cbf_luma_decode(), ff_hevc_cu_qp_delta_abs(), ff_hevc_cu_transquant_bypass_flag_decode(), ff_hevc_inter_pred_idc_decode(), ff_hevc_intra_chroma_pred_mode_decode(), ff_hevc_merge_flag_decode(), ff_hevc_merge_idx_decode(), ff_hevc_mvp_lx_flag_decode(), ff_hevc_no_residual_syntax_flag_decode(), ff_hevc_part_mode_decode(), ff_hevc_pred_mode_decode(), ff_hevc_prev_intra_luma_pred_flag_decode(), ff_hevc_ref_idx_lx_decode(), ff_hevc_sao_merge_flag_decode(), ff_hevc_sao_type_idx_decode(), ff_hevc_skip_flag_decode(), ff_hevc_split_coding_unit_flag_decode(), ff_hevc_split_transform_flag_decode(), ff_hevc_transform_skip_flag_decode(), significant_coeff_flag_decode(), and significant_coeff_group_flag_decode().
#define LAST_SIG_COEFF | ( | elem | ) |
Definition at line 904 of file hevc_cabac.c.
Referenced by last_significant_coeff_x_prefix_decode(), and last_significant_coeff_y_prefix_decode().
Referenced by ff_hevc_hls_residual_coding().
void ff_hevc_save_states | ( | HEVCContext * | s, |
int | ctb_addr_ts | ||
) |
Definition at line 504 of file hevc_cabac.c.
Referenced by hls_decode_entry(), and hls_decode_entry_wpp().
|
static |
Definition at line 514 of file hevc_cabac.c.
Referenced by ff_hevc_cabac_init().
|
static |
Definition at line 519 of file hevc_cabac.c.
Referenced by ff_hevc_cabac_init().
|
static |
Definition at line 524 of file hevc_cabac.c.
Referenced by ff_hevc_cabac_init().
|
static |
Definition at line 534 of file hevc_cabac.c.
Referenced by ff_hevc_cabac_init().
void ff_hevc_cabac_init | ( | HEVCContext * | s, |
int | ctb_addr_ts | ||
) |
Definition at line 555 of file hevc_cabac.c.
Referenced by hls_decode_entry(), and hls_decode_entry_wpp().
int ff_hevc_sao_merge_flag_decode | ( | HEVCContext * | s | ) |
Definition at line 600 of file hevc_cabac.c.
Referenced by hls_sao_param().
int ff_hevc_sao_type_idx_decode | ( | HEVCContext * | s | ) |
Definition at line 605 of file hevc_cabac.c.
Referenced by hls_sao_param().
int ff_hevc_sao_band_position_decode | ( | HEVCContext * | s | ) |
Definition at line 615 of file hevc_cabac.c.
Referenced by hls_sao_param().
int ff_hevc_sao_offset_abs_decode | ( | HEVCContext * | s | ) |
Definition at line 625 of file hevc_cabac.c.
Referenced by hls_sao_param().
int ff_hevc_sao_offset_sign_decode | ( | HEVCContext * | s | ) |
Definition at line 635 of file hevc_cabac.c.
Referenced by hls_sao_param().
int ff_hevc_sao_eo_class_decode | ( | HEVCContext * | s | ) |
Definition at line 640 of file hevc_cabac.c.
Referenced by hls_sao_param().
int ff_hevc_end_of_slice_flag_decode | ( | HEVCContext * | s | ) |
Definition at line 647 of file hevc_cabac.c.
Referenced by hls_coding_quadtree().
int ff_hevc_cu_transquant_bypass_flag_decode | ( | HEVCContext * | s | ) |
Definition at line 652 of file hevc_cabac.c.
Referenced by hls_coding_unit().
int ff_hevc_skip_flag_decode | ( | HEVCContext * | s, |
int | x0, | ||
int | y0, | ||
int | x_cb, | ||
int | y_cb | ||
) |
Definition at line 657 of file hevc_cabac.c.
Referenced by hls_coding_unit().
int ff_hevc_cu_qp_delta_abs | ( | HEVCContext * | s | ) |
Definition at line 672 of file hevc_cabac.c.
Referenced by hls_transform_unit().
int ff_hevc_cu_qp_delta_sign_flag | ( | HEVCContext * | s | ) |
Definition at line 697 of file hevc_cabac.c.
Referenced by hls_transform_unit().
int ff_hevc_pred_mode_decode | ( | HEVCContext * | s | ) |
Definition at line 702 of file hevc_cabac.c.
Referenced by hls_coding_unit().
int ff_hevc_split_coding_unit_flag_decode | ( | HEVCContext * | s, |
int | ct_depth, | ||
int | x0, | ||
int | y0 | ||
) |
Definition at line 707 of file hevc_cabac.c.
Referenced by hls_coding_quadtree().
int ff_hevc_part_mode_decode | ( | HEVCContext * | s, |
int | log2_cb_size | ||
) |
Definition at line 725 of file hevc_cabac.c.
Referenced by hls_coding_unit().
int ff_hevc_pcm_flag_decode | ( | HEVCContext * | s | ) |
Definition at line 762 of file hevc_cabac.c.
Referenced by hls_coding_unit().
int ff_hevc_prev_intra_luma_pred_flag_decode | ( | HEVCContext * | s | ) |
Definition at line 767 of file hevc_cabac.c.
Referenced by intra_prediction_unit().
int ff_hevc_mpm_idx_decode | ( | HEVCContext * | s | ) |
Definition at line 772 of file hevc_cabac.c.
Referenced by intra_prediction_unit().
int ff_hevc_rem_intra_luma_pred_mode_decode | ( | HEVCContext * | s | ) |
Definition at line 780 of file hevc_cabac.c.
Referenced by intra_prediction_unit().
int ff_hevc_intra_chroma_pred_mode_decode | ( | HEVCContext * | s | ) |
Definition at line 790 of file hevc_cabac.c.
Referenced by intra_prediction_unit().
int ff_hevc_merge_idx_decode | ( | HEVCContext * | s | ) |
Definition at line 801 of file hevc_cabac.c.
Referenced by hls_prediction_unit().
int ff_hevc_merge_flag_decode | ( | HEVCContext * | s | ) |
Definition at line 812 of file hevc_cabac.c.
Referenced by hls_prediction_unit().
int ff_hevc_inter_pred_idc_decode | ( | HEVCContext * | s, |
int | nPbW, | ||
int | nPbH | ||
) |
Definition at line 817 of file hevc_cabac.c.
Referenced by hls_prediction_unit().
int ff_hevc_ref_idx_lx_decode | ( | HEVCContext * | s, |
int | num_ref_idx_lx | ||
) |
Definition at line 827 of file hevc_cabac.c.
Referenced by hls_prediction_unit().
int ff_hevc_mvp_lx_flag_decode | ( | HEVCContext * | s | ) |
Definition at line 843 of file hevc_cabac.c.
Referenced by hls_prediction_unit().
int ff_hevc_no_residual_syntax_flag_decode | ( | HEVCContext * | s | ) |
Definition at line 848 of file hevc_cabac.c.
Referenced by hls_coding_unit().
|
static |
Definition at line 853 of file hevc_cabac.c.
Referenced by ff_hevc_hls_mvd_coding().
|
static |
Definition at line 858 of file hevc_cabac.c.
Referenced by ff_hevc_hls_mvd_coding().
|
static |
Definition at line 863 of file hevc_cabac.c.
Referenced by ff_hevc_hls_mvd_coding().
|
static |
Definition at line 879 of file hevc_cabac.c.
Referenced by ff_hevc_hls_mvd_coding().
int ff_hevc_split_transform_flag_decode | ( | HEVCContext * | s, |
int | log2_trafo_size | ||
) |
Definition at line 884 of file hevc_cabac.c.
Referenced by hls_transform_tree().
int ff_hevc_cbf_cb_cr_decode | ( | HEVCContext * | s, |
int | trafo_depth | ||
) |
Definition at line 889 of file hevc_cabac.c.
Referenced by hls_transform_tree().
int ff_hevc_cbf_luma_decode | ( | HEVCContext * | s, |
int | trafo_depth | ||
) |
Definition at line 894 of file hevc_cabac.c.
Referenced by hls_transform_tree().
int ff_hevc_transform_skip_flag_decode | ( | HEVCContext * | s, |
int | c_idx | ||
) |
Definition at line 899 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 921 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 927 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 933 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 945 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 954 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 1006 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 1015 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 1023 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 1048 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
void ff_hevc_hls_residual_coding | ( | HEVCContext * | s, |
int | x0, | ||
int | y0, | ||
int | log2_trafo_size, | ||
enum ScanType | scan_idx, | ||
int | c_idx | ||
) |
Definition at line 1058 of file hevc_cabac.c.
Referenced by hls_transform_unit().
void ff_hevc_hls_mvd_coding | ( | HEVCContext * | s, |
int | x0, | ||
int | y0, | ||
int | log2_cb_size | ||
) |
Definition at line 1401 of file hevc_cabac.c.
Referenced by hls_prediction_unit().
|
static |
number of bin by SyntaxElement.
Definition at line 35 of file hevc_cabac.c.
|
static |
Offset to ctxIdx 0 in init_values and states, indexed by SyntaxElement.
Definition at line 84 of file hevc_cabac.c.
Referenced by abs_mvd_greater0_flag_decode(), abs_mvd_greater1_flag_decode(), coeff_abs_level_greater1_flag_decode(), coeff_abs_level_greater2_flag_decode(), ff_hevc_cbf_cb_cr_decode(), ff_hevc_cbf_luma_decode(), ff_hevc_cu_qp_delta_abs(), ff_hevc_cu_transquant_bypass_flag_decode(), ff_hevc_inter_pred_idc_decode(), ff_hevc_intra_chroma_pred_mode_decode(), ff_hevc_merge_flag_decode(), ff_hevc_merge_idx_decode(), ff_hevc_mvp_lx_flag_decode(), ff_hevc_no_residual_syntax_flag_decode(), ff_hevc_part_mode_decode(), ff_hevc_pred_mode_decode(), ff_hevc_prev_intra_luma_pred_flag_decode(), ff_hevc_ref_idx_lx_decode(), ff_hevc_sao_merge_flag_decode(), ff_hevc_sao_type_idx_decode(), ff_hevc_skip_flag_decode(), ff_hevc_split_coding_unit_flag_decode(), ff_hevc_split_transform_flag_decode(), ff_hevc_transform_skip_flag_decode(), significant_coeff_flag_decode(), and significant_coeff_group_flag_decode().
|
static |
Indexed by init_type.
Definition at line 134 of file hevc_cabac.c.
Referenced by cabac_init_state().
|
static |
Definition at line 332 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 336 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 340 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 344 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 351 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 358 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 369 of file hevc_cabac.c.
|
static |
Definition at line 373 of file hevc_cabac.c.
|
static |
Definition at line 377 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 381 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 385 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
|
static |
Definition at line 390 of file hevc_cabac.c.
|
static |
Definition at line 397 of file hevc_cabac.c.
|
static |
Definition at line 404 of file hevc_cabac.c.
|
static |
Definition at line 409 of file hevc_cabac.c.
|
static |
Definition at line 416 of file hevc_cabac.c.
|
static |
Definition at line 423 of file hevc_cabac.c.
const uint8_t ff_hevc_diag_scan4x4_x[16] |
Definition at line 434 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding(), and scaling_list_data().
const uint8_t ff_hevc_diag_scan4x4_y[16] |
Definition at line 441 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding(), and scaling_list_data().
|
static |
Definition at line 448 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().
const uint8_t ff_hevc_diag_scan8x8_x[64] |
Definition at line 455 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding(), and scaling_list_data().
const uint8_t ff_hevc_diag_scan8x8_y[64] |
Definition at line 474 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding(), and scaling_list_data().
|
static |
Definition at line 493 of file hevc_cabac.c.
Referenced by ff_hevc_hls_residual_coding().