/dports/games/pipenightdreams/pipenightdreams-0.10.0/src/ |
H A D | pipequeue.cpp | 34 fixed_coef=0; in PipeQueue() 76 fixed_coef=100; in setFixedCoef() 77 else fixed_coef=coef; in setFixedCoef() 118 if ((unsigned int)r->getRandomNumber(1,100)<=fixed_coef) in generatePipe() 151 if ((unsigned int)r->getRandomNumber(1,100)<=fixed_coef) in generatePipe() 171 if ((unsigned int)r->getRandomNumber(1,100)<=fixed_coef) in generatePipe() 189 if ((unsigned int)r->getRandomNumber(1,100)<=fixed_coef) in generatePipe() 207 if ((unsigned int)r->getRandomNumber(1,100)<=fixed_coef) in generatePipe() 225 if ((unsigned int)r->getRandomNumber(1,100)<=fixed_coef) in generatePipe() 243 if ((unsigned int)r->getRandomNumber(1,100)<=fixed_coef) in generatePipe()
|
H A D | pipequeue.h | 67 unsigned int fixed_coef; variable
|
H A D | level.ll | 120 fixed_coef return FIXED_COEF; 171 fixed_coef=-1; 326 return fixed_coef; 531 fixed_coef=0; 574 fixed_coef=numberAssignment();
|
H A D | player.h | 71 unsigned int fixed_coef; variable
|
H A D | level.h | 102 int fixed_coef; variable
|
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/ |
H A D | ac3enc.c | 291 int32_t lt = block->fixed_coef[1][i]; in ff_ac3_apply_rematrixing() 292 int32_t rt = block->fixed_coef[2][i]; in ff_ac3_apply_rematrixing() 293 block->fixed_coef[1][i] = (lt + rt) >> 1; in ff_ac3_apply_rematrixing() 294 block->fixed_coef[2][i] = (lt - rt) >> 1; in ff_ac3_apply_rematrixing() 1206 static void quantize_mantissas_blk_ch(AC3Mant *s, int32_t *fixed_coef, in quantize_mantissas_blk_ch() argument 1214 int c = fixed_coef[i]; in quantize_mantissas_blk_ch() 1315 quantize_mantissas_blk_ch(&m, block->fixed_coef[ch], in ff_ac3_quantize_mantissas() 2042 av_freep(&block->fixed_coef); in ff_ac3_encode_close() 2401 FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->fixed_coef, channels, in allocate_buffers() 2402 sizeof(*block->fixed_coef), alloc_fail); in allocate_buffers() [all …]
|
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/ |
H A D | ac3enc.c | 292 int32_t lt = block->fixed_coef[1][i]; in ff_ac3_apply_rematrixing() 293 int32_t rt = block->fixed_coef[2][i]; in ff_ac3_apply_rematrixing() 294 block->fixed_coef[1][i] = (lt + rt) >> 1; in ff_ac3_apply_rematrixing() 295 block->fixed_coef[2][i] = (lt - rt) >> 1; in ff_ac3_apply_rematrixing() 1206 static void quantize_mantissas_blk_ch(AC3Mant *s, int32_t *fixed_coef, in quantize_mantissas_blk_ch() argument 1214 int c = fixed_coef[i]; in quantize_mantissas_blk_ch() 1315 quantize_mantissas_blk_ch(&m, block->fixed_coef[ch], in ff_ac3_quantize_mantissas() 2043 av_freep(&block->fixed_coef); in ff_ac3_encode_close() 2404 FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->fixed_coef, channels, in allocate_buffers() 2405 sizeof(*block->fixed_coef), alloc_fail); in allocate_buffers() [all …]
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/ |
H A D | ac3enc.c | 292 int32_t lt = block->fixed_coef[1][i]; in ff_ac3_apply_rematrixing() 293 int32_t rt = block->fixed_coef[2][i]; in ff_ac3_apply_rematrixing() 294 block->fixed_coef[1][i] = (lt + rt) >> 1; in ff_ac3_apply_rematrixing() 295 block->fixed_coef[2][i] = (lt - rt) >> 1; in ff_ac3_apply_rematrixing() 1206 static void quantize_mantissas_blk_ch(AC3Mant *s, int32_t *fixed_coef, in quantize_mantissas_blk_ch() argument 1214 int c = fixed_coef[i]; in quantize_mantissas_blk_ch() 1315 quantize_mantissas_blk_ch(&m, block->fixed_coef[ch], in ff_ac3_quantize_mantissas() 2042 av_freep(&block->fixed_coef); in ff_ac3_encode_close() 2404 FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->fixed_coef, channels, in allocate_buffers() 2405 sizeof(*block->fixed_coef), alloc_fail); in allocate_buffers() [all …]
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/ |
H A D | ac3enc.c | 291 int32_t lt = block->fixed_coef[1][i]; in ff_ac3_apply_rematrixing() 292 int32_t rt = block->fixed_coef[2][i]; in ff_ac3_apply_rematrixing() 293 block->fixed_coef[1][i] = (lt + rt) >> 1; in ff_ac3_apply_rematrixing() 294 block->fixed_coef[2][i] = (lt - rt) >> 1; in ff_ac3_apply_rematrixing() 1206 static void quantize_mantissas_blk_ch(AC3Mant *s, int32_t *fixed_coef, in quantize_mantissas_blk_ch() argument 1214 int c = fixed_coef[i]; in quantize_mantissas_blk_ch() 1315 quantize_mantissas_blk_ch(&m, block->fixed_coef[ch], in ff_ac3_quantize_mantissas() 2042 av_freep(&block->fixed_coef); in ff_ac3_encode_close() 2401 FF_ALLOCZ_ARRAY_OR_GOTO(avctx, block->fixed_coef, channels, in allocate_buffers() 2402 sizeof(*block->fixed_coef), alloc_fail); in allocate_buffers() [all …]
|
/dports/games/pipenightdreams/pipenightdreams-0.10.0/levels/ |
H A D | 21.level | 11 fixed_coef=50 #defines the % of fixed pipes
|
H A D | 25.level | 11 fixed_coef=100 #defines the % of fixed pipes
|
H A D | 1.level | 12 fixed_coef=0 #defines the % of fixed pipes
|
H A D | 2.level | 11 fixed_coef=0 #defines the % of fixed pipes
|
H A D | 16.level | 11 fixed_coef=13 #defines the % of fixed pipes
|
H A D | 11.level | 12 fixed_coef=7 #defines the % of fixed pipes
|
H A D | 14.level | 12 fixed_coef=12 #defines the % of fixed pipes
|
H A D | 15.level | 12 fixed_coef=13 #defines the % of fixed pipes
|
H A D | 3.level | 11 fixed_coef=0 #defines the % of fixed pipes
|
H A D | 12.level | 12 fixed_coef=8 #defines the % of fixed pipes
|
H A D | 10.level | 11 fixed_coef=6 #defines the % of fixed pipes
|
H A D | 8.level | 11 fixed_coef=3 #defines the % of fixed pipes
|
H A D | 6.level | 11 fixed_coef=0 #defines the % of fixed pipes
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/ |
H A D | ac3enc.c | 292 int32_t lt = block->fixed_coef[1][i]; in ff_ac3_apply_rematrixing() 293 int32_t rt = block->fixed_coef[2][i]; in ff_ac3_apply_rematrixing() 294 block->fixed_coef[1][i] = (lt + rt) >> 1; in ff_ac3_apply_rematrixing() 295 block->fixed_coef[2][i] = (lt - rt) >> 1; in ff_ac3_apply_rematrixing() 1206 static void quantize_mantissas_blk_ch(AC3Mant *s, int32_t *fixed_coef, in quantize_mantissas_blk_ch() argument 1214 int c = fixed_coef[i]; in quantize_mantissas_blk_ch() 1315 quantize_mantissas_blk_ch(&m, block->fixed_coef[ch], in ff_ac3_quantize_mantissas() 2042 av_freep(&block->fixed_coef); in ff_ac3_encode_close() 2390 if (!FF_ALLOCZ_TYPED_ARRAY(block->fixed_coef, channels)) in allocate_buffers() 2398 if (!FF_ALLOCZ_TYPED_ARRAY(block->fixed_coef, channels)) in allocate_buffers() [all …]
|
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/ |
H A D | ac3enc.c | 362 int32_t lt = block->fixed_coef[1][i]; in ac3_apply_rematrixing() 363 int32_t rt = block->fixed_coef[2][i]; in ac3_apply_rematrixing() 364 block->fixed_coef[1][i] = (lt + rt) >> 1; in ac3_apply_rematrixing() 365 block->fixed_coef[2][i] = (lt - rt) >> 1; in ac3_apply_rematrixing() 1273 static void quantize_mantissas_blk_ch(AC3Mant *s, int32_t *fixed_coef, in quantize_mantissas_blk_ch() argument 1281 int c = fixed_coef[i]; in quantize_mantissas_blk_ch() 1382 quantize_mantissas_blk_ch(&m, block->fixed_coef[ch], in ac3_quantize_mantissas() 2140 av_freep(&block->fixed_coef); in ff_ac3_encode_close() 2487 if (!FF_ALLOCZ_TYPED_ARRAY(block->fixed_coef, channels)) in allocate_buffers() 2495 if (!FF_ALLOCZ_TYPED_ARRAY(block->fixed_coef, channels)) in allocate_buffers() [all …]
|
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/ |
H A D | ac3enc.c | 362 int32_t lt = block->fixed_coef[1][i]; in ac3_apply_rematrixing() 363 int32_t rt = block->fixed_coef[2][i]; in ac3_apply_rematrixing() 364 block->fixed_coef[1][i] = (lt + rt) >> 1; in ac3_apply_rematrixing() 365 block->fixed_coef[2][i] = (lt - rt) >> 1; in ac3_apply_rematrixing() 1273 static void quantize_mantissas_blk_ch(AC3Mant *s, int32_t *fixed_coef, in quantize_mantissas_blk_ch() argument 1281 int c = fixed_coef[i]; in quantize_mantissas_blk_ch() 1382 quantize_mantissas_blk_ch(&m, block->fixed_coef[ch], in ac3_quantize_mantissas() 2140 av_freep(&block->fixed_coef); in ff_ac3_encode_close() 2487 if (!FF_ALLOCZ_TYPED_ARRAY(block->fixed_coef, channels)) in allocate_buffers() 2495 if (!FF_ALLOCZ_TYPED_ARRAY(block->fixed_coef, channels)) in allocate_buffers() [all …]
|