Home
last modified time | relevance | path

Searched defs:ftype (Results 1 – 25 of 28) 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/f2fs-tools/fsck/
Dfsck.c355 static int __check_inode_mode(u32 nid, enum FILE_TYPE ftype, u16 mode) in __check_inode_mode()
391 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in sanity_check_nid()
519 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_sanity_check_nid()
554 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_chk_node_blk()
690 enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_inode_blk()
1197 u32 nid, enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_dnode_blk()
1262 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_idnode_blk()
1305 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_didnode_blk()
1578 enum FILE_TYPE ftype; in __chk_dentries() local
1846 enum FILE_TYPE ftype, u32 parent_nid, u16 idx_in_node, u8 ver, in fsck_chk_data_blk()
[all …]
/third_party/libabigail/tools/
Dkmidiff.cc432 file_type ftype = guess_file_type(opts.kernel_dist_root1); in main() local
459 file_type ftype = guess_file_type(opts.kernel_dist_root2); in main() local
/third_party/iowow/src/platform/
Diwp.h125 iwp_file_type ftype; /**< File type. */ member
/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/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_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/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.h57 ftype, enumerator
/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/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
/third_party/vulkan-headers/registry/
Dreg.py1107 def generateFeature(self, fname, ftype, dictionary): argument
/third_party/EGL/api/
Dreg.py919 def generateFeature(self, fname, ftype, dictionary, genProc): 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/openGLES/xml/
Dreg.py910 def generateFeature(self, fname, ftype, dictionary, genProc): argument
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c423 LLVMTypeRef ftype = LLVMFunctionType(ctx->voidt, NULL, 0, false); in ac_build_optimization_barrier() local
429 LLVMTypeRef ftype = LLVMFunctionType(ctx->i32, &ctx->i32, 1, false); in ac_build_optimization_barrier() local
436 LLVMTypeRef ftype = LLVMFunctionType(ctx->i16, &ctx->i16, 1, false); in ac_build_optimization_barrier() local
442 LLVMTypeRef ftype = LLVMFunctionType(type, &type, 1, false); in ac_build_optimization_barrier() local
447 LLVMTypeRef ftype = LLVMFunctionType(ctx->i32, &ctx->i32, 1, false); in ac_build_optimization_barrier() local
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/
DSDL_render_gles2.c1138 GLES2_ShaderType vtype, ftype; in GLES2_SelectProgram() local

12