Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavfilter/
Dafir_template.c27 #undef ftype
34 #define ftype float macro
39 #define ftype double macro
49 ftype *mag, *phase, *delay, min = FLT_MAX, max = FLT_MIN; in fn()
50 ftype min_delay = FLT_MAX, max_delay = FLT_MIN; in fn()
65 const ftype *src = (const ftype *)s->ir[s->selir]->extended_data[channel]; in fn()
138 ftype *time = (ftype *)s->ir[s->selir]->extended_data[!s->one2many * ch]; in fn()
148 ftype *blockin = (ftype *)seg->blockin->extended_data[ch]; in fn()
149 ftype *blockout = (ftype *)seg->blockout->extended_data[ch]; in fn()
170 seg->tx_fn(seg->tx[0], blockout, blockin, sizeof(ftype)); in fn()
[all …]
/third_party/ffmpeg/libavcodec/
Dtwinvq.c116 enum TwinVQFrameType ftype, in eval_lpcenv_or_interp() argument
122 const float *cos_tab = tctx->cos_tabs[ftype]; in eval_lpcenv_or_interp()
152 static void eval_lpcenv_2parts(TwinVQContext *tctx, enum TwinVQFrameType ftype, in eval_lpcenv_2parts() argument
156 eval_lpcenv_or_interp(tctx, ftype, lpc, buf, size / 2, step, 0); in eval_lpcenv_2parts()
157 eval_lpcenv_or_interp(tctx, ftype, lpc + size / 2, buf, size / 2, in eval_lpcenv_2parts()
173 enum TwinVQFrameType ftype, in dequant() argument
179 for (i = 0; i < tctx->n_div[ftype]; i++) { in dequant()
184 int length = tctx->length[ftype][i >= tctx->length_change[ftype]]; in dequant()
185 int bitstream_second_part = (i >= tctx->bits_main_spec_change[ftype]); in dequant()
187 int bits = tctx->bits_main_spec[0][ftype][bitstream_second_part]; in dequant()
[all …]
Dmetasound.c118 enum TwinVQFrameType ftype) in dec_bark_env() argument
122 float *hist = tctx->bark_hist[ftype][ch]; in dec_bark_env()
123 float val = ((const float []) { 0.4, 0.35, 0.28 })[ftype]; in dec_bark_env()
124 int bark_n_coef = mtab->fmode[ftype].bark_n_coef; in dec_bark_env()
125 int fw_cb_len = mtab->fmode[ftype].bark_env_size / bark_n_coef; in dec_bark_env()
133 float tmp2 = mtab->fmode[ftype].bark_cb[fw_cb_len * in[j] + i] * in dec_bark_env()
149 mtab->fmode[ftype].bark_tab[idx]); in dec_bark_env()
150 out += mtab->fmode[ftype].bark_tab[idx]; in dec_bark_env()
155 uint8_t *dst, enum TwinVQFrameType ftype) in read_cb_data() argument
159 for (i = 0; i < tctx->n_div[ftype]; i++) { in read_cb_data()
[all …]
Dtwinvqdec.c213 enum TwinVQFrameType ftype) in dec_bark_env() argument
217 float *hist = tctx->bark_hist[ftype][ch]; in dec_bark_env()
218 float val = ((const float []) { 0.4, 0.35, 0.28 })[ftype]; in dec_bark_env()
219 int bark_n_coef = mtab->fmode[ftype].bark_n_coef; in dec_bark_env()
220 int fw_cb_len = mtab->fmode[ftype].bark_env_size / bark_n_coef; in dec_bark_env()
225 float tmp2 = mtab->fmode[ftype].bark_cb[fw_cb_len * in[j] + i] * in dec_bark_env()
234 twinvq_memset_float(out, st * gain, mtab->fmode[ftype].bark_tab[idx]); in dec_bark_env()
235 out += mtab->fmode[ftype].bark_tab[idx]; in dec_bark_env()
240 uint8_t *dst, enum TwinVQFrameType ftype) in read_cb_data() argument
244 for (i = 0; i < tctx->n_div[ftype]; i++) { in read_cb_data()
[all …]
Dtwinvq.h87 enum TwinVQFrameType ftype; member
177 enum TwinVQFrameType ftype);
Dxxan.c406 int ftype; in xan_decode_frame() local
413 ftype = bytestream2_get_le32(&s->gb); in xan_decode_frame()
414 switch (ftype) { in xan_decode_frame()
422 av_log(avctx, AV_LOG_ERROR, "Unknown frame type %d\n", ftype); in xan_decode_frame()
/third_party/benchmark/tools/gbench/
Dutil.py64 ftype = IT_Invalid
71 ftype = IT_Executable
73 ftype = IT_JSON
76 return ftype, err_msg
85 ftype, msg = classify_input_file(filename)
86 if ftype == IT_Invalid:
89 return ftype
196 ftype = check_input_file(filename)
197 if ftype == IT_JSON:
201 if ftype == IT_Executable:
[all …]
/third_party/ffmpeg/libavfilter/cuda/
Dvector_helpers.cuh30 template<> struct vector_helper<uchar> { typedef float ftype; typedef int itype; }; typedef
31 template<> struct vector_helper<uchar2> { typedef float2 ftype; typedef int2 itype; }; typedef
32 template<> struct vector_helper<uchar4> { typedef float4 ftype; typedef int4 itype; }; typedef
33 template<> struct vector_helper<ushort> { typedef float ftype; typedef int itype; }; typedef
34 template<> struct vector_helper<ushort2> { typedef float2 ftype; typedef int2 itype; }; typedef
35 template<> struct vector_helper<ushort4> { typedef float4 ftype; typedef int4 itype; }; typedef
36 template<> struct vector_helper<int> { typedef float ftype; typedef int itype; }; typedef
37 template<> struct vector_helper<int2> { typedef float2 ftype; typedef int2 itype; }; typedef
38 template<> struct vector_helper<int4> { typedef float4 ftype; typedef int4 itype; }; typedef
40 #define floatT typename vector_helper<T>::ftype
/third_party/f2fs-tools/fsck/
Dfsck.c355 static int __check_inode_mode(u32 nid, enum FILE_TYPE ftype, u16 mode) in __check_inode_mode() argument
357 if (ftype >= F2FS_FT_MAX) in __check_inode_mode()
368 if (S_ISLNK(mode) && ftype != F2FS_FT_SYMLINK) in __check_inode_mode()
370 if (S_ISREG(mode) && ftype != F2FS_FT_REG_FILE) in __check_inode_mode()
372 if (S_ISDIR(mode) && ftype != F2FS_FT_DIR) in __check_inode_mode()
374 if (S_ISCHR(mode) && ftype != F2FS_FT_CHRDEV) in __check_inode_mode()
376 if (S_ISBLK(mode) && ftype != F2FS_FT_BLKDEV) in __check_inode_mode()
378 if (S_ISFIFO(mode) && ftype != F2FS_FT_FIFO) in __check_inode_mode()
380 if (S_ISSOCK(mode) && ftype != F2FS_FT_SOCK) in __check_inode_mode()
385 nid, ftype, mode); in __check_inode_mode()
[all …]
/third_party/libabigail/tools/
Dkmidiff.cc432 file_type ftype = guess_file_type(opts.kernel_dist_root1); in main() local
433 if (ftype == FILE_TYPE_DIR) in main()
450 else if (ftype == FILE_TYPE_XML_CORPUS_GROUP) in main()
459 file_type ftype = guess_file_type(opts.kernel_dist_root2); in main() local
460 if (ftype == FILE_TYPE_DIR) in main()
476 else if (ftype == FILE_TYPE_XML_CORPUS_GROUP) in main()
/third_party/node/deps/v8/src/flags/
Dflag-definitions.h33 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
35 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
42 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
45 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
53 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
59 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
60 {Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false},
61 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ argument
62 {Flag::TYPE_##ftype, #alias, &FLAG_##nam, &FLAGDEFAULT_##nam, \
95 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
[all …]
/third_party/curl/tests/
Ddirectories.pm221 my $ftype = $file{'type'} ? $file{'type'} : "-";
234 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.cpp74 set_print_skip(ftype); in FetchInstr()
207 if (!m_skip_print.test(ftype)) { in do_print()
523 set_print_skip(ftype); in QueryBufferSizeInstr()
555 set_print_skip(ftype); in LoadFromBuffer()
656 set_print_skip(ftype); in LoadFromScratch()
/third_party/skia/third_party/externals/opengl-registry/xml/
Dreg.py921 def generateFeature(self, fname, ftype, dictionary, genProc): argument
931 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(not required)')
934 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(already declared)')
942 if (ftype == 'type'):
949 elif (ftype == 'command'):
959 self.gen.logMsg('diag', '*** Emitting', ftype, 'decl for', fname)
962 self.gen.logMsg('diag', '*** Skipping', ftype, fname,
/third_party/skia/third_party/externals/egl-registry/api/
Dreg.py930 def generateFeature(self, fname, ftype, dictionary, genProc): argument
940 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(not required)')
943 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(already declared)')
951 if (ftype == 'type'):
958 elif (ftype == 'command'):
968 self.gen.logMsg('diag', '*** Emitting', ftype, 'decl for', fname)
971 self.gen.logMsg('diag', '*** Skipping', ftype, fname,
/third_party/openGLES/xml/
Dreg.py910 def generateFeature(self, fname, ftype, dictionary, genProc): argument
920 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(not required)')
923 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(already declared)')
931 if (ftype == 'type'):
938 elif (ftype == 'command'):
948 self.gen.logMsg('diag', '*** Emitting', ftype, 'decl for', fname)
951 self.gen.logMsg('diag', '*** Skipping', ftype, fname,
/third_party/EGL/api/
Dreg.py919 def generateFeature(self, fname, ftype, dictionary, genProc): argument
929 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(not required)')
932 self.gen.logMsg('diag', '*** Skipping', ftype, fname, '(already declared)')
940 if (ftype == 'type'):
947 elif (ftype == 'command'):
957 self.gen.logMsg('diag', '*** Emitting', ftype, 'decl for', fname)
960 self.gen.logMsg('diag', '*** Skipping', ftype, fname,
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dreg.py1244 def generateFeature(self, fname, ftype, dictionary, explicit=False): argument
1255 self.gen.logMsg('diag', 'generateFeature: generating', ftype, fname)
1258 …self.gen.logMsg('diag', 'generateFeature: NOT generating', ftype, fname, 'because generator does n…
1270 self.gen.logMsg('diag', 'Skipping', ftype, fname, '(not required)')
1273 self.gen.logMsg('diag', 'Skipping', ftype, fname, '(already declared)')
1292 if ftype == 'type':
1397 elif ftype == 'command':
1408 elif ftype == 'enum':
1416 self.gen.logMsg('diag', 'Emitting', ftype, 'decl for', fname)
1421 self.gen.logMsg('diag', 'Skipping', ftype, fname,
/third_party/vulkan-headers/registry/
Dreg.py1170 def generateFeature(self, fname, ftype, dictionary): argument
1178 self.gen.logMsg('diag', 'generateFeature: generating', ftype, fname)
1188 self.gen.logMsg('diag', 'Skipping', ftype, fname, '(not required)')
1191 self.gen.logMsg('diag', 'Skipping', ftype, fname, '(already declared)')
1210 if ftype == 'type':
1315 elif ftype == 'command':
1326 elif ftype == 'enum':
1334 self.gen.logMsg('diag', 'Emitting', ftype, 'decl for', fname)
1339 self.gen.logMsg('diag', 'Skipping', ftype, fname,
/third_party/musl/arch/arm/bits/
Duser.h13 unsigned char ftype[8]; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Duser.h13 unsigned char ftype[8]; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Duser.h13 unsigned char ftype[8]; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Duser.h13 unsigned char ftype[8]; member
/third_party/mesa3d/src/compiler/nir/
Dnir_gather_xfb_info.c250 const struct glsl_type *ftype = glsl_get_struct_field(itype, f); in nir_gather_xfb_info_with_varyings() local
252 location += glsl_count_attribute_slots(ftype, false); in nir_gather_xfb_info_with_varyings()
258 &location, &offset, ftype, false); in nir_gather_xfb_info_with_varyings()
/third_party/skia/experimental/skrive/include/
DSkRive.h202 void draw(SkCanvas* canvas, const SkPaint& paint, SkPathFillType ftype) const { in draw() argument
203 return this->onDraw(canvas, paint, ftype); in draw()

12