Home | History | Annotate | Download | only in dec

Lines Matching defs:tmp_u

511         const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2);
514 u[i] = (u[i] + tmp_u + 1) >> 1;
527 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2);
529 u[i] = (u[i] + tmp_u + 1) >> 1;