webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/desktop_capture/differ_block.h"
#include <string.h>
#include "webrtc/typedefs.h"
#include "webrtc/modules/desktop_capture/differ_vector_sse2.h"
#include "webrtc/system_wrappers/include/cpu_features_wrapper.h"
Namespaces | |
webrtc | |
Functions | |
bool | webrtc::VectorDifference (const uint8_t *image1, const uint8_t *image2) |
bool | webrtc::BlockDifference (const uint8_t *image1, const uint8_t *image2, int height, int stride) |
bool | webrtc::BlockDifference (const uint8_t *image1, const uint8_t *image2, int stride) |