Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmaenc.c226 s->channel_coded[ch] = 1; in encode_block()
227 if (s->channel_coded[ch]) in encode_block()
232 if (s->channel_coded[ch]) { in encode_block()
260 int a = s->channel_coded[ch]; in encode_block()
276 if (s->channel_coded[ch]) { in encode_block()
294 if (s->channel_coded[ch]) { in encode_block()
307 if (s->channel_coded[ch]) { in encode_block()
Dwmadec.c499 s->channel_coded[ch] = a; in wma_decode_block()
534 if (s->channel_coded[ch]) { in wma_decode_block()
547 if (s->channel_coded[ch]) { in wma_decode_block()
570 if (s->channel_coded[ch]) { in wma_decode_block()
584 if (s->channel_coded[ch] && !s->exponents_initialized[ch]) in wma_decode_block()
590 if (s->channel_coded[ch]) { in wma_decode_block()
620 if (s->channel_coded[ch]) { in wma_decode_block()
721 if (s->channel_coded[ch]) { in wma_decode_block()
728 if (s->ms_stereo && s->channel_coded[1]) { in wma_decode_block()
732 if (!s->channel_coded[0]) { in wma_decode_block()
[all …]
Dwma.h112 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded member