MCPcopy Create free account
hub / github.com/cisco/openh264 / CompareImage

Function CompareImage

test/common/ExpandPicture.cpp:101–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101bool CompareImage (uint8_t* pSrc0, uint8_t* pSrc1, int32_t iSize) {
102 for (int32_t n = 0; n < iSize; n++) {
103 if (pSrc0[n] != pSrc1[n]) {
104 return false;
105 }
106
107 }
108 return true;
109}
110
111TEST (ExpandPicture, ExpandPictureLuma) {
112 SExpandPicFunc sExpandPicFunc;

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected