Home | History | Annotate | Download | only in media

Lines Matching refs:obuf

448                             const uint8_t* obuf,
451 double sse = cricket::ComputeSumSquareError(ibuf, obuf, osize);
455 << " First Diff Byte: " << FindDiff(ibuf, obuf, osize);
469 void DumpArgbImage(const uint8_t* obuf, int width, int height) {
470 DumpPlanarArgbTestImage(GetTestName(), obuf, width, height);
474 void DumpYuvImage(const uint8_t* obuf, int width, int height) {
475 DumpPlanarYuvTestImage(GetTestName(), obuf, width, height);