Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A 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);
H A Dvp8dsp.c377 int flim_E, int flim_I, \
383 flim_E, flim_I)) { \
394 int flim_E, \
401 flim_E, flim_I)) { \
/third_party/ffmpeg/tests/checkasm/
H A Dvp8dsp.c336 int dir, int flim_E, int flim_I, in randomize_loopfilter_buffers()
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_ in check_loopfilter_8uv()
335 randomize_loopfilter_buffers(int lineoff, int str, int dir, int flim_E, int flim_I, int hev_thresh, uint8_t *buf, int force_hev) randomize_loopfilter_buffers() argument
483 int flim_E = 20, flim_I = 30, hev_thresh = 0; check_loopfilter_simple() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A 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);
H A Dvp8dsp_mmi.c787 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) in vp8_v_loop_filter8_mmi()
839 : [e]"r"((mips_reg)flim_E), [thresh]"r"((mips_reg)hev_thresh), in vp8_v_loop_filter8_mmi()
846 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) in vp8_v_loop_filter8_inner_mmi()
851 if (vp8_normal_limit(dst + i * 1, stride, flim_E, flim_I)) { in vp8_v_loop_filter8_inner_mmi()
861 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) in vp8_h_loop_filter8_mmi()
925 : [e]"r"((mips_reg)flim_E), [thresh]"r"((mips_reg)hev_thresh), in vp8_h_loop_filter8_mmi()
932 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) in vp8_h_loop_filter8_inner_mmi()
937 if (vp8_normal_limit(dst + i * stride, 1, flim_E, flim_I)) { in vp8_h_loop_filter8_inner_mmi()
1350 void ff_vp8_v_loop_filter16_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E, in ff_vp8_v_loop_filter16_mmi() argument
1353 vp8_v_loop_filter8_mmi(dst, stride, flim_E, flim_ in ff_vp8_v_loop_filter16_mmi()
786 vp8_v_loop_filter8_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) vp8_v_loop_filter8_mmi() argument
845 vp8_v_loop_filter8_inner_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) vp8_v_loop_filter8_inner_mmi() argument
860 vp8_h_loop_filter8_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) vp8_h_loop_filter8_mmi() argument
931 vp8_h_loop_filter8_inner_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) vp8_h_loop_filter8_inner_mmi() argument
1357 ff_vp8_h_loop_filter16_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) ff_vp8_h_loop_filter16_mmi() argument
1365 ff_vp8_v_loop_filter8uv_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) ff_vp8_v_loop_filter8uv_mmi() argument
1372 ff_vp8_h_loop_filter8uv_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) ff_vp8_h_loop_filter8uv_mmi() argument
1380 ff_vp8_v_loop_filter16_inner_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) ff_vp8_v_loop_filter16_inner_mmi() argument
1395 ff_vp8_h_loop_filter16_inner_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) ff_vp8_h_loop_filter16_inner_mmi() argument
1410 ff_vp8_v_loop_filter8uv_inner_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) ff_vp8_v_loop_filter8uv_inner_mmi() argument
1417 ff_vp8_h_loop_filter8uv_inner_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) ff_vp8_h_loop_filter8uv_inner_mmi() argument
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp8dsp.h32 int flim_E, int flim_I, \
39 int flim_E, int flim_I, \
H A 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
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp8dsp.h27 int flim_E, int flim_I, \
34 int flim_E, int flim_I, \

Completed in 9 milliseconds