H A D | vp9block.c | 806 int nnz, const int16_t *scan, const int16_t (*nb)[2], in decode_coeffs_b_generic() 826 cache[scan[i]] = 0; in decode_coeffs_b_generic() 834 rc = scan[i]; in decode_coeffs_b_generic() 924 uint8_t (*p)[6][11], int nnz, const int16_t *scan, in decode_coeffs_b_8bpp() 929 nnz, scan, nb, band_counts, qmul); in decode_coeffs_b_8bpp() 934 uint8_t (*p)[6][11], int nnz, const int16_t *scan, in decode_coeffs_b32_8bpp() 939 nnz, scan, nb, band_counts, qmul); in decode_coeffs_b32_8bpp() 944 uint8_t (*p)[6][11], int nnz, const int16_t *scan, in decode_coeffs_b_16bpp() 949 nnz, scan, nb, band_counts, qmul); in decode_coeffs_b_16bpp() 954 uint8_t (*p)[6][11], int nnz, const int16_t *scan, in decode_coeffs_b32_16bpp() 803 decode_coeffs_b_generic(VP56RangeCoder *c, int16_t *coef, int n_coeffs, int is_tx32x32, int is8bitsperpixel, int bpp, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b_generic() argument 922 decode_coeffs_b_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b_8bpp() argument 932 decode_coeffs_b32_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b32_8bpp() argument 942 decode_coeffs_b_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b_16bpp() argument 952 decode_coeffs_b32_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b32_16bpp() argument [all...] |