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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmalosslessdec.c159 int is_channel_coded[WMALL_MAX_CHANNELS]; member in struct:WmallDecodeCtx
688 if (!s->is_channel_coded[ich])
808 else if (s->is_channel_coded[0] || s->is_channel_coded[1]) {
928 s->is_channel_coded[i] = 1;
932 s->is_channel_coded[i] = get_bits1(&s->gb);
967 if (s->is_channel_coded[i]) {

Completed in 55 milliseconds