Home | History | Annotate | Download | only in media

Lines Matching defs:obuf

475   static bool IsMemoryEqual(const uint8* ibuf, const uint8* obuf,
477 double sse = cricket::ComputeSumSquareError(ibuf, obuf, osize);
481 << " First Diff Byte: " << FindDiff(ibuf, obuf, osize);
495 void DumpArgbImage(const uint8* obuf, int width, int height) {
496 DumpPlanarArgbTestImage(GetTestName(), obuf, width, height);
500 void DumpYuvImage(const uint8* obuf, int width, int height) {
501 DumpPlanarYuvTestImage(GetTestName(), obuf, width, height);