Home
last modified time | relevance | path

Searched refs:bite1 (Results 1 – 8 of 8) sorted by relevance

/dports/audio/squeezelite/squeezelite-7b13fd9/dsd2pcm/
H A Ddsd2pcm.c202 unsigned bite1, bite2;
208 bite1 = *src & 0xFFu;
209 if (lsbf) bite1 = dsd2pcm_bitreverse[bite1];
210 ptr->fifo[ffp] = bite1; src += src_stride;
215 bite1 = ptr->fifo[(ffp -i) & FIFOMASK] & 0xFF;
217 acc += ctables[i][bite1] + ctables[i][bite2];
/dports/audio/musicpd/mpd-0.23.6/src/pcm/
H A DDsd2Pcm.cxx198 uint8_t bite1 = fifo[(ffp -i) & FIFOMASK]; in CalcOutputSample() local
200 acc += double(ctables[i][bite1] + ctables[i][bite2]); in CalcOutputSample()
217 uint8_t bite1 = fifo[(ffp -i) & FIFOMASK]; in CalcOutputSampleS24() local
219 acc += ctables_s24[i][bite1] + ctables_s24[i][bite2]; in CalcOutputSampleS24()
238 uint8_t bite1 = *src; in Translate() local
240 *dst = TranslateSample(ffp, bite1); in Translate()
254 uint8_t bite1 = *src; in TranslateS24() local
256 *dst = TranslateSampleS24(ffp, bite1); in TranslateS24()
/dports/databases/p5-Bucardo/Bucardo-5.6.0/t/
H A D20-sqlite.t237 bite1 => undef,
337 my(@invar) = ( data1 => 'foo', 'email' => undef, bite1 => undef, bite2 => undef );
H A D20-mariadb.t271 bite1 => undef,
375 my(@invar) = ( data1 => 'foo', 'email' => undef, bite1 => undef, bite2 => undef );
H A D20-firebird.t266 bite1 => undef,
370 my(@invar) = ( data1 => 'foo', 'email' => undef, bite1 => undef, bite2 => undef );
H A D20-mysql.t269 bite1 => undef,
373 my(@invar) = ( data1 => 'foo', 'email' => undef, bite1 => undef, bite2 => undef );
H A D20-drizzle.t253 bite1 => undef,
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Dsprites.h1525 W_DOG,bite1,bite2,bite3,nose1,nose2,nose3,nose4,paw1,paw2,paw3,paw4 enumerator