Home
last modified time | relevance | path

Searched defs:hev_thresh (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec_mips32.c94 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()
171 int thresh, int ithresh, int hev_thresh) { in HFilter16i()
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()
Ddec.c597 int hev_thresh) { in FilterLoop26_C()
614 int hev_thresh) { 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()
654 int thresh, int ithresh, int hev_thresh) { in HFilter16i_C()
666 int thresh, int ithresh, int hev_thresh) { in VFilter8_C()
674 int thresh, int ithresh, int hev_thresh) { in HFilter8_C()
682 int thresh, int ithresh, int hev_thresh) { in VFilter8i_C()
690 int thresh, int ithresh, int hev_thresh) { in HFilter8i_C()
Ddec_sse2.c277 int hev_thresh, __m128i* const not_hev) { in GetNotHEV_SSE2()
381 int hev_thresh) { in DoFilter4_SSE2()
428 int hev_thresh) { in DoFilter6_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()
769 int thresh, int ithresh, int hev_thresh) { in HFilter16i_SSE2()
798 int thresh, int ithresh, int hev_thresh) { in VFilter8_SSE2()
823 int thresh, int ithresh, int hev_thresh) { in HFilter8_SSE2()
843 int thresh, int ithresh, int hev_thresh) { in VFilter8i_SSE2()
[all …]
Ddec_neon.c677 int hev_thresh) { in NeedsHev_NEON()
838 int thresh, int ithresh, int hev_thresh) { in VFilter16_NEON()
855 int thresh, int ithresh, int hev_thresh) { in HFilter16_NEON()
873 int thresh, int ithresh, int hev_thresh) { in VFilter16i_NEON()
897 int thresh, int ithresh, int hev_thresh) { in HFilter16i_NEON()
920 int thresh, int ithresh, int hev_thresh) { in VFilter8_NEON()
936 int thresh, int ithresh, int hev_thresh) { in VFilter8i_NEON()
953 int thresh, int ithresh, int hev_thresh) { in HFilter8_NEON()
968 int thresh, int ithresh, int hev_thresh) { in HFilter8i_NEON()
/third_party/ffmpeg/tests/checkasm/
Dvp8dsp.c337 int hev_thresh, uint8_t *buf, in randomize_loopfilter_buffers()
386 int flim_E = 20, flim_I = 10, hev_thresh = 7; in check_loopfilter_16y() local
432 int flim_E = 20, flim_I = 10, hev_thresh = 7; in check_loopfilter_8uv() local
483 int flim_E = 20, flim_I = 30, hev_thresh = 0; in check_loopfilter_simple() local
/third_party/ffmpeg/libavcodec/mips/
Dvp8dsp_mmi.c786 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) in vp8_v_loop_filter8_mmi()
856 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) in vp8_v_loop_filter8_inner_mmi()
871 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) in vp8_h_loop_filter8_mmi()
955 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) in vp8_h_loop_filter8_inner_mmi()
1372 int flim_I, int hev_thresh) in ff_vp8_v_loop_filter16_mmi()
1379 int flim_I, int hev_thresh) in ff_vp8_h_loop_filter16_mmi()
1387 int flim_E, int flim_I, int hev_thresh) in ff_vp8_v_loop_filter8uv_mmi()
1394 int flim_E, int flim_I, int hev_thresh) in ff_vp8_h_loop_filter8uv_mmi()
1402 int flim_E, int flim_I, int hev_thresh) in ff_vp8_v_loop_filter16_inner_mmi()
1417 int flim_E, int flim_I, int hev_thresh) in ff_vp8_h_loop_filter16_inner_mmi()
[all …]
/third_party/skia/third_party/externals/libwebp/src/enc/
Dfilter_enc.c101 const int hev_thresh = (level >= 40) ? 2 : (level >= 15) ? 1 : 0; in DoFilter() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c232 const int hev_thresh = f_info->hev_thresh_; in DoFilter() local
/third_party/ffmpeg/libavcodec/
Dvp8.c2160 int mbedge_lim, bedge_lim_y, bedge_lim_uv, hev_thresh; in filter_mb() local