H A D | h264_cabac.c | 1559 int cat, int idx, int max_coeff, in get_cabac_cbf_ctx() 1594 const uint32_t *qmul, int max_coeff, in decode_cabac_residual_internal() 1668 if( !is_dc && max_coeff == 64 ) { in decode_cabac_residual_internal() 1676 last= max_coeff; \ in decode_cabac_residual_internal() 1681 if( last == max_coeff -1 ) {\ in decode_cabac_residual_internal() 1692 coeff_count = decode_significance(CC, max_coeff, significant_coeff_ctx_base, index, in decode_cabac_residual_internal() 1701 DECODE_SIGNIFICANCE(max_coeff - 1, last, last); in decode_cabac_residual_internal() 1714 if( max_coeff == 64 ) in decode_cabac_residual_internal() 1783 int max_coeff) in decode_cabac_residual_dc_internal() 1785 decode_cabac_residual_internal(h, sl, block, cat, n, scantable, NULL, max_coeff, in decode_cabac_residual_dc_internal() 1558 get_cabac_cbf_ctx(H264SliceContext *sl, int cat, int idx, int max_coeff, int is_dc) get_cabac_cbf_ctx() argument 1591 decode_cabac_residual_internal(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, const uint32_t *qmul, int max_coeff, int is_dc, int chroma422) decode_cabac_residual_internal() argument 1778 decode_cabac_residual_dc_internal(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, int max_coeff) decode_cabac_residual_dc_internal() argument 1788 decode_cabac_residual_dc_internal_422(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, int max_coeff) decode_cabac_residual_dc_internal_422() argument 1798 decode_cabac_residual_nondc_internal(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, const uint32_t *qmul, int max_coeff) decode_cabac_residual_nondc_internal() argument 1821 decode_cabac_residual_dc(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, int max_coeff) decode_cabac_residual_dc() argument 1837 decode_cabac_residual_dc_422(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, int max_coeff) decode_cabac_residual_dc_422() argument 1850 decode_cabac_residual_nondc(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, const uint32_t *qmul, int max_coeff) decode_cabac_residual_nondc() argument [all...] |