Home
last modified time | relevance | path

Searched refs:max_band (Results 1 – 25 of 90) sorted by relevance

1234

/dports/science/siesta/siesta-4.1.5/Util/Bands/
H A Deigfat2plot.f9023 integer :: max_band = huge(1) variable
47 read(opt_arg,*) max_band
79 if (.not. max_band_set) max_band = nband
89 if (max_band_set .and. (max_band > nband)) then
90 …print "(a,2i5)", " ** Max_band is too large for some k-points: (max_band, nband):", max_band, nband
92 max_band = nband
94 if (max_band_set .and. (max_band < max(1,min_band))) then
95 …Max_band is less than the effective min_band: (max_band, eff min_band):", max_band, max(1,min_band)
100 print *, "# min_band, max_band: ", min_band, max_band
122 do ib = min_band, max_band
H A Dgnubands.f9045 integer :: max_band = huge(1) variable
95 read(opt_arg,*) max_band
160 if ( max_band > nband ) then
162 write(0,"(a,2i5)") " ** Max_band is too large (max_band, nband):", max_band, nband
165 max_band = nband
167 if (max_band_set .and. (max_band < max(1,min_band))) then
169 max_band, max(1,min_band)
205 nbands = max_band - min_band + 1
253 write(iout,"(a,2i6)") '# Using min_band, max_band = ', min_band, max_band
262 do ib = min_band, max_band
/dports/graphics/vips/vips-8.12.0/libvips/conversion/
H A Dcomposite.cpp374 max_band[0] = 100; in vips_composite_base_max_band()
375 max_band[1] = 128; in vips_composite_base_max_band()
376 max_band[2] = 128; in vips_composite_base_max_band()
380 max_band[0] = 100; in vips_composite_base_max_band()
381 max_band[1] = 128; in vips_composite_base_max_band()
382 max_band[2] = 360; in vips_composite_base_max_band()
392 max_band[0] = 1; in vips_composite_base_max_band()
393 max_band[1] = 1; in vips_composite_base_max_band()
394 max_band[2] = 1; in vips_composite_base_max_band()
428 max_band[1] = 1; in vips_composite_base_max_band()
[all …]
/dports/science/siesta/siesta-4.1.5/Util/Eig2DOS/
H A DEig2DOS.f9066 integer :: max_band = 0 variable
95 read(opt_arg,*) max_band
191 if (max_band == 0) max_band = nband
193 if (min_band > max_band) STOP "min_band > max_band"
194 if (max_band > nband) then
208 write(*,"(2(a,i0))") "# Selected bands: ", min_band ," to: ", max_band
214 emin_file = min(emin_file,minval(eig(min_band:max_band,1:nspin_blocks)))
215 emax_file = max(emax_file,maxval(eig(min_band:max_band,1:nspin_blocks)))
255 do ib = min_band, max_band
/dports/science/siesta/siesta-4.1.5/Util/COOP/
H A Dfat.f9041 integer :: max_band = huge(1) variable
75 read(opt_arg,*) max_band
158 if ((iw>=min_band).and.(iw<=max_band)) then
176 max_band = nwfmin
188 if (max_band_set .and. (max_band > nwfmin)) then
191 max_band = nwfmin
193 if (max_band_set .and. (max_band < min_band)) then
201 print "(a,3i4)", "Band set used: (min, max):", min_band, max_band
354 nbands = max_band - min_band + 1
453 write(fat_u,"(a,2i5)") "# " // trim(sflnm) // " min_band, max_band: ", min_band, max_band
[all …]
H A Dspin_texture.f9028 integer :: max_band = huge(1) variable
59 read(opt_arg,*) max_band
143 if ((iw>=min_band).and.(iw<=max_band)) then
167 if (max_band_set .and. (max_band > nwfmin)) then
168 …e(0,"(a,2i5)") " ** Max_band is too large for some k-points: (max_band, nwfmin):", max_band, nwfmin
171 if (max_band_set .and. (max_band < max(1,min_band))) then
173 "(max_band, eff min_band):", max_band, max(1,min_band)
182 max(1,min_band), min(nwfmin,max_band), min(nwfmx,max_band)
360 if (iw < min_band .or. iw > max_band) then
H A Dmprop.f9046 integer :: max_band = huge(1) variable
89 read(opt_arg,*) max_band
183 if ((iw>=min_band).and.(iw<=max_band)) then
209 if (max_band_set .and. (max_band > nwfmin)) then
210 …int "(a,2i5)", " ** Max_band is too large for some k-points: (max_band, nwfmin):", max_band, nwfmin
213 if (max_band_set .and. (max_band < max(1,min_band))) then
214 …Max_band is less than the effective min_band: (max_band, eff min_band):", max_band, max(1,min_band)
222 max(1,min_band), min(nwfmin,max_band), min(nwfmx,max_band)
287 if ( (iw>=min_band) .and. (iw<=max_band)) then
649 if ( (iw<min_band) .or. (iw>max_band)) then
/dports/databases/grass7/grass-7.8.6/raster/r.external/
H A Dmain.c49 int min_band, max_band, band; in main() local
215 min_band = max_band = atoi(parm.band->answer); in main()
217 min_band = 1, max_band = GDALGetRasterCount(hDS); in main()
221 if (max_band > min_band) { in main()
228 for (band = min_band; band <= max_band; band++) { in main()
238 if (max_band > min_band) { in main()
266 if (max_band > min_band) { in main()
/dports/science/siesta/siesta-4.1.5/Util/WFS/
H A Dreadwfx.f9055 integer :: max_band = huge(1) variable
82 read(opt_arg,*) max_band
161 if ((iw>=min_band).and.(iw<=max_band)) then
256 (iw < min_band) .or. (iw > max_band)) then
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/musepack/
H A Dstreaminfo.c101 if (si->max_band == 0 || si->max_band >= 32 in check_streaminfo()
118 si->max_band = mpc_bits_read(r, 6); in streaminfo_read_header_sv7()
205 si->max_band = mpc_bits_read(&r, 5) + 1; in streaminfo_read_header_sv8()
/dports/emulators/mednafen/mednafen/src/mpcdec/
H A Dstreaminfo.c101 if (si->max_band == 0 || si->max_band >= 32 in check_streaminfo()
117 si->max_band = mpc_bits_read(r, 6); in streaminfo_read_header_sv7()
205 si->max_band = mpc_bits_read(&r, 5) + 1; in streaminfo_read_header_sv8()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libmpcdec/
H A Dstreaminfo.c119 if (si->max_band == 0 || si->max_band >= 32 in check_streaminfo()
136 si->max_band = mpc_bits_read(r, 6); in streaminfo_read_header_sv7()
223 si->max_band = mpc_bits_read(&r, 5) + 1; in streaminfo_read_header_sv8()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libmpcdec/
H A Dstreaminfo.c119 if (si->max_band == 0 || si->max_band >= 32 in check_streaminfo()
136 si->max_band = mpc_bits_read(r, 6); in streaminfo_read_header_sv7()
223 si->max_band = mpc_bits_read(&r, 5) + 1; in streaminfo_read_header_sv8()
/dports/audio/musepack/musepack_src_r475/libmpcdec/
H A Dstreaminfo.c101 if (si->max_band == 0 || si->max_band >= 32 in check_streaminfo()
118 si->max_band = mpc_bits_read(r, 6); in streaminfo_read_header_sv7()
206 si->max_band = mpc_bits_read(&r, 5) + 1; in streaminfo_read_header_sv8()
/dports/audio/musepack/musepack_src_r475/mpc2sv8/
H A Dmpc2sv8.c71 for( i = 0; i <= d->max_band; i++){ in datacpy()
148 writeStreamInfo( &e, si.max_band, si.ms > 0, si.samples, 0, si.sample_freq, in convert()
170 writeBitstream_SV8 ( &e, si.max_band); // write SV8-Bitstream in convert()
190 writeStreamInfo( &e, si.max_band, si.ms > 0, demux->d->samples, 0, in convert()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/
H A Dminimp3.h911 static void L3_stereo_top_band(const float *right, const uint8_t *sfb, int nbands, int max_band[3]) in L3_stereo_top_band()
915 max_band[0] = max_band[1] = max_band[2] = -1; in L3_stereo_top_band()
923 max_band[i % 3] = i; in L3_stereo_top_band()
931 …eft, const uint8_t *ist_pos, const uint8_t *sfb, const uint8_t *hdr, int max_band[3], int mpeg2_sh) in L3_stereo_process()
939 if ((int)i > max_band[i % 3] && ipos < max_pos) in L3_stereo_process()
967 int max_band[3], n_sfb = gr->n_long_sfb + gr->n_short_sfb; in L3_intensity_stereo() local
970 L3_stereo_top_band(left + 576, gr->sfbtab, n_sfb, max_band); in L3_intensity_stereo()
973max_band[0] = max_band[1] = max_band[2] = MINIMP3_MAX(MINIMP3_MAX(max_band[0], max_band[1]), max_b… in L3_intensity_stereo()
980 ist_pos[itop] = max_band[i] >= prev ? default_pos : ist_pos[prev]; in L3_intensity_stereo()
982 L3_stereo_process(left, ist_pos, gr->sfbtab, hdr, max_band, gr[1].scalefac_compress & 1); in L3_intensity_stereo()
/dports/emulators/mess/mame-mame0226/3rdparty/minimp3/
H A Dminimp3.h866 static void L3_stereo_top_band(const float *right, const uint8_t *sfb, int nbands, int max_band[3]) in L3_stereo_top_band()
870 max_band[0] = max_band[1] = max_band[2] = -1; in L3_stereo_top_band()
878 max_band[i % 3] = i; in L3_stereo_top_band()
886 …eft, const uint8_t *ist_pos, const uint8_t *sfb, const uint8_t *hdr, int max_band[3], int mpeg2_sh) in L3_stereo_process()
894 if ((int)i > max_band[i % 3] && ipos < max_pos) in L3_stereo_process()
922 int max_band[3], n_sfb = gr->n_long_sfb + gr->n_short_sfb; in L3_intensity_stereo() local
925 L3_stereo_top_band(left + 576, gr->sfbtab, n_sfb, max_band); in L3_intensity_stereo()
928max_band[0] = max_band[1] = max_band[2] = MINIMP3_MAX(MINIMP3_MAX(max_band[0], max_band[1]), max_b… in L3_intensity_stereo()
935 ist_pos[itop] = max_band[i] >= prev ? default_pos : ist_pos[prev]; in L3_intensity_stereo()
937 L3_stereo_process(left, ist_pos, gr->sfbtab, hdr, max_band, gr[1].scalefac_compress & 1); in L3_intensity_stereo()
/dports/audio/carla/Carla-2.4.1/source/modules/audio_decoder/
H A Dminimp3.h909 static void L3_stereo_top_band(const float *right, const uint8_t *sfb, int nbands, int max_band[3]) in L3_stereo_top_band()
913 max_band[0] = max_band[1] = max_band[2] = -1; in L3_stereo_top_band()
921 max_band[i % 3] = i; in L3_stereo_top_band()
929 …eft, const uint8_t *ist_pos, const uint8_t *sfb, const uint8_t *hdr, int max_band[3], int mpeg2_sh) in L3_stereo_process()
937 if ((int)i > max_band[i % 3] && ipos < max_pos) in L3_stereo_process()
965 int max_band[3], n_sfb = gr->n_long_sfb + gr->n_short_sfb; in L3_intensity_stereo() local
968 L3_stereo_top_band(left + 576, gr->sfbtab, n_sfb, max_band); in L3_intensity_stereo()
971max_band[0] = max_band[1] = max_band[2] = MINIMP3_MAX(MINIMP3_MAX(max_band[0], max_band[1]), max_b… in L3_intensity_stereo()
978 ist_pos[itop] = max_band[i] >= prev ? default_pos : ist_pos[prev]; in L3_intensity_stereo()
980 L3_stereo_process(left, ist_pos, gr->sfbtab, hdr, max_band, gr[1].scalefac_compress & 1); in L3_intensity_stereo()
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A Dminimp3.h909 static void L3_stereo_top_band(const float *right, const uint8_t *sfb, int nbands, int max_band[3]) in L3_stereo_top_band()
913 max_band[0] = max_band[1] = max_band[2] = -1; in L3_stereo_top_band()
921 max_band[i % 3] = i; in L3_stereo_top_band()
929 …eft, const uint8_t *ist_pos, const uint8_t *sfb, const uint8_t *hdr, int max_band[3], int mpeg2_sh) in L3_stereo_process()
937 if ((int)i > max_band[i % 3] && ipos < max_pos) in L3_stereo_process()
965 int max_band[3], n_sfb = gr->n_long_sfb + gr->n_short_sfb; in L3_intensity_stereo() local
968 L3_stereo_top_band(left + 576, gr->sfbtab, n_sfb, max_band); in L3_intensity_stereo()
971max_band[0] = max_band[1] = max_band[2] = MINIMP3_MAX(MINIMP3_MAX(max_band[0], max_band[1]), max_b… in L3_intensity_stereo()
978 ist_pos[itop] = max_band[i] >= prev ? default_pos : ist_pos[prev]; in L3_intensity_stereo()
980 L3_stereo_process(left, ist_pos, gr->sfbtab, hdr, max_band, gr[1].scalefac_compress & 1); in L3_intensity_stereo()
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/src/
H A Dminimp3.h909 static void L3_stereo_top_band(const float *right, const uint8_t *sfb, int nbands, int max_band[3]) in L3_stereo_top_band()
913 max_band[0] = max_band[1] = max_band[2] = -1; in L3_stereo_top_band()
921 max_band[i % 3] = i; in L3_stereo_top_band()
929 …eft, const uint8_t *ist_pos, const uint8_t *sfb, const uint8_t *hdr, int max_band[3], int mpeg2_sh) in L3_stereo_process()
937 if ((int)i > max_band[i % 3] && ipos < max_pos) in L3_stereo_process()
965 int max_band[3], n_sfb = gr->n_long_sfb + gr->n_short_sfb; in L3_intensity_stereo() local
968 L3_stereo_top_band(left + 576, gr->sfbtab, n_sfb, max_band); in L3_intensity_stereo()
971max_band[0] = max_band[1] = max_band[2] = MINIMP3_MAX(MINIMP3_MAX(max_band[0], max_band[1]), max_b… in L3_intensity_stereo()
978 ist_pos[itop] = max_band[i] >= prev ? default_pos : ist_pos[prev]; in L3_intensity_stereo()
980 L3_stereo_process(left, ist_pos, gr->sfbtab, hdr, max_band, gr[1].scalefac_compress & 1); in L3_intensity_stereo()
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A Dminimp3.h909 static void L3_stereo_top_band(const float *right, const uint8_t *sfb, int nbands, int max_band[3]) in L3_stereo_top_band()
913 max_band[0] = max_band[1] = max_band[2] = -1; in L3_stereo_top_band()
921 max_band[i % 3] = i; in L3_stereo_top_band()
929 …eft, const uint8_t *ist_pos, const uint8_t *sfb, const uint8_t *hdr, int max_band[3], int mpeg2_sh) in L3_stereo_process()
937 if ((int)i > max_band[i % 3] && ipos < max_pos) in L3_stereo_process()
965 int max_band[3], n_sfb = gr->n_long_sfb + gr->n_short_sfb; in L3_intensity_stereo() local
968 L3_stereo_top_band(left + 576, gr->sfbtab, n_sfb, max_band); in L3_intensity_stereo()
971max_band[0] = max_band[1] = max_band[2] = MINIMP3_MAX(MINIMP3_MAX(max_band[0], max_band[1]), max_b… in L3_intensity_stereo()
978 ist_pos[itop] = max_band[i] >= prev ? default_pos : ist_pos[prev]; in L3_intensity_stereo()
980 L3_stereo_process(left, ist_pos, gr->sfbtab, hdr, max_band, gr[1].scalefac_compress & 1); in L3_intensity_stereo()
/dports/audio/minimp3/minimp3-ca7c706/
H A Dminimp3.h921 static void L3_stereo_top_band(const float *right, const uint8_t *sfb, int nbands, int max_band[3]) in L3_stereo_top_band()
925 max_band[0] = max_band[1] = max_band[2] = -1; in L3_stereo_top_band()
933 max_band[i % 3] = i; in L3_stereo_top_band()
941 …eft, const uint8_t *ist_pos, const uint8_t *sfb, const uint8_t *hdr, int max_band[3], int mpeg2_sh) in L3_stereo_process()
949 if ((int)i > max_band[i % 3] && ipos < max_pos) in L3_stereo_process()
977 int max_band[3], n_sfb = gr->n_long_sfb + gr->n_short_sfb; in L3_intensity_stereo() local
980 L3_stereo_top_band(left + 576, gr->sfbtab, n_sfb, max_band); in L3_intensity_stereo()
983max_band[0] = max_band[1] = max_band[2] = MINIMP3_MAX(MINIMP3_MAX(max_band[0], max_band[1]), max_b… in L3_intensity_stereo()
990 ist_pos[itop] = max_band[i] >= prev ? default_pos : ist_pos[prev]; in L3_intensity_stereo()
992 L3_stereo_process(left, ist_pos, gr->sfbtab, hdr, max_band, gr[1].scalefac_compress & 1); in L3_intensity_stereo()
/dports/audio/libaudec/libaudec-0.3.4/inc/
H A Dminimp3.h909 static void L3_stereo_top_band(const float *right, const uint8_t *sfb, int nbands, int max_band[3]) in L3_stereo_top_band()
913 max_band[0] = max_band[1] = max_band[2] = -1; in L3_stereo_top_band()
921 max_band[i % 3] = i; in L3_stereo_top_band()
929 …eft, const uint8_t *ist_pos, const uint8_t *sfb, const uint8_t *hdr, int max_band[3], int mpeg2_sh) in L3_stereo_process()
937 if ((int)i > max_band[i % 3] && ipos < max_pos) in L3_stereo_process()
965 int max_band[3], n_sfb = gr->n_long_sfb + gr->n_short_sfb; in L3_intensity_stereo() local
968 L3_stereo_top_band(left + 576, gr->sfbtab, n_sfb, max_band); in L3_intensity_stereo()
971max_band[0] = max_band[1] = max_band[2] = MINIMP3_MAX(MINIMP3_MAX(max_band[0], max_band[1]), max_b… in L3_intensity_stereo()
978 ist_pos[itop] = max_band[i] >= prev ? default_pos : ist_pos[prev]; in L3_intensity_stereo()
980 L3_stereo_process(left, ist_pos, gr->sfbtab, hdr, max_band, gr[1].scalefac_compress & 1); in L3_intensity_stereo()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/minimp3-sys-0.3.2/minimp3/
H A Dminimp3.h899 static void L3_stereo_top_band(const float *right, const uint8_t *sfb, int nbands, int max_band[3]) in L3_stereo_top_band()
903 max_band[0] = max_band[1] = max_band[2] = -1; in L3_stereo_top_band()
911 max_band[i % 3] = i; in L3_stereo_top_band()
919 …eft, const uint8_t *ist_pos, const uint8_t *sfb, const uint8_t *hdr, int max_band[3], int mpeg2_sh) in L3_stereo_process()
927 if ((int)i > max_band[i % 3] && ipos < max_pos) in L3_stereo_process()
955 int max_band[3], n_sfb = gr->n_long_sfb + gr->n_short_sfb; in L3_intensity_stereo() local
958 L3_stereo_top_band(left + 576, gr->sfbtab, n_sfb, max_band); in L3_intensity_stereo()
961max_band[0] = max_band[1] = max_band[2] = MINIMP3_MAX(MINIMP3_MAX(max_band[0], max_band[1]), max_b… in L3_intensity_stereo()
968 ist_pos[itop] = max_band[i] >= prev ? default_pos : ist_pos[prev]; in L3_intensity_stereo()
970 L3_stereo_process(left, ist_pos, gr->sfbtab, hdr, max_band, gr[1].scalefac_compress & 1); in L3_intensity_stereo()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dminimp3.h901 static void L3_stereo_top_band(const float *right, const uint8_t *sfb, int nbands, int max_band[3]) in L3_stereo_top_band()
905 max_band[0] = max_band[1] = max_band[2] = -1; in L3_stereo_top_band()
913 max_band[i % 3] = i; in L3_stereo_top_band()
921 …eft, const uint8_t *ist_pos, const uint8_t *sfb, const uint8_t *hdr, int max_band[3], int mpeg2_sh) in L3_stereo_process()
929 if ((int)i > max_band[i % 3] && ipos < max_pos) in L3_stereo_process()
957 int max_band[3], n_sfb = gr->n_long_sfb + gr->n_short_sfb; in L3_intensity_stereo() local
960 L3_stereo_top_band(left + 576, gr->sfbtab, n_sfb, max_band); in L3_intensity_stereo()
963max_band[0] = max_band[1] = max_band[2] = MINIMP3_MAX(MINIMP3_MAX(max_band[0], max_band[1]), max_b… in L3_intensity_stereo()
970 ist_pos[itop] = max_band[i] >= prev ? default_pos : ist_pos[prev]; in L3_intensity_stereo()
972 L3_stereo_process(left, ist_pos, gr->sfbtab, hdr, max_band, gr[1].scalefac_compress & 1); in L3_intensity_stereo()

1234