Home
last modified time | relevance | path

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

/dports/graphics/enblend/enblend-enfuse-4.2/src/
H A Danneal.h362 const int mf_size = static_cast<int>(mfEstimates.size()); in calculateStateProbabilities() local
374 for (int index = 0; index < mf_size; ++index) { in calculateStateProbabilities()
388 const int lastIndex = index == 0 ? mf_size - 1 : index - 1; in calculateStateProbabilities()
389 const unsigned int nextIndex = (index + 1) % mf_size; in calculateStateProbabilities()
682 const int mf_size = static_cast<int>(super::mfEstimates.size()); in calculateStateProbabilities() local
698 for (int index = 0; index < mf_size; ++index) in calculateStateProbabilities()
710 const int lastIndex = (index == 0 ? mf_size : index) - 1; in calculateStateProbabilities()
711 const int nextIndex = (index + 1) % mf_size; in calculateStateProbabilities()
/dports/emulators/vice/vice-3.5/src/lib/liblame/libmp3lame/
H A Dutil.c668 int mf_size = gfc->sv_enc.mf_size; in fill_buffer() local
677 fill_buffer_resample(gfc, &mfbuf[ch][mf_size], in fill_buffer()
685 memcpy(&mfbuf[ch][mf_size], &in_buffer[ch][0], nout * sizeof(mfbuf[0][0])); in fill_buffer()
H A Dlame.c1741 (gfc->sv_rpg.rgdata, &mfbuf[0][esv->mf_size], &mfbuf[1][esv->mf_size], n_out, in lame_encode_buffer_sample_t()
1754 esv->mf_size += n_out; in lame_encode_buffer_sample_t()
1755 assert(esv->mf_size <= MFSIZE); in lame_encode_buffer_sample_t()
1766 if (esv->mf_size >= mf_needed) { in lame_encode_buffer_sample_t()
1788 esv->mf_size -= pcm_samples_per_frame; in lame_encode_buffer_sample_t()
1791 for (i = 0; i < esv->mf_size; i++) in lame_encode_buffer_sample_t()
2119 int bunch = mf_needed - esv->mf_size; in lame_encode_flush()
2390 gfc->sv_enc.mf_size = ENCDELAY - MDCTDELAY; /* we pad input with this many 0's */ in lame_init_old()
H A Dencoder.c230 assert(gfc->sv_enc.mf_size >= (BLKSIZE + framesize - FFTOFFSET)); in lame_encode_frame_init()
232 assert(gfc->sv_enc.mf_size >= (512 + framesize - 32)); in lame_encode_frame_init()
H A Dutil.h302 int mf_size; member
/dports/audio/lame/lame-3.100/libmp3lame/
H A Dutil.c677 int mf_size = gfc->sv_enc.mf_size; in fill_buffer() local
686 fill_buffer_resample(gfc, &mfbuf[ch][mf_size], in fill_buffer()
694 memcpy(&mfbuf[ch][mf_size], &in_buffer[ch][0], nout * sizeof(mfbuf[0][0])); in fill_buffer()
H A Dlame.c1754 (gfc->sv_rpg.rgdata, &mfbuf[0][esv->mf_size], &mfbuf[1][esv->mf_size], n_out, in lame_encode_buffer_sample_t()
1767 esv->mf_size += n_out; in lame_encode_buffer_sample_t()
1768 assert(esv->mf_size <= MFSIZE); in lame_encode_buffer_sample_t()
1779 if (esv->mf_size >= mf_needed) { in lame_encode_buffer_sample_t()
1801 esv->mf_size -= pcm_samples_per_frame; in lame_encode_buffer_sample_t()
1804 for (i = 0; i < esv->mf_size; i++) in lame_encode_buffer_sample_t()
2146 int bunch = mf_needed - esv->mf_size; in lame_encode_flush()
2359 gfc->sv_enc.mf_size = ENCDELAY - MDCTDELAY; /* we pad input with this many 0's */ in lame_init_internal_flags()
H A Dencoder.c231 assert(gfc->sv_enc.mf_size >= (BLKSIZE + framesize - FFTOFFSET)); in lame_encode_frame_init()
233 assert(gfc->sv_enc.mf_size >= (512 + framesize - 32)); in lame_encode_frame_init()
H A Dutil.h299 int mf_size; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/libmp3lame/
H A Dutil.c668 int mf_size = gfc->sv_enc.mf_size; in fill_buffer() local
677 fill_buffer_resample(gfc, &mfbuf[ch][mf_size], in fill_buffer()
685 memcpy(&mfbuf[ch][mf_size], &in_buffer[ch][0], nout * sizeof(mfbuf[0][0])); in fill_buffer()
H A Dlame.c1741 (gfc->sv_rpg.rgdata, &mfbuf[0][esv->mf_size], &mfbuf[1][esv->mf_size], n_out, in lame_encode_buffer_sample_t()
1754 esv->mf_size += n_out; in lame_encode_buffer_sample_t()
1755 assert(esv->mf_size <= MFSIZE); in lame_encode_buffer_sample_t()
1766 if (esv->mf_size >= mf_needed) { in lame_encode_buffer_sample_t()
1788 esv->mf_size -= pcm_samples_per_frame; in lame_encode_buffer_sample_t()
1791 for (i = 0; i < esv->mf_size; i++) in lame_encode_buffer_sample_t()
2119 int bunch = mf_needed - esv->mf_size; in lame_encode_flush()
2390 gfc->sv_enc.mf_size = ENCDELAY - MDCTDELAY; /* we pad input with this many 0's */ in lame_init_old()
H A Dencoder.c230 assert(gfc->sv_enc.mf_size >= (BLKSIZE + framesize - FFTOFFSET)); in lame_encode_frame_init()
232 assert(gfc->sv_enc.mf_size >= (512 + framesize - 32)); in lame_encode_frame_init()
H A Dutil.h302 int mf_size; member
/dports/mail/dbmail/dbmail-3.2.5/src/mpool/
H A Dmpool_loc.h113 unsigned long mf_size; /* size of the free block */ member
H A Dmpool.c469 free_pnt.mf_size = real_size; in free_pointer()
671 if (PAGES_IN_SIZE(mp_p, free_pnt.mf_size) > PAGES_IN_SIZE(mp_p, size)) { in get_space()
682 left = free_pnt.mf_size - size; in get_space()
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/arm/
H A Dquant-a.S168 .macro DEQUANT_START mf_size offset dc=no
175 add r1, r1, r2, lsl #\mf_size // dequant_mf[i_mf]
177 ldr r1, [r1, r2, lsl #\mf_size] // dequant_mf[i_mf][0][0]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/arm/
H A Dquant-a.S168 .macro DEQUANT_START mf_size offset dc=no
175 add r1, r1, r2, lsl #\mf_size // dequant_mf[i_mf]
177 ldr r1, [r1, r2, lsl #\mf_size] // dequant_mf[i_mf][0][0]
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dmodule.c3276 int mf_size = f->mf_size, pd_size = f->pd_size; in featuresarray() local
3277 int features_size = bn_size + cd_size + pd_size + mf_size + f->n_abstract; in featuresarray()
3292 while (mf_size--) in featuresarray()
3311 int mf_size = f->mf_size, pd_size = f->pd_size; in getfeatureenables() local
3312 int features_size = bn_size + cd_size + mf_size + pd_size + f->n_abstract; in getfeatureenables()
3324 while (mf_size--) in getfeatureenables()
3360 if (f->mf_size) { in setfeatureenables()
3361 if (setmathfuncs(m->node.nam, f->mf_list, f->mf_size, e)) in setfeatureenables()
3364 e += f->mf_size; in setfeatureenables()
H A Dzsh.h1527 int mf_size; member
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/arm/
H A Dquant-a.S178 .macro DEQUANT_START mf_size offset dc=no
185 add r1, r1, r2, lsl #\mf_size // dequant_mf[i_mf]
187 ldr r1, [r1, r2, lsl #\mf_size] // dequant_mf[i_mf][0][0]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/arm/
H A Dquant-a.S178 .macro DEQUANT_START mf_size offset dc=no
185 add r1, r1, r2, lsl #\mf_size // dequant_mf[i_mf]
187 ldr r1, [r1, r2, lsl #\mf_size] // dequant_mf[i_mf][0][0]
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/aarch64/
H A Dquant-a.S161 .macro DEQUANT_START mf_size offset dc=no
167 lsl w2, w2, #\mf_size
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/aarch64/
H A Dquant-a.S161 .macro DEQUANT_START mf_size offset dc=no
167 lsl w2, w2, #\mf_size
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/aarch64/
H A Dquant-a.S163 .macro DEQUANT_START mf_size offset dc=no
169 lsl w2, w2, #\mf_size
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/aarch64/
H A Dquant-a.S163 .macro DEQUANT_START mf_size offset dc=no
169 lsl w2, w2, #\mf_size