Home
last modified time | relevance | path

Searched refs:WMACoef (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwma.h58 typedef float WMACoef; ///< type for decoded coefficients, int16_t would be enough for wma… typedef
116 WMACoef coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
157 WMACoef *ptr, int offset, int num_coefs,
Dwmaenc.c233 WMACoef *coefs1; in encode_block()
309 WMACoef *ptr, *eptr; in encode_block()
Dwmadec.c592 WMACoef *ptr = &s->coefs1[ch][0]; in wma_decode_block()
598 memset(ptr, 0, s->block_len * sizeof(WMACoef)); in wma_decode_block()
621 WMACoef *coefs1; in wma_decode_block()
Dwma.c427 WMACoef *ptr, int offset, int num_coefs, in ff_wma_run_level_decode()