Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwma.h85 int exponent_high_bands[BLOCK_NB_SIZES][HIGH_BAND_MAX_SIZE]; member
Dwmadec.c542 nb_coefs[ch] -= s->exponent_high_bands[bsize][i]; in wma_decode_block()
649 n = s->exponent_high_bands[s->frame_len_bits - in wma_decode_block()
671 n = s->exponent_high_bands[s->frame_len_bits - in wma_decode_block()
Dwma.c275 s->exponent_high_bands[k][j++] = end - start; in ff_wma_init()
Dwmaenc.c282 nb_coefs[ch] -= s->exponent_high_bands[bsize][i]; in encode_block()