Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwma.h89 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE]; member
H A Dwmadec.c556 s->high_band_coded[ch][i] = a; in wma_decode_block()
570 if (s->high_band_coded[ch][i]) { in wma_decode_block()
668 if (s->high_band_coded[ch][j]) { in wma_decode_block()
690 if (j >= 0 && s->high_band_coded[ch][j]) { in wma_decode_block()
H A Dwmaenc.c288 put_bits(&s->pb, 1, s->high_band_coded[ch][i] = 0); in encode_block()

Completed in 3 milliseconds