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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dwmaenc.c181 s->channel_coded[ch] = 1; //FIXME only set channel_coded when needed, instead of always
182 if (s->channel_coded[ch]) {
188 if (s->channel_coded[ch]) {
216 int a = s->channel_coded[ch];
232 if (s->channel_coded[ch]) {
251 if (s->channel_coded[ch]) {
265 if (s->channel_coded[ch]) {
H A Dwmadec.c504 s->channel_coded[ch] = a;
536 if (s->channel_coded[ch]) {
549 if (s->channel_coded[ch]) {
577 if (s->channel_coded[ch]) {
591 if (s->channel_coded[ch]) {
620 if (s->channel_coded[ch]) {
724 if (s->channel_coded[ch]) {
731 if (s->ms_stereo && s->channel_coded[1]) {
735 if (!s->channel_coded[0]) {
738 s->channel_coded[
[all...]
H A Dwma.h113 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded member in struct:WMACodecContext
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dwmaenc.c181 s->channel_coded[ch] = 1; //FIXME only set channel_coded when needed, instead of always
182 if (s->channel_coded[ch]) {
188 if (s->channel_coded[ch]) {
216 int a = s->channel_coded[ch];
232 if (s->channel_coded[ch]) {
251 if (s->channel_coded[ch]) {
265 if (s->channel_coded[ch]) {
H A Dwmadec.c504 s->channel_coded[ch] = a;
536 if (s->channel_coded[ch]) {
549 if (s->channel_coded[ch]) {
577 if (s->channel_coded[ch]) {
591 if (s->channel_coded[ch]) {
620 if (s->channel_coded[ch]) {
724 if (s->channel_coded[ch]) {
731 if (s->ms_stereo && s->channel_coded[1]) {
735 if (!s->channel_coded[0]) {
738 s->channel_coded[
[all...]
H A Dwma.h113 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded member in struct:WMACodecContext
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dwmaenc.c181 s->channel_coded[ch] = 1; //FIXME only set channel_coded when needed, instead of always
182 if (s->channel_coded[ch]) {
188 if (s->channel_coded[ch]) {
216 int a = s->channel_coded[ch];
232 if (s->channel_coded[ch]) {
251 if (s->channel_coded[ch]) {
265 if (s->channel_coded[ch]) {
H A Dwmadec.c504 s->channel_coded[ch] = a;
536 if (s->channel_coded[ch]) {
549 if (s->channel_coded[ch]) {
577 if (s->channel_coded[ch]) {
591 if (s->channel_coded[ch]) {
620 if (s->channel_coded[ch]) {
724 if (s->channel_coded[ch]) {
731 if (s->ms_stereo && s->channel_coded[1]) {
735 if (!s->channel_coded[0]) {
738 s->channel_coded[
[all...]
H A Dwma.h113 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded member in struct:WMACodecContext

Completed in 130 milliseconds