Searched refs:coefs_start (Results 1 – 4 of 4) sorted by relevance
527 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()
82 int coefs_start; ///< first coded coef member
198 s->coefs_start = 3; in ff_wma_init()200 s->coefs_start = 0; in ff_wma_init()
211 v = s->coefs_end[bsize] - s->coefs_start; in encode_block()245 coefs += s->coefs_start; in encode_block()