Home
last modified time | relevance | path

Searched defs:ftype (Results 1 – 25 of 31) sorted by relevance

12

/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
/third_party/ffmpeg/libavcodec/
Dtwinvq.c116 enum TwinVQFrameType ftype, in eval_lpcenv_or_interp()
152 static void eval_lpcenv_2parts(TwinVQContext *tctx, enum TwinVQFrameType ftype, in eval_lpcenv_2parts()
173 enum TwinVQFrameType ftype, in dequant()
215 enum TwinVQFrameType ftype, float *out) in dec_gain()
304 enum TwinVQFrameType ftype, float *lpc) in dec_lpc_spectrum_inv()
327 static void imdct_and_window(TwinVQContext *tctx, enum TwinVQFrameType ftype, in imdct_and_window()
378 static void imdct_output(TwinVQContext *tctx, enum TwinVQFrameType ftype, in imdct_output()
413 enum TwinVQFrameType ftype) in read_and_decode_spectrum()
583 enum TwinVQFrameType ftype) in permutate_in_line()
641 enum TwinVQFrameType ftype) in construct_perm_table()
Dtwinvqdec.c213 enum TwinVQFrameType ftype) in dec_bark_env()
240 uint8_t *dst, enum TwinVQFrameType ftype) in read_cb_data()
Dmetasound.c117 enum TwinVQFrameType ftype) in dec_bark_env()
153 uint8_t *dst, enum TwinVQFrameType ftype) in read_cb_data()
Dxxan.c406 int ftype; in xan_decode_frame() local
Dtwinvq.h88 enum TwinVQFrameType ftype; member
/third_party/boost/libs/numeric/ublas/examples/tensor/
Dconstruction_access.cpp26 using ftype = float; in main() typedef
/third_party/f2fs-tools/fsck/
Dfsck.c343 static int __check_inode_mode(u32 nid, enum FILE_TYPE ftype, u16 mode) in __check_inode_mode()
379 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in sanity_check_nid()
492 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_sanity_check_nid()
527 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_chk_node_blk()
661 enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_inode_blk()
1113 u32 nid, enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_dnode_blk()
1158 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_idnode_blk()
1200 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_didnode_blk()
1455 enum FILE_TYPE ftype; in __chk_dentries() local
1692 enum FILE_TYPE ftype, u32 parent_nid, u16 idx_in_node, u8 ver, in fsck_chk_data_blk()
[all …]
/third_party/iowow/src/platform/
Diwp.h125 iwp_file_type ftype; /**< File type. */ member
/third_party/boost/boost/polygon/detail/
Dpolygon_simplify.hpp23 typedef typename coordinate_traits<coordinate_type>::area_type ftype; in simplify() typedef
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dgstcapslist.c29 GType ftype = G_VALUE_TYPE (value); in remove_range_foreach() local
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Duser.h13 unsigned char ftype[8]; member
/third_party/musl/arch/arm/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.c249 const struct glsl_type *ftype = glsl_get_struct_field(itype, f); in nir_gather_xfb_info_with_varyings() local
/third_party/skia/experimental/skrive/include/
DSkRive.h202 void draw(SkCanvas* canvas, const SkPaint& paint, SkPathFillType ftype) const { in draw()
/third_party/python/Modules/_ctypes/
Dstgdict.c221 PyObject *fname, *ftype, *bits; in MakeFields() local
/third_party/e2fsprogs/e2fsck/
Dpass2.c410 int ftype = EXT2_FT_DIR; in check_dot() local
486 int ftype = EXT2_FT_DIR; in check_dotdot() local
/third_party/vulkan-headers/registry/
Dreg.py1050 def generateFeature(self, fname, ftype, dictionary): argument
/third_party/skia/third_party/externals/egl-registry/api/
Dreg.py930 def generateFeature(self, fname, ftype, dictionary, genProc): argument
/third_party/skia/third_party/externals/opengl-registry/xml/
Dreg.py921 def generateFeature(self, fname, ftype, dictionary, genProc): argument
/third_party/EGL/api/
Dreg.py919 def generateFeature(self, fname, ftype, dictionary, genProc): argument
/third_party/openGLES/xml/
Dreg.py910 def generateFeature(self, fname, ftype, dictionary, genProc): argument
/third_party/glib/gobject/
Dgtype.c423 GType ftype, in type_node_any_new_W()
530 GType ftype = NODE_FUNDAMENTAL_TYPE (node); in type_node_fundamental_info_I() local
539 type_node_fundamental_new_W (GType ftype, in type_node_fundamental_new_W()
889 GType ftype, in check_type_info_I()

12