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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Deac3enc.c92 int first_cpl_coords[AC3_MAX_CHANNELS]; local
96 first_cpl_coords[ch] = 1;
101 if (first_cpl_coords[ch]) {
103 first_cpl_coords[ch] = 0;
106 first_cpl_coords[ch] = 1;
H A Dac3dec.h111 int first_cpl_coords[AC3_MAX_CHANNELS]; ///< first coupling coordinates states (firstcplcos) member in struct:__anon1853
H A Dac3dec.c950 s->first_cpl_coords[ch] = 1;
972 if ((s->eac3 && s->first_cpl_coords[ch]) || get_bits1(gbc)) {
974 s->first_cpl_coords[ch] = 0;
993 s->first_cpl_coords[ch] = 1;
H A Deac3dec.c602 s->first_cpl_coords[ch] = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Deac3enc.c98 int first_cpl_coords[AC3_MAX_CHANNELS]; local
102 first_cpl_coords[ch] = 1;
107 if (first_cpl_coords[ch]) {
109 first_cpl_coords[ch] = 0;
112 first_cpl_coords[ch] = 1;
H A Dac3dec.h126 int first_cpl_coords[AC3_MAX_CHANNELS]; ///< first coupling coordinates states (firstcplcos) member in struct:AC3DecodeContext
H A Dac3dec.c1023 s->first_cpl_coords[ch] = 1;
1045 if ((s->eac3 && s->first_cpl_coords[ch]) || get_bits1(gbc)) {
1047 s->first_cpl_coords[ch] = 0;
1066 s->first_cpl_coords[ch] = 1;
H A Deac3dec.c602 s->first_cpl_coords[ch] = 1;

Completed in 137 milliseconds