Home | History | Annotate | Download | only in enc

Lines Matching refs:VP8RGBToY

141   return (rg == NULL) ? VP8RGBToY(r, g, b, YUV_HALF)
142 : VP8RGBToY(r, g, b, VP8RandomBits(rg, YUV_FIX));