Lines Matching refs:max_coeff
1559 int cat, int idx, int max_coeff,
1594 const uint32_t *qmul, int max_coeff,
1668 if( !is_dc && max_coeff == 64 ) {
1676 last= max_coeff; \
1681 if( last == max_coeff -1 ) {\
1692 coeff_count = decode_significance(CC, max_coeff, significant_coeff_ctx_base, index,
1701 DECODE_SIGNIFICANCE(max_coeff - 1, last, last);
1714 if( max_coeff == 64 )
1783 int max_coeff)
1785 decode_cabac_residual_internal(h, sl, block, cat, n, scantable, NULL, max_coeff, 1, 0);
1793 int max_coeff)
1795 decode_cabac_residual_internal(h, sl, block, cat, n, scantable, NULL, max_coeff, 1, 1);
1804 int max_coeff)
1806 decode_cabac_residual_internal(h, sl, block, cat, n, scantable, qmul, max_coeff, 0, 0);
1826 int max_coeff)
1829 if( get_cabac( &sl->cabac, &sl->cabac_state[get_cabac_cbf_ctx(sl, cat, n, max_coeff, 1)]) == 0 ) {
1833 decode_cabac_residual_dc_internal(h, sl, block, cat, n, scantable, max_coeff);
1840 int max_coeff)
1843 if (get_cabac(&sl->cabac, &sl->cabac_state[get_cabac_cbf_ctx(sl, cat, n, max_coeff, 1)]) == 0) {
1847 decode_cabac_residual_dc_internal_422(h, sl, block, cat, n, scantable, max_coeff);
1856 int max_coeff)
1859 if( (cat != 5 || CHROMA444(h)) && get_cabac( &sl->cabac, &sl->cabac_state[get_cabac_cbf_ctx(sl, cat, n, max_coeff, 0)]) == 0) {
1860 if( max_coeff == 64 ) {
1867 decode_cabac_residual_nondc_internal(h, sl, block, cat, n, scantable, qmul, max_coeff);