Home
last modified time | relevance | path

Searched defs:thresh (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec_mips32.c69 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev()
94 int thresh, int ithresh, int hev_thresh) { in FilterLoop26()
110 int thresh, int ithresh, int hev_thresh) { in FilterLoop24()
126 int thresh, int ithresh, int hev_thresh) { in VFilter16()
131 int thresh, int ithresh, int hev_thresh) { in HFilter16()
137 int thresh, int ithresh, int hev_thresh) { in VFilter8()
143 int thresh, int ithresh, int hev_thresh) { in HFilter8()
149 int thresh, int ithresh, int hev_thresh) { in VFilter8i()
155 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
162 int thresh, int ithresh, int hev_thresh) { in VFilter16i()
[all …]
Ddec_mips_dsp_r2.c162 int thresh, int ithresh, int hev_thresh) { in FilterLoop26()
300 int thresh, int ithresh, int hev_thresh) { in FilterLoop24()
429 int thresh, int ithresh, int hev_thresh) { in VFilter16()
434 int thresh, int ithresh, int hev_thresh) { in HFilter16()
440 int thresh, int ithresh, int hev_thresh) { in VFilter8()
446 int thresh, int ithresh, int hev_thresh) { in HFilter8()
453 int thresh, int ithresh, int hev_thresh) { in VFilter16i()
462 int thresh, int ithresh, int hev_thresh) { in HFilter16i()
471 int thresh, int ithresh, int hev_thresh) { in VFilter8i()
477 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
[all …]
Ddec.c523 static WEBP_INLINE int Hev(const uint8_t* p, int step, int thresh) { in Hev()
553 static void SimpleVFilter16_C(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_C()
563 static void SimpleHFilter16_C(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_C()
573 static void SimpleVFilter16i_C(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i_C()
581 static void SimpleHFilter16i_C(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i_C()
596 int thresh, int ithresh, in FilterLoop26_C()
613 int thresh, int ithresh, in FilterLoop24_C()
632 int thresh, int ithresh, int hev_thresh) { in VFilter16_C()
637 int thresh, int ithresh, int hev_thresh) { in HFilter16_C()
643 int thresh, int ithresh, int hev_thresh) { in VFilter16i_C()
[all …]
Dquant.h31 int thresh) { in IsFlat()
56 int thresh) { in IsFlat()
Ddec_sse2.c340 int thresh, __m128i* const mask) { in NeedsFilter_SSE2()
361 int thresh) { in DoFilter2_SSE2()
593 static void SimpleVFilter16_SSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_SSE2()
607 static void SimpleHFilter16_SSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_SSE2()
617 static void SimpleVFilter16i_SSE2(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i_SSE2()
625 static void SimpleHFilter16i_SSE2(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i_SSE2()
678 int thresh, int ithresh, in ComplexMask_SSE2()
690 int thresh, int ithresh, int hev_thresh) { in VFilter16_SSE2()
716 int thresh, int ithresh, int hev_thresh) { in HFilter16_SSE2()
736 int thresh, int ithresh, int hev_thresh) { in VFilter16i_SSE2()
[all …]
Ddec_neon.c429 int thresh) { in NeedsFilter_NEON()
513 static void SimpleVFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_NEON()
523 static void SimpleHFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_NEON()
567 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \ argument
595 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ argument
604 static void SimpleVFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_NEON()
625 static void SimpleHFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_NEON()
656 static void SimpleVFilter16i_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i_NEON()
664 static void SimpleHFilter16i_NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i_NEON()
690 int ithresh, int thresh) { in NeedsFilter2_NEON()
[all …]
Ddec_msa.c345 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
421 int b_limit, int limit, int thresh) { in VFilterHorEdge16i()
436 int b_limit, int limit, int thresh) { in VFilter16i()
443 int b_limit, int limit, int thresh) { in HFilterVertEdge16i()
473 int b_limit, int limit, int thresh) { in HFilter16i()
490 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in VFilter8() local
535 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in HFilter8() local
567 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in VFilter8i() local
598 const v16u8 thresh = (v16u8)__msa_fill_b(thresh_in); in HFilter8i() local
/third_party/ffmpeg/libavfilter/x86/
Dvf_gradfun_init.c44 int width, int thresh, in gradfun_filter_line_mmxext()
60 int width, int thresh, in gradfun_filter_line_ssse3()
/third_party/ffmpeg/libavcodec/loongarch/
Dvp8_lpf_lsx.c250 __m128i mask, hev, flat, thresh, limit, b_limit; in ff_vp8_v_loop_filter16_lsx() local
283 __m128i mask, hev, flat, thresh, limit, b_limit; in ff_vp8_v_loop_filter8uv_lsx() local
334 __m128i mask, hev, flat, thresh, limit, b_limit; in ff_vp8_h_loop_filter16_lsx() local
421 __m128i mask, hev, flat, thresh, limit, b_limit; in ff_vp8_h_loop_filter8uv_lsx() local
509 __m128i thresh, b_limit, limit; in ff_vp8_v_loop_filter16_inner_lsx() local
541 __m128i thresh, b_limit, limit; in ff_vp8_h_loop_filter16_inner_lsx() local
Dvp9_lpf_lsx.c237 __m128i mask, hev, flat, thresh, b_limit, limit; in ff_loop_filter_v_4_8_lsx() local
310 __m128i mask, hev, flat, thresh, b_limit, limit; in ff_loop_filter_v_8_8_lsx() local
384 __m128i flat, mask, hev, tmp, thresh, b_limit, limit; in ff_loop_filter_v_88_16_lsx() local
475 __m128i flat, mask, hev, tmp, thresh, b_limit, limit; in ff_loop_filter_v_84_16_lsx() local
557 __m128i flat, mask, hev, tmp, thresh, b_limit, limit; in ff_loop_filter_v_48_16_lsx() local
640 __m128i flat, mask, hev, thresh, b_limit, limit; in vp9_hz_lpf_t4_and_t8_16w() local
1107 __m128i flat2, mask, hev, flat, thresh, b_limit, limit; in ff_loop_filter_v_16_8_lsx() local
1360 __m128i mask, hev, flat, limit, thresh, b_limit; in ff_loop_filter_h_4_8_lsx() local
1487 __m128i flat, mask, hev, thresh, b_limit, limit; in ff_loop_filter_h_8_8_lsx() local
1605 __m128i flat, mask, hev, thresh, b_limit, limit; in ff_loop_filter_h_88_16_lsx() local
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dvp8_lpf_msa.c302 v16u8 mask, hev, flat, thresh, limit, b_limit; in ff_vp8_v_loop_filter16_msa() local
327 v16u8 mask, hev, flat, thresh, limit, b_limit; in ff_vp8_v_loop_filter8uv_msa() local
379 v16u8 mask, hev, flat, thresh, limit, b_limit; in ff_vp8_h_loop_filter16_msa() local
444 v16u8 mask, hev, flat, thresh, limit, b_limit; in ff_vp8_h_loop_filter8uv_msa() local
553 v16u8 mask, hev, flat, thresh, limit, b_limit; in ff_vp8_v_loop_filter8uv_inner_msa() local
594 v16u8 mask, hev, flat, thresh, limit, b_limit; in ff_vp8_h_loop_filter8uv_inner_msa() local
627 v16u8 thresh, b_limit, limit; in ff_vp8_v_loop_filter16_inner_msa() local
647 v16u8 thresh, b_limit, limit; in ff_vp8_h_loop_filter16_inner_msa() local
Dvp9_lpf_msa.c202 v16u8 mask, hev, flat, thresh, b_limit, limit; in ff_loop_filter_v_4_8_msa() local
261 v16u8 mask, hev, flat, thresh, b_limit, limit; in ff_loop_filter_v_8_8_msa() local
336 v16u8 flat, mask, hev, tmp, thresh, b_limit, limit; in ff_loop_filter_v_88_16_msa() local
415 v16u8 flat, mask, hev, tmp, thresh, b_limit, limit; in ff_loop_filter_v_84_16_msa() local
486 v16u8 flat, mask, hev, tmp, thresh, b_limit, limit; in ff_loop_filter_v_48_16_msa() local
559 v16u8 flat, mask, hev, thresh, b_limit, limit; in vp9_hz_lpf_t4_and_t8_16w() local
981 v16u8 flat2, mask, hev, flat, thresh, b_limit, limit; in ff_loop_filter_v_16_8_msa() local
1203 v16u8 mask, hev, flat, limit, thresh, b_limit; in ff_loop_filter_h_4_8_msa() local
1278 v16u8 flat, mask, hev, thresh, b_limit, limit; in ff_loop_filter_h_8_8_msa() local
1357 v16u8 flat, mask, hev, thresh, b_limit, limit; in ff_loop_filter_h_88_16_msa() local
[all …]
/third_party/ffmpeg/libavfilter/
Dgradfun.h31 int thresh; ///< threshold for gradient algorithm member
Dvf_gradfun.c57 …ine_c(uint8_t *dst, const uint8_t *src, const uint16_t *dc, int width, int thresh, const uint16_t … in ff_gradfun_filter_line_c()
89 int thresh = ctx->thresh; in filter() local
Dvf_kerndeint.c41 int thresh, map, order, sharp, twoway; member
130 const int thresh = kerndeint->thresh; in filter_frame() local
Dvf_colorconstancy.c447 const uint8_t thresh = 255; in filter_slice_grey_edge() local
/third_party/mesa3d/include/drm-uapi/
Dtegra_drm.h150 __u32 thresh; member
405 __u32 thresh; member
/third_party/ffmpeg/libavcodec/
Daacenc_utils.h104 static inline float find_form_factor(int group_len, int swb_size, float thresh, in find_form_factor()
Dopus_celt.c277 float thresh, sqrt_1; in process_anticollapse() local
Dvp8dsp.c345 static av_always_inline int hev(uint8_t *p, ptrdiff_t stride, int thresh) in hev()
Dj2kenc.c1183 static void makelayer(Jpeg2000EncoderContext *s, int layno, double thresh, Jpeg2000Tile* tile, int … in makelayer()
1272 double thresh; in makelayers() local
Drpzaenc.c245 static int compare_blocks(uint16_t *block1, uint16_t *block2, BlockInfo *bi, int thresh) in compare_blocks()
/third_party/libdrm/include/drm/
Dtegra_drm.h133 __u32 thresh; member
388 __u32 thresh; member
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dtz2icu.cpp1194 bool isAfter(const Transition t, int64_t thresh) { in isAfter()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c192 const double thresh = 0.018053968510807; in WEBP_DSP_INIT_FUNC() local

12