Home | History | Annotate | Download | only in enc

Lines Matching refs:W0

371     const int W0 = FixedYToW(best_y[0]);
374 out1[k] = clip_fixed_t(Filter2(cur_uv[k], prev_uv[k]) + W0);
379 const int W0 = FixedYToW(best_y[i + 0]);
385 out1[3 * i + k] = clip_fixed_t(tmp0 + W0);
390 const int W0 = FixedYToW(best_y[i + 0]);
395 clip_fixed_t(Filter2(cur_uv[off + k], prev_uv[off + k]) + W0);