Home
last modified time | relevance | path

Searched refs:band_counts (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9block.c807 const int16_t *band_counts, int16_t *qmul) in decode_coeffs_b_generic()
809 int i = 0, band = 0, band_left = band_counts[band]; in decode_coeffs_b_generic()
825 band_left = band_counts[++band]; in decode_coeffs_b_generic()
910 band_left = band_counts[++band]; in decode_coeffs_b_generic()
925 const int16_t (*nb)[2], const int16_t *band_counts, in decode_coeffs_b_8bpp()
929 nnz, scan, nb, band_counts, qmul); in decode_coeffs_b_8bpp()
935 const int16_t (*nb)[2], const int16_t *band_counts, in decode_coeffs_b32_8bpp()
939 nnz, scan, nb, band_counts, qmul); in decode_coeffs_b32_8bpp()
945 const int16_t (*nb)[2], const int16_t *band_counts, in decode_coeffs_b_16bpp()
949 nnz, scan, nb, band_counts, qmu in decode_coeffs_b_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
982 static const int16_t band_counts[4][8] = { decode_coeffs() local
[all...]

Completed in 3 milliseconds