Home | History | Annotate | Download | only in dec

Lines Matching refs:tmp_u

487         const int tmp_u = VP8RGBToU(r, g, b);
490 u[i] = (u[i] + tmp_u + 1) >> 1;
503 const int tmp_u = VP8RGBToU(r, g, b);
505 u[i] = (u[i] + tmp_u + 1) >> 1;