Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwmaenc.c233 // FIXME only set channel_coded when needed, instead of always in encode_block()
234 s->channel_coded[ch] = 1; in encode_block()
235 if (s->channel_coded[ch]) in encode_block()
240 if (s->channel_coded[ch]) { in encode_block()
268 int a = s->channel_coded[ch]; in encode_block()
284 if (s->channel_coded[ch]) { in encode_block()
302 if (s->channel_coded[ch]) { in encode_block()
315 if (s->channel_coded[ch]) { in encode_block()
H A Dwmadec.c516 s->channel_coded[ch] = a; in wma_decode_block()
551 if (s->channel_coded[ch]) { in wma_decode_block()
564 if (s->channel_coded[ch]) { in wma_decode_block()
587 if (s->channel_coded[ch]) { in wma_decode_block()
601 if (s->channel_coded[ch] && !s->exponents_initialized[ch]) in wma_decode_block()
607 if (s->channel_coded[ch]) { in wma_decode_block()
637 if (s->channel_coded[ch]) { in wma_decode_block()
738 if (s->channel_coded[ch]) { in wma_decode_block()
745 if (s->ms_stereo && s->channel_coded[1]) { in wma_decode_block()
749 if (!s->channel_coded[ in wma_decode_block()
[all...]
H A Dwma.h112 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded member

Completed in 3 milliseconds