Home
last modified time | relevance | path

Searched defs:OUT (Results 1 – 25 of 38) sorted by relevance

12

/third_party/ffmpeg/libswresample/aarch64/
Dresample_init.c31 #define DECLARE_RESAMPLE_COMMON_TEMPLATE(TYPE, DELEM, FELEM, FELEM2, OUT) \ argument
97 #define OUT(d, v) d = v macro
98 DECLARE_RESAMPLE_COMMON_TEMPLATE(float, float, float, float, OUT) in DECLARE_RESAMPLE_COMMON_TEMPLATE() argument
101 #define OUT(d, v) (v) = ((v) + (1<<(14)))>>15; (d) = av_clip_int16(v) in DECLARE_RESAMPLE_COMMON_TEMPLATE() macro
/third_party/ffmpeg/libswresample/arm/
Dresample_init.c31 #define DECLARE_RESAMPLE_COMMON_TEMPLATE(TYPE, DELEM, FELEM, FELEM2, OUT) \ argument
97 #define OUT(d, v) d = v macro
98 DECLARE_RESAMPLE_COMMON_TEMPLATE(float, float, float, float, OUT) in DECLARE_RESAMPLE_COMMON_TEMPLATE() argument
101 #define OUT(d, v) (v) = ((v) + (1<<(14)))>>15; (d) = av_clip_int16(v) in DECLARE_RESAMPLE_COMMON_TEMPLATE() macro
/third_party/ffmpeg/libavresample/
Dresample_template.c32 #define OUT(d, v) d = v macro
39 #define OUT(d, v) d = v macro
46 #define OUT(d, v) d = av_clipl_int32((v + (1 << 29)) >> 30) macro
53 #define OUT(d, v) d = av_clip_int16((v + (1 << 14)) >> 15) macro
/third_party/rust/crates/nix/src/sys/ioctl/
Dbsd.rs19 pub const OUT: ioctl_num_type = 0x4000_0000; constant
/third_party/ffmpeg/libswresample/
Dresample_template.c36 # define OUT(d, v) d = v macro
46 # define OUT(d, v) d = v macro
58 # define OUT(d, v) (d) = av_clipl_int32((v)>>FILTER_SHIFT) macro
71 # define OUT(d, v) (d) = av_clip_int16((v)>>FILTER_SHIFT) macro
/third_party/ffmpeg/libavcodec/
Dflacdsp_template.c40 # define OUT(n) n macro
45 # define OUT(n) n[0] macro
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/basic_concepts/scopes/
Dscopes_1.ts33 class OUT { class
/third_party/ffmpeg/libavcodec/arm/
Dmlpdsp_armv6.S94 OUT .req a4 label
235 OUT .req a4 label
346 OUT .req a4 label
Dmdct_vfp.S27 OUT .req v1 label
/third_party/ltp/pan/
Dscan.l166 BEGIN OUT; variable
/third_party/icu/tools/multi/proj/chello/
DMakefile25 OUT=out macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dpoll_fd.rs14 const OUT = linux_raw_sys::general::POLLOUT as u16; constant
Depoll.rs92 const OUT = linux_raw_sys::general::EPOLLOUT as u32; constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Dpoll_fd.rs22 const OUT = c::POLLOUT; constant
Depoll.rs91 const OUT = c::EPOLLOUT as u32; constant
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcommon_sse41.h27 #define WEBP_SSE41_SHUFF(OUT, IN0, IN1) \ argument
Dcommon_sse2.h109 #define VP8PlanarTo24bHelper(IN, OUT) \ argument
Dlossless_sse2.c279 #define DO_PRED10(OUT) do { \ argument
321 #define DO_PRED11(OUT) do { \ argument
378 #define DO_PRED12(DIFF, LANE, OUT) do { \ argument
Dyuv_sse41.c272 #define WEBP_SSE41_SHUFF(OUT) do { \ argument
354 ROUNDER, DESCALE_FIX, OUT) do { \ argument
/third_party/skia/third_party/externals/freetype/src/base/
Dmd5.c252 #define OUT(dst, src) \ macro
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayBorderPanel.java46 public final static int OUT = 4; field in HolidayBorderPanel
/third_party/icu/tools/multi/proj/provider/
DMakefile77 OUT=$(TOP)/out macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex2.h162 #define OUT (CHAR_MAX+1) /* a non-character value */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex2.h159 #define OUT (CHAR_MAX+1) /* a non-character value */ macro
/third_party/vk-gl-cts/framework/randomshaders/
DrsgToken.hpp114 OUT, enumerator

12