/third_party/backends/backend/ |
H A D | fujitsu.c | 9082 unsigned char thresh = (s->threshold ? s->threshold : 127); in downsample_from_buffer() local
|
H A D | epjitsu.c | 4585 int thresh = s->threshold; in binarize_line() local
|
H A D | plustek-usbshading.c | 2399 long thresh = _AUTO_THRESH; in usb_AutoWarmup() local
|
H A D | niash.c | 305 int thresh; in _rgb2lineart() local
|
H A D | canon_dr.c | 6881 int thresh = s->threshold*3; in copy_line() local
|
H A D | epson.c | 3798 SANE_Bool thresh = SANE_FALSE; in handle_depth_halftone() local
|
H A D | avision.h | 749 uint8_t thresh; member
|
/third_party/backends/sanei/ |
H A D | sanei_magic.c | 103 int thresh = 255*3; in sanei_magic_despeck() local 170 int thresh = 255; in sanei_magic_despeck() local 715 sanei_magic_isBlank(SANE_Parameters * params, SANE_Byte * buffer, double thresh) sanei_magic_isBlank() argument 787 sanei_magic_isBlank2(SANE_Parameters * params, SANE_Byte * buffer, int dpiX, int dpiY, double thresh) sanei_magic_isBlank2() argument [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | tz2icu.cpp | 1194 bool isAfter(const Transition t, int64_t thresh) { in isAfter() argument
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_msa.c | 345 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in VFilter16() local 369 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in HFilter16() local 420 VFilterHorEdge16i(uint8_t* src, int stride, int b_limit, int limit, int thresh) VFilterHorEdge16i() argument 435 VFilter16i(uint8_t* src_y, int stride, int b_limit, int limit, int thresh) VFilter16i() argument 442 HFilterVertEdge16i(uint8_t* src, int stride, int b_limit, int limit, int thresh) HFilterVertEdge16i() argument 472 HFilter16i(uint8_t* src_y, int stride, int b_limit, int limit, int thresh) HFilter16i() argument 490 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); VFilter8() local 535 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); HFilter8() local 567 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); VFilter8i() local 598 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); HFilter8i() local [all...] |
H A D | dec_sse2.c | 593 static void SimpleVFilter16_SSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_SSE2() argument 607 static void SimpleHFilter16_SSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_SSE2() argument 617 static void SimpleVFilter16i_SSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i_SSE2() argument 336 NeedsFilter_SSE2(const __m128i* const p1, const __m128i* const p0, const __m128i* const q0, const __m128i* const q1, int thresh, __m128i* const mask) NeedsFilter_SSE2() argument 359 DoFilter2_SSE2(__m128i* const p1, __m128i* const p0, __m128i* const q0, __m128i* const q1, int thresh) DoFilter2_SSE2() argument 625 SimpleHFilter16i_SSE2(uint8_t* p, int stride, int thresh) SimpleHFilter16i_SSE2() argument 674 ComplexMask_SSE2(const __m128i* const p1, const __m128i* const p0, const __m128i* const q0, const __m128i* const q1, int thresh, int ithresh, __m128i* const mask) ComplexMask_SSE2() argument 689 VFilter16_SSE2(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) VFilter16_SSE2() argument 715 HFilter16_SSE2(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) HFilter16_SSE2() argument 735 VFilter16i_SSE2(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) VFilter16i_SSE2() argument 768 HFilter16i_SSE2(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) HFilter16i_SSE2() argument 797 VFilter8_SSE2(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) VFilter8_SSE2() argument 822 HFilter8_SSE2(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) HFilter8_SSE2() argument 842 VFilter8i_SSE2(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) VFilter8i_SSE2() argument 868 HFilter8i_SSE2(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) HFilter8i_SSE2() argument [all...] |
H A D | dec_neon.c | 513 static void SimpleVFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_NEON() argument 523 static void SimpleHFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_NEON() argument 427 NeedsFilter_NEON(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, int thresh) NeedsFilter_NEON() argument 604 SimpleVFilter16_NEON(uint8_t* p, int stride, int thresh) SimpleVFilter16_NEON() argument 625 SimpleHFilter16_NEON(uint8_t* p, int stride, int thresh) SimpleHFilter16_NEON() argument 656 SimpleVFilter16i_NEON(uint8_t* p, int stride, int thresh) SimpleVFilter16i_NEON() argument 664 SimpleHFilter16i_NEON(uint8_t* p, int stride, int thresh) SimpleHFilter16i_NEON() argument 686 NeedsFilter2_NEON(const uint8x16_t p3, const uint8x16_t p2, const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, const uint8x16_t q2, const uint8x16_t q3, int ithresh, int thresh) NeedsFilter2_NEON() argument 837 VFilter16_NEON(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) VFilter16_NEON() argument 854 HFilter16_NEON(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) HFilter16_NEON() argument 872 VFilter16i_NEON(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) VFilter16i_NEON() argument 896 HFilter16i_NEON(uint8_t* p, int stride, int thresh, int ithresh, int hev_thresh) HFilter16i_NEON() argument 919 VFilter8_NEON(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) VFilter8_NEON() argument 935 VFilter8i_NEON(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) VFilter8i_NEON() argument 952 HFilter8_NEON(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) HFilter8_NEON() argument 967 HFilter8i_NEON(uint8_t* u, uint8_t* v, int stride, int thresh, int ithresh, int hev_thresh) HFilter8i_NEON() argument [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_csp_enc.c | 192 const double thresh = 0.018053968510807; in WEBP_DSP_INIT_FUNC() local
|
H A D | quant_enc.c | 607 const int thresh = mtx->q_[1] * mtx->q_[1] / 4; in TrellisQuantizeBlock() local
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | tz2icu.cpp | 1194 bool isAfter(const Transition t, int64_t thresh) { in isAfter() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_arnndn.c | 845 float thresh; in remove_doubling() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp3.c | 670 #define thresh(n) (0x200 - (0x80 >> n)) in vp4_get_mb_count() macro 686 #undef thresh in vp4_get_mb_count() macro
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 4347 unsigned long thresh = sysctl_sched_latency; in place_entity() local 7266 long thresh = sysctl_sched_latency; in wakeup_latency_gran() local
|