Home
last modified time | relevance | path

Searched refs:Bps (Results 1 – 25 of 613) sorted by relevance

12345678910>>...25

/dports/graphics/devil/devil-1.7.8/src-ILU/src/
H A Dilu_rotate.c194 Rotated->Bps /= 2; // cast to short. in iluRotate_()
244 Image->Bps *= 2; in iluRotate_()
245 Rotated->Bps *= 2; in iluRotate_()
249 Image->Bps /= 4; in iluRotate_()
250 Rotated->Bps /= 4; in iluRotate_()
300 Image->Bps *= 4; in iluRotate_()
301 Rotated->Bps *= 4; in iluRotate_()
305 Image->Bps /= 8; in iluRotate_()
306 Rotated->Bps /= 8; in iluRotate_()
356 Image->Bps *= 8; in iluRotate_()
[all …]
H A Dilu_filter.c73 iluCurImage->Bps /= 2; in iluPixelize()
104 iluCurImage->Bps *= 2; in iluPixelize()
108 iluCurImage->Bps /= 4; in iluPixelize()
139 iluCurImage->Bps *= 4; in iluPixelize()
143 iluCurImage->Bps /= 8; in iluPixelize()
174 iluCurImage->Bps *= 8; in iluPixelize()
276 Data[Image->Bps - Image->Bpp + c] = Image->Data[Image->Bps - Image->Bpp + c]; in Filter()
277 Data[(Image->Height - 1) * Image->Bps + c] = Image->Data[(Image->Height - 1) * Image->Bps + c]; in Filter()
315 y = (Image->Height - 1) * Image->Bps; in Filter()
343 for (i = 1, y = Image->Bps; i < Image->Height-1; i++, y += Image->Bps) { in Filter()
[all …]
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/lib/network/
H A Dtsnetwork_bwlimit.c11 double Bps; member
35 limit_read.Bps = 1000000000.0; in init()
38 limit_read.bucket = 2 * limit_read.Bps; in init()
73 l->bucket += l->Bps * t; in pokeone()
76 if (l->bucket > 2 * l->Bps) in pokeone()
77 l->bucket = 2 * l->Bps; in pokeone()
104 waketime = (1460 - l->bucket) / l->Bps; in pokeone()
174 limit_read.Bps = down; in network_bwlimit()
175 limit_write.Bps = up; in network_bwlimit()
179 limit_read.bucket = 2 * limit_read.Bps; in network_bwlimit()
[all …]
/dports/net-p2p/transmission-daemon/transmission-3.00/qt/
H A DSpeed.h21 int Bps() const in Bps() function
33 static Speed fromBps(int Bps) in fromBps() argument
35 return Speed(Bps); in fromBps()
38 void setBps(int Bps) in setBps() argument
40 _Bps = Bps; in setBps()
60 Speed(int Bps) : in Speed() argument
61 _Bps(Bps) in Speed()
/dports/net-p2p/transmission-utils/transmission-3.00/qt/
H A DSpeed.h21 int Bps() const in Bps() function
33 static Speed fromBps(int Bps) in fromBps() argument
35 return Speed(Bps); in fromBps()
38 void setBps(int Bps) in setBps() argument
40 _Bps = Bps; in setBps()
60 Speed(int Bps) : in Speed() argument
61 _Bps(Bps) in Speed()
/dports/net-p2p/transmission-qt/transmission-3.00/qt/
H A DSpeed.h21 int Bps() const in Bps() function
33 static Speed fromBps(int Bps) in fromBps() argument
35 return Speed(Bps); in fromBps()
38 void setBps(int Bps) in setBps() argument
40 _Bps = Bps; in setBps()
60 Speed(int Bps) : in Speed() argument
61 _Bps(Bps) in Speed()
/dports/net-p2p/transmission-gtk/transmission-3.00/qt/
H A DSpeed.h21 int Bps() const in Bps() function
33 static Speed fromBps(int Bps) in fromBps() argument
35 return Speed(Bps); in fromBps()
38 void setBps(int Bps) in setBps() argument
40 _Bps = Bps; in setBps()
60 Speed(int Bps) : in Speed() argument
61 _Bps(Bps) in Speed()
/dports/net-p2p/transmission-cli/transmission-3.00/qt/
H A DSpeed.h21 int Bps() const in Bps() function
33 static Speed fromBps(int Bps) in fromBps() argument
35 return Speed(Bps); in fromBps()
38 void setBps(int Bps) in setBps() argument
40 _Bps = Bps; in setBps()
60 Speed(int Bps) : in Speed() argument
61 _Bps(Bps) in Speed()
/dports/www/transmission-web/transmission-3.00/qt/
H A DSpeed.h21 int Bps() const in Bps() function
33 static Speed fromBps(int Bps) in fromBps() argument
35 return Speed(Bps); in fromBps()
38 void setBps(int Bps) in setBps() argument
40 _Bps = Bps; in setBps()
60 Speed(int Bps) : in Speed() argument
61 _Bps(Bps) in Speed()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Daq.c59 static int Bps; /* Bytes per sample frame */ variable
138 Bps = 3 * ch; in aq_setup()
140 Bps = 2 * ch; in aq_setup()
142 Bps = ch; in aq_setup()
145 frag_size = audio_buffer_size * Bps; in aq_setup()
261 set_bucket_size(audio_buffer_size * Bps); in estimate_queue_size()
263 return 2 * audio_buffer_size * Bps; in estimate_queue_size()
284 play_counter += nbytes / Bps; in aq_output_data()
517 return bytes / Bps; in aq_soft_filled()
527 return device_qsize / Bps - aq_filled(); in aq_fillable()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/timidity/
H A Daq.c59 static int Bps; /* Bytes per sample frame */ variable
138 Bps = 3 * ch; in aq_setup()
140 Bps = 2 * ch; in aq_setup()
142 Bps = ch; in aq_setup()
145 frag_size = audio_buffer_size * Bps; in aq_setup()
261 set_bucket_size(audio_buffer_size * Bps); in estimate_queue_size()
263 return 2 * audio_buffer_size * Bps; in estimate_queue_size()
284 play_counter += nbytes / Bps; in aq_output_data()
517 return bytes / Bps; in aq_soft_filled()
527 return device_qsize / Bps - aq_filled(); in aq_fillable()
[all …]
/dports/audio/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Daq.c59 static int Bps; /* Bytes per sample frame */ variable
138 Bps = 3 * ch; in aq_setup()
140 Bps = 2 * ch; in aq_setup()
142 Bps = ch; in aq_setup()
145 frag_size = audio_buffer_size * Bps; in aq_setup()
261 set_bucket_size(audio_buffer_size * Bps); in estimate_queue_size()
263 return 2 * audio_buffer_size * Bps; in estimate_queue_size()
284 play_counter += nbytes / Bps; in aq_output_data()
517 return bytes / Bps; in aq_soft_filled()
527 return device_qsize / Bps - aq_filled(); in aq_fillable()
[all …]
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/timidity/
H A Daq.c59 static int Bps; /* Bytes per sample frame */ variable
138 Bps = 3 * ch; in aq_setup()
140 Bps = 2 * ch; in aq_setup()
142 Bps = ch; in aq_setup()
145 frag_size = audio_buffer_size * Bps; in aq_setup()
261 set_bucket_size(audio_buffer_size * Bps); in estimate_queue_size()
263 return 2 * audio_buffer_size * Bps; in estimate_queue_size()
284 play_counter += nbytes / Bps; in aq_output_data()
517 return bytes / Bps; in aq_soft_filled()
527 return device_qsize / Bps - aq_filled(); in aq_fillable()
[all …]
/dports/audio/timidity++/TiMidity++-2.15.0/timidity/
H A Daq.c59 static int Bps; /* Bytes per sample frame */ variable
138 Bps = 3 * ch; in aq_setup()
140 Bps = 2 * ch; in aq_setup()
142 Bps = ch; in aq_setup()
145 frag_size = audio_buffer_size * Bps; in aq_setup()
261 set_bucket_size(audio_buffer_size * Bps); in estimate_queue_size()
263 return 2 * audio_buffer_size * Bps; in estimate_queue_size()
284 play_counter += nbytes / Bps; in aq_output_data()
517 return bytes / Bps; in aq_soft_filled()
527 return device_qsize / Bps - aq_filled(); in aq_fillable()
[all …]
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/timidity/
H A Daq.c59 static int Bps; /* Bytes per sample frame */ variable
138 Bps = 3 * ch; in aq_setup()
140 Bps = 2 * ch; in aq_setup()
142 Bps = ch; in aq_setup()
145 frag_size = audio_buffer_size * Bps; in aq_setup()
261 set_bucket_size(audio_buffer_size * Bps); in estimate_queue_size()
263 return 2 * audio_buffer_size * Bps; in estimate_queue_size()
284 play_counter += nbytes / Bps; in aq_output_data()
517 return bytes / Bps; in aq_soft_filled()
527 return device_qsize / Bps - aq_filled(); in aq_fillable()
[all …]
/dports/audio/timidity++-motif/TiMidity++-2.15.0/timidity/
H A Daq.c59 static int Bps; /* Bytes per sample frame */ variable
138 Bps = 3 * ch; in aq_setup()
140 Bps = 2 * ch; in aq_setup()
142 Bps = ch; in aq_setup()
145 frag_size = audio_buffer_size * Bps; in aq_setup()
261 set_bucket_size(audio_buffer_size * Bps); in estimate_queue_size()
263 return 2 * audio_buffer_size * Bps; in estimate_queue_size()
284 play_counter += nbytes / Bps; in aq_output_data()
517 return bytes / Bps; in aq_soft_filled()
527 return device_qsize / Bps - aq_filled(); in aq_fillable()
[all …]
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/timidity/
H A Daq.c59 static int Bps; /* Bytes per sample frame */ variable
138 Bps = 3 * ch; in aq_setup()
140 Bps = 2 * ch; in aq_setup()
142 Bps = ch; in aq_setup()
145 frag_size = audio_buffer_size * Bps; in aq_setup()
261 set_bucket_size(audio_buffer_size * Bps); in estimate_queue_size()
263 return 2 * audio_buffer_size * Bps; in estimate_queue_size()
284 play_counter += nbytes / Bps; in aq_output_data()
517 return bytes / Bps; in aq_soft_filled()
527 return device_qsize / Bps - aq_filled(); in aq_fillable()
[all …]
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/timidity/
H A Daq.c59 static int Bps; /* Bytes per sample frame */ variable
138 Bps = 3 * ch; in aq_setup()
140 Bps = 2 * ch; in aq_setup()
142 Bps = ch; in aq_setup()
145 frag_size = audio_buffer_size * Bps; in aq_setup()
261 set_bucket_size(audio_buffer_size * Bps); in estimate_queue_size()
263 return 2 * audio_buffer_size * Bps; in estimate_queue_size()
284 play_counter += nbytes / Bps; in aq_output_data()
517 return bytes / Bps; in aq_soft_filled()
527 return device_qsize / Bps - aq_filled(); in aq_fillable()
[all …]
/dports/net-mgmt/tcptrack/tcptrack-1.4.2/src/
H A DTextUI.cc319 unsigned int Bps = ic->getPayloadBytesPerSecond(); in drawui() local
320 print_bps(Bps); in drawui()
392 void TextUI::print_bps(int Bps) in print_bps() argument
394 if( Bps < 1024 ) in print_bps()
395 printw("%d B/s",Bps); in print_bps()
396 if( Bps >= 1024 && Bps < 1024*1024 ) in print_bps()
397 printw("%d KB/s",Bps/1024); in print_bps()
398 if( Bps >= 1024*1024 && Bps <= 99999999 ) in print_bps()
399 printw("%d MB/s",Bps/(1024*1024)); in print_bps()
400 if( Bps > 99999999 ) // not enough room to display it in print_bps()
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_pcx.c83 Head->Bps = GetLittleUShort(); in iGetPcxHead()
126 if (Header->Bps != Test + 1) in iCheckPcx()
313 ScanLine[x + c * Header->Bps]; in iUncompressPcx()
378 Bps = 0; in iUncompressSmall()
379 while (Bps<Header->Bps) { in iUncompressSmall()
382 ++Bps; in iUncompressSmall()
389 --Bps; in iUncompressSmall()
397 ++Bps; in iUncompressSmall()
428 Bps = Header->Bps * Header->NumPlanes * 8; in iUncompressSmall()
430 ScanLine = (ILubyte*)ialloc(Bps); in iUncompressSmall()
[all …]
H A Dil_psd.c668 for (y = 0; y < Head->Height * iCurImage->Bps; y += iCurImage->Bps) { in PsdGetData()
682 for (y = 0; y < Head->Height * iCurImage->Bps; y += iCurImage->Bps) { in PsdGetData()
698 iCurImage->Bps /= 2; in PsdGetData()
699 for (y = 0; y < Head->Height * iCurImage->Bps; y += iCurImage->Bps) { in PsdGetData()
707 iCurImage->Bps *= 2; in PsdGetData()
717 iCurImage->Bps /= 2; in PsdGetData()
718 for (y = 0; y < Head->Height * iCurImage->Bps; y += iCurImage->Bps) { in PsdGetData()
725 iCurImage->Bps *= 2; in PsdGetData()
741 for (y = 0; y < Head->Height * iCurImage->Bps; y += iCurImage->Bps) { in PsdGetData()
751 for (y = 0; y < Head->Height * iCurImage->Bps; y += iCurImage->Bps) { in PsdGetData()
[all …]
H A Dil_gif.c696 memcpy(&NewData[i * image->Bps], &image->Data[j * image->Bps], image->Bps); in RemoveInterlace()
700 memcpy(&NewData[i * image->Bps], &image->Data[j * image->Bps], image->Bps); in RemoveInterlace()
704 memcpy(&NewData[i * image->Bps], &image->Data[j * image->Bps], image->Bps); in RemoveInterlace()
708 memcpy(&NewData[i * image->Bps], &image->Data[j * image->Bps], image->Bps); in RemoveInterlace()
712 memcpy(&NewData[i * image->Bps], &image->Data[j * image->Bps], image->Bps); in RemoveInterlace()
/dports/emulators/citra/citra-ac98458e0/src/core/file_sys/
H A Dpatch.cpp60 namespace Bps { namespace
159 const Bps::Number source_size = m_patch.ReadNumber(); in Apply()
160 const Bps::Number target_size = m_patch.ReadNumber(); in Apply()
161 const Bps::Number metadata_size = m_patch.ReadNumber(); in Apply()
261 Bps::Stream patch_stream{patch.data(), patch.size()}; in ApplyBpsPatch()
264 patch_stream.Seek(Bps::MagicSize); in ApplyBpsPatch()
266 const Bps::Number source_size = patch_stream.ReadNumber(); in ApplyBpsPatch()
267 const Bps::Number target_size = patch_stream.ReadNumber(); in ApplyBpsPatch()
277 Bps::Stream source_stream{source.data(), source.size()}; in ApplyBpsPatch()
278 Bps::Stream target_stream{buffer.data(), buffer.size()}; in ApplyBpsPatch()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/file_sys/
H A Dpatch.cpp60 namespace Bps { namespace
159 const Bps::Number source_size = m_patch.ReadNumber(); in Apply()
160 const Bps::Number target_size = m_patch.ReadNumber(); in Apply()
161 const Bps::Number metadata_size = m_patch.ReadNumber(); in Apply()
261 Bps::Stream patch_stream{patch.data(), patch.size()}; in ApplyBpsPatch()
264 patch_stream.Seek(Bps::MagicSize); in ApplyBpsPatch()
266 const Bps::Number source_size = patch_stream.ReadNumber(); in ApplyBpsPatch()
267 const Bps::Number target_size = patch_stream.ReadNumber(); in ApplyBpsPatch()
277 Bps::Stream source_stream{source.data(), source.size()}; in ApplyBpsPatch()
278 Bps::Stream target_stream{buffer.data(), buffer.size()}; in ApplyBpsPatch()
[all …]
/dports/graphics/devil/devil-1.7.8/projects/msvc9/gdi+/
H A DDevIL-GDI+.cpp34 ILuint Bps; // bytes per scanline (components for IL) member
78 return new Bitmap(Image->Width, Image->Height, Image->Bps, PixelFormat32bppARGB, Image->Data); in ilutConvertToBitmap()
84 Bmp = new Bitmap(Image->Width, Image->Height, Image->Bps, PixelFormat32bppARGB, Image->Data); in ilutConvertToBitmap()
91 …return new Bitmap(Image->Width, Image->Height, Image->Bps, PixelFormat16bppGrayScale, Image->Data); in ilutConvertToBitmap()
97 Bmp = new Bitmap(Image->Width, Image->Height, Image->Bps, PixelFormat16bppGrayScale, Image->Data); in ilutConvertToBitmap()
105 Bmp = new Bitmap(Image->Width, Image->Height, Image->Bps, PixelFormat24bppRGB, Image->Data); in ilutConvertToBitmap()

12345678910>>...25