Lines Matching defs:flim_E

787         ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh)
839 : [e]"r"((mips_reg)flim_E), [thresh]"r"((mips_reg)hev_thresh),
846 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh)
851 if (vp8_normal_limit(dst + i * 1, stride, flim_E, flim_I)) {
861 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh)
925 : [e]"r"((mips_reg)flim_E), [thresh]"r"((mips_reg)hev_thresh),
932 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh)
937 if (vp8_normal_limit(dst + i * stride, 1, flim_E, flim_I)) {
1350 void ff_vp8_v_loop_filter16_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E,
1353 vp8_v_loop_filter8_mmi(dst, stride, flim_E, flim_I, hev_thresh);
1354 vp8_v_loop_filter8_mmi(dst + 8, stride, flim_E, flim_I, hev_thresh);
1357 void ff_vp8_h_loop_filter16_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E,
1360 vp8_h_loop_filter8_mmi(dst, stride, flim_E, flim_I, hev_thresh);
1361 vp8_h_loop_filter8_mmi(dst + 8 * stride, stride, flim_E, flim_I,
1366 int flim_E, int flim_I, int hev_thresh)
1368 vp8_v_loop_filter8_mmi(dstU, stride, flim_E, flim_I, hev_thresh);
1369 vp8_v_loop_filter8_mmi(dstV, stride, flim_E, flim_I, hev_thresh);
1373 int flim_E, int flim_I, int hev_thresh)
1375 vp8_h_loop_filter8_mmi(dstU, stride, flim_E, flim_I, hev_thresh);
1376 vp8_h_loop_filter8_mmi(dstV, stride, flim_E, flim_I, hev_thresh);
1381 int flim_E, int flim_I, int hev_thresh)
1386 if (vp8_normal_limit(dst + i * 1, stride, flim_E, flim_I)) {
1396 int flim_E, int flim_I, int hev_thresh)
1401 if (vp8_normal_limit(dst + i * stride, 1, flim_E, flim_I)) {
1411 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh)
1413 vp8_v_loop_filter8_inner_mmi(dstU, stride, flim_E, flim_I, hev_thresh);
1414 vp8_v_loop_filter8_inner_mmi(dstV, stride, flim_E, flim_I, hev_thresh);
1418 ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh)
1420 vp8_h_loop_filter8_inner_mmi(dstU, stride, flim_E, flim_I, hev_thresh);
1421 vp8_h_loop_filter8_inner_mmi(dstV, stride, flim_E, flim_I, hev_thresh);