Home
last modified time | relevance | path

Searched refs:high_band_coded (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwma.h89 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE]; member
Dwmadec.c539 s->high_band_coded[ch][i] = a; in wma_decode_block()
553 if (s->high_band_coded[ch][i]) { in wma_decode_block()
651 if (s->high_band_coded[ch][j]) { in wma_decode_block()
673 if (j >= 0 && s->high_band_coded[ch][j]) { in wma_decode_block()
Dwmaenc.c280 put_bits(&s->pb, 1, s->high_band_coded[ch][i] = 0); in encode_block()