Searched defs:coef_idx (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | evrcdec.c | 381 int offset, i, coef_idx; in bl_intrp() local
|
H A D | bink.c | 866 int qp, quant_idx, coef_count, coef_idx[64]; in binkb_decode_plane() local 642 read_dct_coeffs(BinkContext *c, GetBitContext *gb, int32_t block[64], const uint8_t *scan, int *coef_count_, int coef_idx[64], int q) read_dct_coeffs() argument 738 unquantize_dct_coeffs(int32_t block[64], const uint32_t quant[64], int coef_count, int coef_idx[64], const uint8_t *scan) unquantize_dct_coeffs() argument 1032 int coordmap[64], quant_idx, coef_count, coef_idx[64]; bink_decode_plane() local [all...] |
H A D | aac.h | 167 int coef_idx; member 205 int coef_idx[8][4][TNS_MAX_ORDER]; member
|
Completed in 5 milliseconds