Home | History | Annotate | Download | only in source

Lines Matching defs:u0

350     const uint8* u0 = src_u;
353 u1 = u0;
356 dst_u[x] = (u0[x] + u1[x] + 1) >> 1;