D | vp9block.c | 805 decode_coeffs_b_generic(VP56RangeCoder *c, int16_t *coef, int n_coeffs, in decode_coeffs_b_generic() argument 831 if (++i == n_coeffs) in decode_coeffs_b_generic() 919 } while (++i < n_coeffs); in decode_coeffs_b_generic() 924 static int decode_coeffs_b_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, in decode_coeffs_b_8bpp() argument 930 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 0, 1, 8, cnt, eob, p, in decode_coeffs_b_8bpp() 934 static int decode_coeffs_b32_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, in decode_coeffs_b32_8bpp() argument 940 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 1, 1, 8, cnt, eob, p, in decode_coeffs_b32_8bpp() 944 static int decode_coeffs_b_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, in decode_coeffs_b_16bpp() argument 950 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 0, 0, td->s->s.h.bpp, cnt, eob, p, in decode_coeffs_b_16bpp() 954 static int decode_coeffs_b32_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, in decode_coeffs_b32_16bpp() argument [all …]
|