Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwma.h82 int coefs_start; ///< first coded coef member
H A Dwmadec.c544 n = s->coefs_end[bsize] - s->coefs_start; in wma_decode_block()
652 for (i = 0; i < s->coefs_start; i++) { in wma_decode_block()
683 exponents = s->exponents[ch] + (s->coefs_start << bsize >> esize); in wma_decode_block()
686 n = s->high_band_start[bsize] - s->coefs_start; in wma_decode_block()
724 for (i = 0; i < s->coefs_start; i++) in wma_decode_block()
H A Dwmaenc.c219 v = s->coefs_end[bsize] - s->coefs_start; in encode_block()
253 coefs += s->coefs_start; in encode_block()
H A Dwma.c200 s->coefs_start = 3; in ff_wma_init()
202 s->coefs_start = 0; in ff_wma_init()

Completed in 5 milliseconds