Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmadec.c527 n = s->coefs_end[bsize] - s->coefs_start; in wma_decode_block()
635 for (i = 0; i < s->coefs_start; i++) { in wma_decode_block()
666 exponents = s->exponents[ch] + (s->coefs_start << bsize >> esize); in wma_decode_block()
669 n = s->high_band_start[bsize] - s->coefs_start; in wma_decode_block()
707 for (i = 0; i < s->coefs_start; i++) in wma_decode_block()
Dwma.h82 int coefs_start; ///< first coded coef member
Dwma.c198 s->coefs_start = 3; in ff_wma_init()
200 s->coefs_start = 0; in ff_wma_init()
Dwmaenc.c211 v = s->coefs_end[bsize] - s->coefs_start; in encode_block()
245 coefs += s->coefs_start; in encode_block()