Home
last modified time | relevance | path

Searched refs:fixed_coef (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/pipenightdreams/pipenightdreams-0.10.0/src/
H A Dpipequeue.cpp34 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 Dpipequeue.h67 unsigned int fixed_coef; variable
H A Dlevel.ll120 fixed_coef return FIXED_COEF;
171 fixed_coef=-1;
326 return fixed_coef;
531 fixed_coef=0;
574 fixed_coef=numberAssignment();
H A Dplayer.h71 unsigned int fixed_coef; variable
H A Dlevel.h102 int fixed_coef; variable
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dac3enc.c291 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 Dac3enc.c292 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 Dac3enc.c292 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 Dac3enc.c291 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 D21.level11 fixed_coef=50 #defines the % of fixed pipes
H A D25.level11 fixed_coef=100 #defines the % of fixed pipes
H A D1.level12 fixed_coef=0 #defines the % of fixed pipes
H A D2.level11 fixed_coef=0 #defines the % of fixed pipes
H A D16.level11 fixed_coef=13 #defines the % of fixed pipes
H A D11.level12 fixed_coef=7 #defines the % of fixed pipes
H A D14.level12 fixed_coef=12 #defines the % of fixed pipes
H A D15.level12 fixed_coef=13 #defines the % of fixed pipes
H A D3.level11 fixed_coef=0 #defines the % of fixed pipes
H A D12.level12 fixed_coef=8 #defines the % of fixed pipes
H A D10.level11 fixed_coef=6 #defines the % of fixed pipes
H A D8.level11 fixed_coef=3 #defines the % of fixed pipes
H A D6.level11 fixed_coef=0 #defines the % of fixed pipes
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dac3enc.c292 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 Dac3enc.c362 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 Dac3enc.c362 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 …]

12