Home
last modified time | relevance | path

Searched refs:num_excl_chan (Results 1 – 14 of 14) sorted by relevance

/dports/audio/faad/faad2-c626366/libfaad/
H A Dsyntax.c2333 uint8_t num_excl_chan = 7; in excluded_channels() local
2345 if (i >= MAX_CHANNELS - num_excl_chan - 7) in excluded_channels()
2347 for (i = num_excl_chan; i < num_excl_chan+7; i++) in excluded_channels()
2353 num_excl_chan += 7; in excluded_channels()
/dports/audio/aacgain/aacgain-1.8/aacgain/
H A Dsyntax.c2208 uint8_t num_excl_chan = 7; in excluded_channels() local
2220 for (i = num_excl_chan; i < num_excl_chan+7; i++) in excluded_channels()
2226 num_excl_chan += 7; in excluded_channels()
/dports/audio/aacgain/aacgain-1.8/faad2/libfaad/
H A Dsyntax.c2164 uint8_t num_excl_chan = 7; in excluded_channels() local
2176 for (i = num_excl_chan; i < num_excl_chan+7; i++) in excluded_channels()
2182 num_excl_chan += 7; in excluded_channels()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libfaad/libfaad/
H A Dsyntax.c2283 uint8_t num_excl_chan = 7; in excluded_channels() local
2295 for (i = num_excl_chan; i < num_excl_chan+7; i++) in excluded_channels()
2301 num_excl_chan += 7; in excluded_channels()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libfaad/
H A Dsyntax.c2284 uint8_t num_excl_chan = 7; in excluded_channels() local
2296 for (i = num_excl_chan; i < num_excl_chan+7; i++) in excluded_channels()
2302 num_excl_chan += 7; in excluded_channels()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/faad2/libfaad/
H A Dsyntax.c2283 uint8_t num_excl_chan = 7;
2295 for (i = num_excl_chan; i < num_excl_chan+7; i++)
2301 num_excl_chan += 7;
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/m4adecoder/libfaad/
H A Dsyntax.c2283 uint8_t num_excl_chan = 7; in excluded_channels() local
2295 for (i = num_excl_chan; i < num_excl_chan+7; i++) in excluded_channels()
2301 num_excl_chan += 7; in excluded_channels()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Daacdec.c2171 int num_excl_chan = 0; in decode_drc_channel_exclusions() local
2175 che_drc->exclude_mask[num_excl_chan++] = get_bits1(gb); in decode_drc_channel_exclusions()
2176 } while (num_excl_chan < MAX_CHANNELS - 7 && get_bits1(gb)); in decode_drc_channel_exclusions()
2178 return num_excl_chan / 7; in decode_drc_channel_exclusions()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Daacdec.c2171 int num_excl_chan = 0; in decode_drc_channel_exclusions() local
2175 che_drc->exclude_mask[num_excl_chan++] = get_bits1(gb); in decode_drc_channel_exclusions()
2176 } while (num_excl_chan < MAX_CHANNELS - 7 && get_bits1(gb)); in decode_drc_channel_exclusions()
2178 return num_excl_chan / 7; in decode_drc_channel_exclusions()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Daacdec_template.c2431 int num_excl_chan = 0; local
2435 che_drc->exclude_mask[num_excl_chan++] = get_bits1(gb);
2436 } while (num_excl_chan < MAX_CHANNELS - 7 && get_bits1(gb));
2438 return num_excl_chan / 7;
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Daacdec_template.c2326 int num_excl_chan = 0; local
2330 che_drc->exclude_mask[num_excl_chan++] = get_bits1(gb);
2331 } while (num_excl_chan < MAX_CHANNELS - 7 && get_bits1(gb));
2333 return num_excl_chan / 7;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Daacdec_template.c2328 int num_excl_chan = 0; local
2332 che_drc->exclude_mask[num_excl_chan++] = get_bits1(gb);
2333 } while (num_excl_chan < MAX_CHANNELS - 7 && get_bits1(gb));
2335 return num_excl_chan / 7;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Daacdec_template.c2427 int num_excl_chan = 0; local
2431 che_drc->exclude_mask[num_excl_chan++] = get_bits1(gb);
2432 } while (num_excl_chan < MAX_CHANNELS - 7 && get_bits1(gb));
2434 return num_excl_chan / 7;
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Daacdec_template.c2426 int num_excl_chan = 0; local
2430 che_drc->exclude_mask[num_excl_chan++] = get_bits1(gb);
2431 } while (num_excl_chan < MAX_CHANNELS - 7 && get_bits1(gb));
2433 return num_excl_chan / 7;