/third_party/ffmpeg/libavfilter/ |
H A D | afir_template.c | 27 #undef ftype macro 34 #define ftype float macro 39 #define ftype double macro 49 ftype *mag, *phase, *delay, min = FLT_MAX, max = FLT_MIN; in draw_response() 50 ftype min_delay = FLT_MAX, max_delay = FLT_MIN; in draw_response() 65 const ftype *src = (const ftype *)s->ir[s->selir]->extended_data[channel]; in draw_response() 138 ftype *time = (ftype *)s->ir[s->selir]->extended_data[!s->one2many * ch]; in convert_channels() 148 ftype *blocki in convert_channels() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | twinvq.c | 116 enum TwinVQFrameType ftype, in eval_lpcenv_or_interp() 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() 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() 115 eval_lpcenv_or_interp(TwinVQContext *tctx, enum TwinVQFrameType ftype, float *out, const float *in, int size, int step, int part) eval_lpcenv_or_interp() argument 172 dequant(TwinVQContext *tctx, const uint8_t *cb_bits, float *out, enum TwinVQFrameType ftype, const int16_t *cb0, const int16_t *cb1, int cb_len) dequant() argument 214 dec_gain(TwinVQContext *tctx, enum TwinVQFrameType ftype, float *out) dec_gain() argument 304 dec_lpc_spectrum_inv(TwinVQContext *tctx, float *lsp, enum TwinVQFrameType ftype, float *lpc) dec_lpc_spectrum_inv() argument 328 imdct_and_window(TwinVQContext *tctx, enum TwinVQFrameType ftype, int wtype, float *in, float *prev, int ch) imdct_and_window() argument 379 imdct_output(TwinVQContext *tctx, enum TwinVQFrameType ftype, int wtype, float **out, int offset) imdct_output() argument 414 read_and_decode_spectrum(TwinVQContext *tctx, float *out, enum TwinVQFrameType ftype) read_and_decode_spectrum() argument 581 permutate_in_line(int16_t *tab, int num_vect, int num_blocks, int block_size, const uint8_t line_len[2], int length_div, enum TwinVQFrameType ftype) permutate_in_line() argument 641 construct_perm_table(TwinVQContext *tctx, enum TwinVQFrameType ftype) construct_perm_table() argument [all...] |
H A D | metasound.c | 118 enum TwinVQFrameType ftype) in dec_bark_env() 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() 159 for (i = 0; i < tctx->n_div[ftype]; in read_cb_data() 116 dec_bark_env(TwinVQContext *tctx, const uint8_t *in, int use_hist, int ch, float *out, float gain, enum TwinVQFrameType ftype) dec_bark_env() argument 154 read_cb_data(TwinVQContext *tctx, GetBitContext *gb, uint8_t *dst, enum TwinVQFrameType ftype) read_cb_data() argument [all...] |
H A D | twinvqdec.c | 213 enum TwinVQFrameType ftype) in dec_bark_env() 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() 244 for (i = 0; i < tctx->n_div[ftype]; in read_cb_data() 211 dec_bark_env(TwinVQContext *tctx, const uint8_t *in, int use_hist, int ch, float *out, float gain, enum TwinVQFrameType ftype) dec_bark_env() argument 239 read_cb_data(TwinVQContext *tctx, GetBitContext *gb, uint8_t *dst, enum TwinVQFrameType ftype) read_cb_data() argument [all...] |
H A D | twinvq.h | 87 enum TwinVQFrameType ftype; member 177 enum TwinVQFrameType ftype);
|
H A D | xxan.c | 406 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/ |
H A D | util.py | 64 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 [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | fsck.c | 355 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, mod in __check_inode_mode() 389 sanity_check_nid(struct f2fs_sb_info *sbi, u32 nid, struct f2fs_node *node_blk, enum FILE_TYPE ftype, enum NODE_TYPE ntype, struct node_info *ni) sanity_check_nid() argument 517 fsck_sanity_check_nid(struct f2fs_sb_info *sbi, u32 nid, struct f2fs_node *node_blk, enum FILE_TYPE ftype, enum NODE_TYPE ntype, struct node_info *ni) fsck_sanity_check_nid() argument 553 fsck_chk_node_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype, u32 *blk_cnt, struct f2fs_compr_blk_cnt *cbc, struct child_info *child) fsck_chk_node_blk() argument 689 fsck_chk_inode_blk(struct f2fs_sb_info *sbi, u32 nid, enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, struct f2fs_compr_blk_cnt *cbc, struct node_info *ni, struct child_info *child_d) fsck_chk_inode_blk() argument 1201 fsck_chk_dnode_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, u32 nid, enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, struct f2fs_compr_blk_cnt *cbc, struct child_info *child, struct node_info *ni) fsck_chk_dnode_blk() argument 1266 fsck_chk_idnode_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, struct f2fs_compr_blk_cnt *cbc, struct child_info *child) fsck_chk_idnode_blk() argument 1309 fsck_chk_didnode_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, struct f2fs_compr_blk_cnt *cbc, struct child_info *child) fsck_chk_didnode_blk() argument 1583 enum FILE_TYPE ftype; __chk_dentries() local 1849 fsck_chk_data_blk(struct f2fs_sb_info *sbi, int casefolded, u32 blk_addr, struct child_info *child, int last_blk, enum FILE_TYPE ftype, u32 parent_nid, u16 idx_in_node, u8 ver, int enc_name) fsck_chk_data_blk() argument 2700 int ftype, ret; fsck_do_reconnect_file() local 2916 int err, cnt = 0, ftype; fsck_reconnect_file() local [all...] |
/third_party/libabigail/tools/ |
H A D | kmidiff.cc | 432 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/ |
H A D | flag-definitions.h | 33 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ 35 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ 42 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ 45 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ 53 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ 59 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ 60 {Flag::TYPE_##ftype, #nam, &FLAG_##nam, &FLAGDEFAULT_##nam, cmt, false}, 61 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ 62 {Flag::TYPE_##ftype, #alias, &FLAG_##nam, &FLAGDEFAULT_##nam, \ 95 #define FLAG_FULL(ftype, ctyp [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_fetch.cpp | 74 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/musl/porting/uniproton/kernel/include/bits/ |
H A D | user.h | 13 unsigned char ftype[8]; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | user.h | 13 unsigned char ftype[8]; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | user.h | 13 unsigned char ftype[8]; member
|
/third_party/musl/arch/arm/bits/ |
H A D | user.h | 13 unsigned char ftype[8]; member
|
/third_party/EGL/api/ |
H A D | reg.py | 916 # ftype - type of feature, 'type' | 'enum' | 'command' 919 def generateFeature(self, fname, ftype, dictionary, genProc): 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/openGLES/xml/ |
H A D | reg.py | 907 # ftype - type of feature, 'type' | 'enum' | 'command' 910 def generateFeature(self, fname, ftype, dictionary, genProc): 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/skia/third_party/externals/opengl-registry/xml/ |
H A D | reg.py | 918 # ftype - type of feature, 'type' | 'enum' | 'command' 921 def generateFeature(self, fname, ftype, dictionary, genProc): 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/ |
H A D | reg.py | 927 # ftype - type of feature, 'type' | 'enum' | 'command' 930 def generateFeature(self, fname, ftype, dictionary, genProc): 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/backends/frontend/ |
H A D | scanimage.c | 2262 char ftype; in main() local 2277 ftype = 's'; in main() 2281 ftype = 's'; in main() 2285 ftype = 's'; in main() 2289 ftype = 's'; in main() 2293 ftype = 'i'; in main() 2297 ftype = 's'; in main() 2301 ftype = 's'; in main() 2308 ftype = 's'; in main() 2311 switch (ftype) in main() [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reg.py | 1244 def generateFeature(self, fname, ftype, dictionary, explicit=False): 1249 - ftype - type of feature, 'type' | 'enum' | 'command' 1255 self.gen.logMsg('diag', 'generateFeature: generating', ftype, fname) 1258 self.gen.logMsg('diag', 'generateFeature: NOT generating', ftype, fname, 'because generator does not require dependencies') 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, 'dec [all...] |
/third_party/vulkan-headers/registry/ |
H A D | reg.py | 1244 def generateFeature(self, fname, ftype, dictionary, explicit=False): 1249 - ftype - type of feature, 'type' | 'enum' | 'command' 1255 self.gen.logMsg('diag', 'generateFeature: generating', ftype, fname) 1258 self.gen.logMsg('diag', 'generateFeature: NOT generating', ftype, fname, 'because generator does not require dependencies') 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, 'dec [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_gather_xfb_info.c | 250 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/curl/tests/ |
H A D | directories.pm | 221 my $ftype = $file{'type'} ? $file{'type'} : "-"; 234 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
|
/third_party/skia/experimental/skrive/include/ |
H A D | SkRive.h | 202 void draw(SkCanvas* canvas, const SkPaint& paint, SkPathFillType ftype) const { in draw() 203 return this->onDraw(canvas, paint, ftype); in draw()
|