1#ifndef STRATEGIES_PICTURE_SSE41_H_
2#define STRATEGIES_PICTURE_SSE41_H_
45 const int width,
const int height,
const unsigned stride1,
const unsigned stride2);
Header that is included in every other header.
This file defines the public API of Kvazaar when used as a library.
uint8_t kvz_pixel
Definition kvazaar.h:95
int kvz_strategy_register_picture_sse41(void *opaque, uint8_t bitdepth)
Definition picture-sse41.c:235
unsigned kvz_reg_sad_sse41(const kvz_pixel *const data1, const kvz_pixel *const data2, const int width, const int height, const unsigned stride1, const unsigned stride2)