Lines Matching refs:hev_thresh
337 int hev_thresh, uint8_t *buf,
353 setdx2(idx, 1, q1, q0, hev_thresh + 1, flim_I - hev_thresh - 1);
355 setdx(idx, 1, q1 = q0, hev_thresh);
360 setdx2(idx, -2, p1, p0, hev_thresh + 1, flim_I - hev_thresh - 1);
362 setdx(idx, -2, p1 = p0, hev_thresh);
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;
410 call_ref(buf0, 16, flim_E, flim_I, hev_thresh);
411 call_new(buf1, 16, flim_E, flim_I, hev_thresh);
418 bench_new(buf0, 16, flim_E, flim_I, hev_thresh);
432 int flim_E = 20, flim_I = 10, hev_thresh = 7;
461 call_ref(buf0u, buf0v, 16, flim_E, flim_I, hev_thresh);
462 call_new(buf1u, buf1v, 16, flim_E, flim_I, hev_thresh);
471 bench_new(buf0u, buf0v, 16, flim_E, flim_I, hev_thresh);
483 int flim_E = 20, flim_I = 30, hev_thresh = 0;