Home
last modified time | relevance | path

Searched defs:min_val (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dbbox.c81 ff_calculate_bounding_box(FFBoundingBox *bbox, const uint8_t *data, int linesize, int w, int h, int min_val, int depth) ff_calculate_bounding_box() argument
H A Dvf_bbox.c35 int min_val; member
H A Dvf_selectivecolor.c117 static int get_rgb_scale(int r, int g, int b, int min_val, int max_val) in get_rgb_scale() argument
122 static int get_cmy_scale(int r, int g, int b, int min_val, int max_val) in get_cmy_scale() argument
H A Dvf_removelogo.c133 convert_mask_to_strength_mask(uint8_t *data, int linesize, int w, int h, int min_val, int *max_mask_size) convert_mask_to_strength_mask() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Duniform_real_distribution_test.cc267 const double min_val = param.a(); in TYPED_TEST() local
/third_party/mesa3d/src/util/tests/
H A Drb_tree_test.cpp118 int min_val = INT_MAX; in validate_tree_order() local
/third_party/musl/libc-test/src/functional/
H A Dtest-iterate.c73 uintptr_t min_val = UINTPTR_MAX, max_val = 0; in fill_allocations_info() local
/third_party/skia/third_party/externals/brotli/research/
H A Ddraw_diff.cc69 int min_val = std::min(255 - image1[i][j], 255 - image2[i][j]); in DrawDiff() local
/third_party/backends/backend/
H A Depson2-commands.c154 double min_val = 1.0; in get_rounddown_index() local
H A Depsonds.c2736 double min_val = 1.0; in get_rounddown_index() local
/third_party/ffmpeg/libavcodec/
H A Datrac3plus.c243 int i, weight_idx = 0, delta, diff, pos, delta_bits, min_val, flag, in decode_channel_wordlen() local
391 delta_bits, min_val, vlc_sel, start_val; in decode_channel_sf_idx() local
873 int i, delta, delta_bits, min_val; decode_gainc_npoints() local
979 int sb, i, delta, delta_bits, min_val, pred; decode_gainc_levels() local
1117 int sb, i, delta, delta_bits, min_val, pred, more_than_ref; decode_gainc_loc_codes() local
[all...]
H A Dspeexdec.c655 static void sanitize_values(float *vec, float min_val, float max_val, int len) in sanitize_values() argument
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_ctx.c1016 int min_val; in OSSL_CMP_CTX_set_option() local
/third_party/openssl/crypto/cmp/
H A Dcmp_ctx.c1016 int min_val; in OSSL_CMP_CTX_set_option() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwmm_ac.c314 param_in_range(const char *name, long value, long min_val, long max_val) param_in_range() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwmm_ac.c314 param_in_range(const char *name, long value, long min_val, long max_val) param_in_range() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builder.h824 nir_fclamp(nir_builder *b, nir_ssa_def *x, nir_ssa_def *min_val, nir_ssa_def *max_val) nir_fclamp() argument
831 nir_iclamp(nir_builder *b, nir_ssa_def *x, nir_ssa_def *min_val, nir_ssa_def *max_val) nir_iclamp() argument
838 nir_uclamp(nir_builder *b, nir_ssa_def *x, nir_ssa_def *min_val, nir_ssa_def *max_val) nir_uclamp() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c564 long long min_val; in get_signed_divisor() local
H A Dlp_bld_arit.c468 LLVMValueRef min_val = lp_build_const_int_vec(bld->gallivm, type, sign); in lp_build_add() local
795 LLVMValueRef min_val = in lp_build_sub() local
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc1452 void VectorConverFromFPSaturate(Simulator* sim, Instruction* instr, T min_val, in VectorConverFromFPSaturate() argument
1477 void VectorPackSaturate(Simulator* sim, Instruction* instr, S min_val, in VectorPackSaturate() argument
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp400 simdutf_really_inline uint8_t min_val() const { return vminvq_u8(*this); } in min_val() function
402 simdutf_really_inline simd8<uint8_t> min_val(const simd8<uint8_t> other) const { return vminq_u8(*this, other); } in min_val() function
581 simdutf_really_inline int8_t min_val() const { return vminvq_s8(value); } in min_val() function
586 simdutf_really_inline simd8<int8_t> min_val(const simd8<int8_t> other) const { return vminq_s8(value, other.value); } in min_val() function
876 simdutf_really_inline int16_t min_val() const { return vminvq_s16(vreinterpretq_s16_u16(this->value)); } in min_val() function
879 simdutf_really_inline simd16<int16_t> min_val(const simd16<int16_t> other) const { return vmaxq_s16(vreinterpretq_s16_u16(this->value), vreinterpretq_s16_u16(other.value)); } in min_val() function
901 simdutf_really_inline int16_t min_val() const { return vminvq_u16(*this); } in min_val() function
908 simdutf_really_inline simd16<uint16_t> min_val(const simd16<uint16_t> other) const { return vminq_u16(*this, other); } in min_val() function
1852 simdutf_really_inline simd8<int8_t> min_val(cons in max_val() function
1898 simdutf_really_inline simd8<uint8_t> min_val(const simd8<uint8_t> other) const { return _mm256_min_epu8(other, *this); } min_val() function
2142 simdutf_really_inline simd16<int16_t> min_val(const simd16<int16_t> other) const { return _mm256_min_epi16(*this, other); } min_val() function
2165 simdutf_really_inline simd16<uint16_t> min_val(const simd16<uint16_t> other) const { return _mm256_min_epu16(*this, other); } min_val() function
2749 simdutf_really_inline simd8<int8_t> min_val(const simd8<int8_t> other) const { return _mm_min_epi8(*this, other); } min_val() function
2789 simdutf_really_inline simd8<uint8_t> min_val(const simd8<uint8_t> other) const { return _mm_min_epu8(*this, other); } min_val() function
2848 simdutf_really_inline simd8<uint16_t> min_val(const simd8<uint16_t> other) const { return _mm_min_epu16(*this, other); } min_val() function
3097 simdutf_really_inline simd16<int16_t> min_val(const simd16<int16_t> other) const { return _mm_min_epi16(*this, other); } min_val() function
3130 simdutf_really_inline simd16<uint16_t> min_val(const simd16<uint16_t> other) const { return _mm_min_epu16(*this, other); } min_val() function
3683 min_val(const simd8<int8_t> other) const { min_val() function
3741 min_val(const simd8<uint8_t> other) const { min_val() function
[all...]

Completed in 50 milliseconds