Home
last modified time | relevance | path

Searched refs:flim_I (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.c377 int flim_E, int flim_I, \
383 flim_E, flim_I)) { \
395 int flim_I, \
401 flim_E, flim_I)) { \
/third_party/ffmpeg/tests/checkasm/
Dvp8dsp.c336 int dir, int flim_E, int flim_I, in randomize_loopfilter_buffers() argument
353 setdx2(idx, 1, q1, q0, hev_thresh + 1, flim_I - hev_thresh - 1); in randomize_loopfilter_buffers()
356 setdx(idx, 2, q2 = q1, flim_I); in randomize_loopfilter_buffers()
357 setdx(idx, 3, q2, flim_I); in randomize_loopfilter_buffers()
360 setdx2(idx, -2, p1, p0, hev_thresh + 1, flim_I - hev_thresh - 1); in randomize_loopfilter_buffers()
363 setdx(idx, -3, p2 = p1, flim_I); in randomize_loopfilter_buffers()
364 setdx(idx, -4, p2, flim_I); 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()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dvp8dsp_mips.h268 int flim_I, int hev_thresh);
270 int flim_I, int hev_thresh);
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.c787 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh) in vp8_v_loop_filter8_mmi() argument
840 [i]"r"((mips_reg)flim_I), [stride]"r"((mips_reg)stride) 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() argument
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() argument
926 [i]"r"((mips_reg)flim_I), [stride]"r"((mips_reg)stride) 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() argument
937 if (vp8_normal_limit(dst + i * stride, 1, flim_E, flim_I)) { in vp8_h_loop_filter8_inner_mmi()
1351 int flim_I, int hev_thresh) in ff_vp8_v_loop_filter16_mmi() argument
1353 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.S270 @ flim_I -> q15
288 vcle.u8 q8, q12, q15 @ abs(P1-P0) <= flim_I
289 vcle.u8 q9, q13, q15 @ abs(Q1-Q0) <= flim_I
290 vcle.u8 q10, q10, q15 @ abs(P3-P2) <= flim_I
291 vcle.u8 q11, q11, q15 @ abs(P2-P1) <= flim_I
297 vcle.u8 q10, q9, q15 @ abs(Q3-Q2) <= flim_I
298 vcle.u8 q11, q11, q15 @ abs(Q2-Q1) <= flim_I
464 vdup.8 q15, r3 @ flim_I
500 ldr r12, [sp, #64] @ flim_I
521 vdup.8 q15, r12 @ flim_I
[all …]