Home
last modified time | relevance | path

Searched refs:mtab (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtwinvq.c74 const TwinVQModeTab *mtab = tctx->mtab; in eval_lpcenv() local
75 int size_s = mtab->size / mtab->fmode[TWINVQ_FT_SHORT].sub; in eval_lpcenv()
79 lpc[i] = eval_lpc_spectrum(cos_vals, cos_i, mtab->n_lsp); in eval_lpcenv()
80 lpc[size_s - i - 1] = eval_lpc_spectrum(cos_vals, -cos_i, mtab->n_lsp); in eval_lpcenv()
121 const TwinVQModeTab *mtab = tctx->mtab; in eval_lpcenv_or_interp() local
129 mtab->n_lsp); in eval_lpcenv_or_interp()
140 mtab->n_lsp); in eval_lpcenv_or_interp()
217 const TwinVQModeTab *mtab = tctx->mtab; in dec_gain() local
220 int sub = mtab->fmode[ftype].sub; in dec_gain()
266 const TwinVQModeTab *mtab = tctx->mtab; in decode_lsp() local
[all …]
Dmetasound.c67 const TwinVQModeTab *mtab = tctx->mtab; in decode_ppc() local
72 float ratio = (float)mtab->size / isampf; in decode_ppc()
87 ((1 << mtab->ppc_period_bit) - 1); in decode_ppc()
102 width = (int)(some_mult / (mtab->size / period) * mtab->ppc_shape_len); in decode_ppc()
107 pgain_step = pgain_base / ((1 << mtab->pgain_bit) - 1); in decode_ppc()
112 add_peak(period, width, shape, ppc_gain, speech, mtab->ppc_shape_len); in decode_ppc()
119 const TwinVQModeTab *mtab = tctx->mtab; in dec_bark_env() local
123 int bark_n_coef = mtab->fmode[ftype].bark_n_coef; in dec_bark_env()
124 int fw_cb_len = mtab->fmode[ftype].bark_env_size / bark_n_coef; in dec_bark_env()
131 float tmp2 = mtab->fmode[ftype].bark_cb[fw_cb_len * in[j] + i] * in dec_bark_env()
[all …]
Dtwinvqdec.c182 const TwinVQModeTab *mtab = tctx->mtab; in decode_ppc() local
185 int min_period = ROUNDED_DIV(40 * 2 * mtab->size, isampf); in decode_ppc()
186 int max_period = ROUNDED_DIV(40 * 2 * mtab->size * 6, isampf); in decode_ppc()
188 float pgain_step = 25000.0 / ((1 << mtab->pgain_bit) - 1); in decode_ppc()
198 (1 << mtab->ppc_period_bit) - 1); in decode_ppc()
203 width = ROUNDED_DIV((period + 800) * mtab->peak_per2wid, in decode_ppc()
204 400 * mtab->size); in decode_ppc()
206 width = period * mtab->peak_per2wid / (400 * mtab->size); in decode_ppc()
208 add_peak(period, width, shape, ppc_gain, speech, mtab->ppc_shape_len); in decode_ppc()
215 const TwinVQModeTab *mtab = tctx->mtab; in dec_bark_env() local
[all …]
Dtwinvq.h142 const TwinVQModeTab *mtab; member
/third_party/libfuse/
Dmeson_options.txt1 option('disable-mtab', type : 'boolean', value : false,
2 description: 'Disable and ignore usage of /etc/mtab')
Dmeson.build154 # Older versions of musl libc don't unescape entries in /etc/mtab
DREADME.md76 $ meson configure -D disable-mtab=true # set an option
/third_party/libfuse/util/
Dfusermount.c191 const char *mtab = _PATH_MOUNTED; in may_unmount() local
197 fp = setmntent(mtab, "r"); in may_unmount()
199 fprintf(stderr, "%s: failed to open %s: %s\n", progname, mtab, in may_unmount()
240 progname, mnt, mtab); in may_unmount()
495 const char *mtab = _PATH_MOUNTED; in count_fuse_fs() local
496 FILE *fp = setmntent(mtab, "r"); in count_fuse_fs()
498 fprintf(stderr, "%s: failed to open %s: %s\n", progname, mtab, in count_fuse_fs()
/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c173 const char *mtab = _PATH_MOUNTED; in count_fuse_fs() local
174 FILE *fp = setmntent(mtab, "r"); in count_fuse_fs()
176 fprintf(stderr, "%s: failed to open %s: %s\n", progname, mtab, in count_fuse_fs()
/third_party/ntfs-3g/
Dconfigure.ac104 [mtab], optenable
105 [AS_HELP_STRING([--disable-mtab],[disable and ignore usage of /etc/mtab])],
585 test "${enable_mtab}" = "no" && AC_DEFINE([IGNORE_MTAB], [1], [Don't update /etc/mtab])
/third_party/e2fsprogs/
D1002-add-header-file-to-musl-compile-mk2efs.patch2430 + N_( "Can't check if filesystem is mounted due to missing mtab file"),