Lines Matching defs:block
1592 int16_t *block,
1731 ((type*)block)[j] = get_cabac_bypass_sign( CC, -1); \
1733 ((type*)block)[j] = (get_cabac_bypass_sign( CC, -qmul[j]) + 32) >> 6; \
1758 ((type*)block)[j] = get_cabac_bypass_sign( CC, -coeff_abs ); \
1760 ((type*)block)[j] = ((int)(get_cabac_bypass_sign( CC, -coeff_abs ) * qmul[j] + 32)) >> 6; \
1780 int16_t *block,
1785 decode_cabac_residual_internal(h, sl, block, cat, n, scantable, NULL, max_coeff, 1, 0);
1790 int16_t *block,
1795 decode_cabac_residual_internal(h, sl, block, cat, n, scantable, NULL, max_coeff, 1, 1);
1800 int16_t *block,
1806 decode_cabac_residual_internal(h, sl, block, cat, n, scantable, qmul, max_coeff, 0, 0);
1816 /* Partially inline the CABAC residual decode: inline the coded block flag.
1823 int16_t *block,
1828 /* read coded block flag */
1833 decode_cabac_residual_dc_internal(h, sl, block, cat, n, scantable, max_coeff);
1838 int16_t *block,
1842 /* read coded block flag */
1847 decode_cabac_residual_dc_internal_422(h, sl, block, cat, n, scantable, max_coeff);
1852 int16_t *block,
1858 /* read coded block flag */
1867 decode_cabac_residual_nondc_internal(h, sl, block, cat, n, scantable, qmul, max_coeff);