Home
last modified time | relevance | path

Searched defs:high (Results 1 - 25 of 273) sorted by relevance

1234567891011

/third_party/ffmpeg/libavcodec/
H A Dvorbis.h38 uint16_t high; member
H A Dcfhdencdsp.c49 static void horiz_filter(int16_t *input, int16_t *low, int16_t *high, in horiz_filter() argument
62 static void vert_filter(int16_t *input, int16_t *low, int16_t *high, in vert_filter() argument
26 filter(int16_t *input, ptrdiff_t in_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len) filter() argument
H A Dcfhddsp.c26 filter(int16_t *output, ptrdiff_t out_stride, const int16_t *low, ptrdiff_t low_stride, const int16_t *high, ptrdiff_t high_stride, int len, int clip) filter() argument
67 vert_filter(int16_t *output, ptrdiff_t out_stride, const int16_t *low, ptrdiff_t low_stride, const int16_t *high, ptrdiff_t high_stride, int width, int height) vert_filter() argument
80 horiz_filter(int16_t *output, ptrdiff_t ostride, const int16_t *low, ptrdiff_t lstride, const int16_t *high, ptrdiff_t hstride, int width, int height) horiz_filter() argument
93 horiz_filter_clip(int16_t *output, const int16_t *low, const int16_t *high, int width, int clip) horiz_filter_clip() argument
99 horiz_filter_clip_bayer(int16_t *output, const int16_t *low, const int16_t *high, int width, int clip) horiz_filter_clip_bayer() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dfix_word_test.cpp48 uint32_t high = 0xdeadbeef; in TEST() local
58 uint32_t high = 0xdeadbeef; in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dfix_word_test.cpp48 uint32_t high = 0xdeadbeef; in TEST() local
58 uint32_t high = 0xdeadbeef; in TEST() local
/third_party/spirv-tools/test/
H A Dfix_word_test.cpp48 uint32_t high = 0xdeadbeef; in TEST() local
58 uint32_t high = 0xdeadbeef; in TEST() local
/third_party/elfutils/tests/
H A Ddwfl-bug-addr-overflow.c46 Dwfl_Module *high = dwfl_report_module (dwfl, "high", in main() local
/third_party/ninja/src/
H A Dhash_collision_bench.cc24 int random(int low, int high) { in random() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-bigint-gen.cc69 auto high = UncheckedParameter<IntPtrT>(Descriptor::kHigh); in TF_BUILTIN() local
/third_party/ffmpeg/libavcodec/arm/
H A Dvp56_arith.h47 unsigned high = c->high << shift; in vp56_rac_get_prob_armv6() local
84 unsigned high = c->high << shift; in vp56_rac_get_prob_branchy_armv6() local
[all...]
/third_party/mbedtls/include/mbedtls/
H A Derror.h153 static inline int mbedtls_error_add(int high, int low, in mbedtls_error_add() argument
[all...]
/third_party/node/deps/v8/src/bigint/
H A Dmul-schoolbook.cc16 digit_t high = 0; in MultiplySingle() local
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeRISCV_64.c29 sljit_sw high; in load_immediate() local
131 sljit_sw high; emit_const() local
155 sljit_sw high; sljit_set_jump_addr() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dspirv_endian.cpp44 uint64_t spvFixDoubleWord(const uint32_t low, const uint32_t high, in spvFixDoubleWord() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dspirv_endian.cpp44 uint64_t spvFixDoubleWord(const uint32_t low, const uint32_t high, in spvFixDoubleWord() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMagic.cpp89 unsigned high = Data2MSB ? 16 : 17; in identify_magic() local
/third_party/vixl/examples/aarch64/
H A Dcheck-bounds.cc64 run_function(Simulator* simulator, Instruction* function, uint64_t value, uint64_t low, uint64_t high) run_function() argument
/third_party/spirv-tools/source/
H A Dspirv_endian.cpp44 uint64_t spvFixDoubleWord(const uint32_t low, const uint32_t high, in spvFixDoubleWord() argument
/third_party/ffmpeg/libavfilter/
H A Dedge_common.c109 void ff_double_threshold(int low, int high, int w, int h, in ff_double_threshold() argument
[all...]
/third_party/lwip/src/netif/ppp/polarssl/
H A Dmd5.c266 unsigned long high, low; in md5_finish() local
H A Dmd4.c247 unsigned long high, low; in md4_finish() local
H A Dsha1.c300 unsigned long high, low; in sha1_finish() local
/third_party/mesa3d/src/util/tests/
H A Dregister_allocate_test.cpp160 struct ra_class *high = ra_alloc_contig_reg_class(regs, 1); in TEST_F() local
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DSincResampler.cpp73 float high = mSingleFrame2[channel]; in readFrame() local
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dsequence_lock_test.cc107 std::vector<int> MultiplicativeRange(int low, int high, int scale) { in MultiplicativeRange() argument

Completed in 10 milliseconds

1234567891011