Home
last modified time | relevance | path

Searched refs:flim_E (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp8dsp.h49 int flim_E, int flim_I, int hev_thresh);
51 int flim_E, int flim_I, int hev_thresh);
53 int flim_E, int flim_I, int hev_thresh);
55 int flim_E, int flim_I, int hev_thresh);
59 int flim_E, int flim_I, int hev_thresh);
61 int flim_E, int flim_I, int hev_thresh);
64 int flim_E, int flim_I, int hev_thresh);
67 int flim_E, int flim_I, int hev_thresh);
Dvp8dsp.c375 int flim_E, int flim_I, \
381 flim_E, flim_I)) { \
392 int flim_E, \
399 flim_E, flim_I)) { \
/third_party/ffmpeg/tests/checkasm/
Dvp8dsp.c336 int dir, int flim_E, int flim_I, in randomize_loopfilter_buffers() argument
358 setdx(idx, -1, p0 = q0, flim_E >> 2); in randomize_loopfilter_buffers()
378 randomize_loopfilter_buffers(lineoff, str, dir, flim_E, flim_I, hev_thresh, buf, force_hev)
386 int flim_E = 20, flim_I = 10, hev_thresh = 7; in check_loopfilter_16y() local
410 call_ref(buf0, 16, flim_E, flim_I, hev_thresh); in check_loopfilter_16y()
411 call_new(buf1, 16, flim_E, flim_I, hev_thresh); in check_loopfilter_16y()
418 bench_new(buf0, 16, flim_E, flim_I, hev_thresh); in check_loopfilter_16y()
432 int flim_E = 20, flim_I = 10, hev_thresh = 7; in check_loopfilter_8uv() local
461 call_ref(buf0u, buf0v, 16, flim_E, flim_I, hev_thresh); in check_loopfilter_8uv()
462 call_new(buf1u, buf1v, 16, flim_E, flim_I, hev_thresh); in check_loopfilter_8uv()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dvp8dsp_mips.h267 void ff_vp8_v_loop_filter16_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E,
269 void ff_vp8_h_loop_filter16_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E,
272 int flim_E, int flim_I, int hev_thresh);
274 int flim_E, int flim_I, int hev_thresh);
278 int flim_E, int flim_I, int hev_thresh);
280 int flim_E, int flim_I, int hev_thresh);
282 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh);
284 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh);
Dvp8dsp_mmi.c786 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) in vp8_v_loop_filter8_mmi() argument
849 : [e]"r"((mips_reg)flim_E), [thresh]"r"((mips_reg)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() argument
861 if (vp8_normal_limit(dst + i * 1, stride, flim_E, flim_I)) { 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() argument
948 : [e]"r"((mips_reg)flim_E), [thresh]"r"((mips_reg)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() argument
960 if (vp8_normal_limit(dst + i * stride, 1, flim_E, flim_I)) { in vp8_h_loop_filter8_inner_mmi()
1371 void ff_vp8_v_loop_filter16_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E, in ff_vp8_v_loop_filter16_mmi() argument
1374 vp8_v_loop_filter8_mmi(dst, stride, flim_E, flim_I, hev_thresh); in ff_vp8_v_loop_filter16_mmi()
[all …]
/third_party/ffmpeg/libavcodec/aarch64/
Dvp8dsp.h27 int flim_E, int flim_I, \
34 int flim_E, int flim_I, \
/third_party/ffmpeg/libavcodec/arm/
Dvp8dsp.h32 int flim_E, int flim_I, \
39 int flim_E, int flim_I, \
Dvp8dsp_neon.S269 @ flim_E -> q14
308 vcle.u8 q11, q11, q14 @ (abs(P0-Q0)*2) + (abs(P1-Q1)/2) <= flim_E
466 vdup.8 q14, r2 @ flim_E
520 vdup.8 q14, r3 @ flim_E
582 vdup.8 q14, r2 @ flim_E
647 vdup.8 q14, r3 @ flim_E