HomeSort by relevance Sort by last modified time
    Searched refs:FindDiff (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 178 static int FindDiff(const uint8_t* buf1, const uint8_t* buf2, int len) {
204 EXPECT_EQ(-1, FindDiff(obuf, ibuf, sizeof(ibuf)));
228 EXPECT_EQ(-1, FindDiff(obuf + ow * offset,
231 EXPECT_EQ(-1, FindDiff(obuf + ow * oh + ow * offset / 4,
234 EXPECT_EQ(-1, FindDiff(obuf + ow * oh * 5 / 4 + ow * offset / 4,
planarfunctions_unittest.cc 455 << " First Diff Byte: " << FindDiff(ibuf, obuf, osize);
460 static int FindDiff(const uint8_t* buf1, const uint8_t* buf2, int len) {
    [all...]

Completed in 1118 milliseconds