Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwma.h84 int exponent_high_sizes[BLOCK_NB_SIZES]; member
Dwmadec.c536 n = s->exponent_high_sizes[bsize]; in wma_decode_block()
550 n = s->exponent_high_sizes[bsize]; in wma_decode_block()
642 n1 = s->exponent_high_sizes[bsize]; in wma_decode_block()
Dwma.c277 s->exponent_high_sizes[k] = j; in ff_wma_init()
Dwmaenc.c278 n = s->exponent_high_sizes[bsize]; in encode_block()