summaryrefslogtreecommitdiff
path: root/chromium/third_party/libvpx/source/config/mac/ia32/vpx_dsp_rtcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/config/mac/ia32/vpx_dsp_rtcd.h')
-rw-r--r--chromium/third_party/libvpx/source/config/mac/ia32/vpx_dsp_rtcd.h2551
1 files changed, 1283 insertions, 1268 deletions
diff --git a/chromium/third_party/libvpx/source/config/mac/ia32/vpx_dsp_rtcd.h b/chromium/third_party/libvpx/source/config/mac/ia32/vpx_dsp_rtcd.h
index 14d1107e665..b2b02a59aa1 100644
--- a/chromium/third_party/libvpx/source/config/mac/ia32/vpx_dsp_rtcd.h
+++ b/chromium/third_party/libvpx/source/config/mac/ia32/vpx_dsp_rtcd.h
@@ -427,420 +427,420 @@ void vpx_convolve_copy_sse2(const uint8_t* src,
#define vpx_convolve_copy vpx_convolve_copy_sse2
void vpx_d117_predictor_16x16_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_d117_predictor_16x16 vpx_d117_predictor_16x16_c
void vpx_d117_predictor_32x32_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_d117_predictor_32x32 vpx_d117_predictor_32x32_c
void vpx_d117_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_d117_predictor_4x4 vpx_d117_predictor_4x4_c
void vpx_d117_predictor_8x8_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_d117_predictor_8x8 vpx_d117_predictor_8x8_c
void vpx_d135_predictor_16x16_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_d135_predictor_16x16 vpx_d135_predictor_16x16_c
void vpx_d135_predictor_32x32_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_d135_predictor_32x32 vpx_d135_predictor_32x32_c
void vpx_d135_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_d135_predictor_4x4 vpx_d135_predictor_4x4_c
void vpx_d135_predictor_8x8_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_d135_predictor_8x8 vpx_d135_predictor_8x8_c
void vpx_d153_predictor_16x16_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d153_predictor_16x16_ssse3(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
RTCD_EXTERN void (*vpx_d153_predictor_16x16)(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d153_predictor_32x32_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d153_predictor_32x32_ssse3(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
RTCD_EXTERN void (*vpx_d153_predictor_32x32)(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d153_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d153_predictor_4x4_ssse3(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
RTCD_EXTERN void (*vpx_d153_predictor_4x4)(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d153_predictor_8x8_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d153_predictor_8x8_ssse3(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
RTCD_EXTERN void (*vpx_d153_predictor_8x8)(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d207_predictor_16x16_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d207_predictor_16x16_ssse3(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
RTCD_EXTERN void (*vpx_d207_predictor_16x16)(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d207_predictor_32x32_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d207_predictor_32x32_ssse3(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
RTCD_EXTERN void (*vpx_d207_predictor_32x32)(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d207_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d207_predictor_4x4_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_sse2
void vpx_d207_predictor_8x8_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d207_predictor_8x8_ssse3(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
RTCD_EXTERN void (*vpx_d207_predictor_8x8)(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d45_predictor_16x16_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d45_predictor_16x16_ssse3(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
RTCD_EXTERN void (*vpx_d45_predictor_16x16)(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d45_predictor_32x32_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d45_predictor_32x32_ssse3(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
RTCD_EXTERN void (*vpx_d45_predictor_32x32)(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d45_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d45_predictor_4x4_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_sse2
void vpx_d45_predictor_8x8_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d45_predictor_8x8_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_sse2
void vpx_d45e_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_d45e_predictor_4x4 vpx_d45e_predictor_4x4_c
void vpx_d63_predictor_16x16_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d63_predictor_16x16_ssse3(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
RTCD_EXTERN void (*vpx_d63_predictor_16x16)(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d63_predictor_32x32_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d63_predictor_32x32_ssse3(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
RTCD_EXTERN void (*vpx_d63_predictor_32x32)(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d63_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d63_predictor_4x4_ssse3(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
RTCD_EXTERN void (*vpx_d63_predictor_4x4)(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d63_predictor_8x8_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d63_predictor_8x8_ssse3(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
RTCD_EXTERN void (*vpx_d63_predictor_8x8)(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_d63e_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_d63e_predictor_4x4 vpx_d63e_predictor_4x4_c
void vpx_dc_128_predictor_16x16_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_128_predictor_16x16_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_128_predictor_16x16 vpx_dc_128_predictor_16x16_sse2
void vpx_dc_128_predictor_32x32_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_128_predictor_32x32_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_128_predictor_32x32 vpx_dc_128_predictor_32x32_sse2
void vpx_dc_128_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_128_predictor_4x4_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_128_predictor_4x4 vpx_dc_128_predictor_4x4_sse2
void vpx_dc_128_predictor_8x8_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_128_predictor_8x8_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_128_predictor_8x8 vpx_dc_128_predictor_8x8_sse2
void vpx_dc_left_predictor_16x16_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_left_predictor_16x16_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_left_predictor_16x16 vpx_dc_left_predictor_16x16_sse2
void vpx_dc_left_predictor_32x32_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_left_predictor_32x32_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_left_predictor_32x32 vpx_dc_left_predictor_32x32_sse2
void vpx_dc_left_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_left_predictor_4x4_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_left_predictor_4x4 vpx_dc_left_predictor_4x4_sse2
void vpx_dc_left_predictor_8x8_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_left_predictor_8x8_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_left_predictor_8x8 vpx_dc_left_predictor_8x8_sse2
void vpx_dc_predictor_16x16_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_predictor_16x16_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_predictor_16x16 vpx_dc_predictor_16x16_sse2
void vpx_dc_predictor_32x32_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_predictor_32x32_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_predictor_32x32 vpx_dc_predictor_32x32_sse2
void vpx_dc_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_predictor_4x4_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_predictor_4x4 vpx_dc_predictor_4x4_sse2
void vpx_dc_predictor_8x8_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_predictor_8x8_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_predictor_8x8 vpx_dc_predictor_8x8_sse2
void vpx_dc_top_predictor_16x16_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_top_predictor_16x16_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_top_predictor_16x16 vpx_dc_top_predictor_16x16_sse2
void vpx_dc_top_predictor_32x32_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_top_predictor_32x32_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_top_predictor_32x32 vpx_dc_top_predictor_32x32_sse2
void vpx_dc_top_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_top_predictor_4x4_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_top_predictor_4x4 vpx_dc_top_predictor_4x4_sse2
void vpx_dc_top_predictor_8x8_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_dc_top_predictor_8x8_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_dc_top_predictor_8x8 vpx_dc_top_predictor_8x8_sse2
@@ -884,44 +884,44 @@ void vpx_fdct8x8_1_sse2(const int16_t* input, tran_low_t* output, int stride);
#define vpx_fdct8x8_1 vpx_fdct8x8_1_sse2
void vpx_get16x16var_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse,
int* sum);
void vpx_get16x16var_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse,
int* sum);
void vpx_get16x16var_avx2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse,
int* sum);
RTCD_EXTERN void (*vpx_get16x16var)(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse,
int* sum);
unsigned int vpx_get4x4sse_cs_c(const unsigned char* src_ptr,
- int source_stride,
+ int src_stride,
const unsigned char* ref_ptr,
int ref_stride);
#define vpx_get4x4sse_cs vpx_get4x4sse_cs_c
void vpx_get8x8var_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse,
int* sum);
void vpx_get8x8var_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse,
@@ -933,41 +933,41 @@ unsigned int vpx_get_mb_ss_sse2(const int16_t*);
#define vpx_get_mb_ss vpx_get_mb_ss_sse2
void vpx_h_predictor_16x16_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_h_predictor_16x16_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_h_predictor_16x16 vpx_h_predictor_16x16_sse2
void vpx_h_predictor_32x32_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_h_predictor_32x32_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_h_predictor_32x32 vpx_h_predictor_32x32_sse2
void vpx_h_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_h_predictor_4x4_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_h_predictor_4x4 vpx_h_predictor_4x4_sse2
void vpx_h_predictor_8x8_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_h_predictor_8x8_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_h_predictor_8x8 vpx_h_predictor_8x8_sse2
@@ -1007,13 +1007,13 @@ void vpx_hadamard_8x8_sse2(const int16_t* src_diff,
#define vpx_hadamard_8x8 vpx_hadamard_8x8_sse2
void vpx_he_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_he_predictor_4x4 vpx_he_predictor_4x4_c
void vpx_highbd_10_get16x16var_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse,
@@ -1021,7 +1021,7 @@ void vpx_highbd_10_get16x16var_c(const uint8_t* src_ptr,
#define vpx_highbd_10_get16x16var vpx_highbd_10_get16x16var_c
void vpx_highbd_10_get8x8var_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse,
@@ -1029,57 +1029,57 @@ void vpx_highbd_10_get8x8var_c(const uint8_t* src_ptr,
#define vpx_highbd_10_get8x8var vpx_highbd_10_get8x8var_c
unsigned int vpx_highbd_10_mse16x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_10_mse16x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_mse16x16 vpx_highbd_10_mse16x16_sse2
unsigned int vpx_highbd_10_mse16x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_mse16x8 vpx_highbd_10_mse16x8_c
unsigned int vpx_highbd_10_mse8x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_mse8x16 vpx_highbd_10_mse8x16_c
unsigned int vpx_highbd_10_mse8x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_10_mse8x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_mse8x8 vpx_highbd_10_mse8x8_sse2
uint32_t vpx_highbd_10_sub_pixel_avg_variance16x16_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_10_sub_pixel_avg_variance16x16_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1089,18 +1089,18 @@ uint32_t vpx_highbd_10_sub_pixel_avg_variance16x16_sse2(
uint32_t vpx_highbd_10_sub_pixel_avg_variance16x32_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_10_sub_pixel_avg_variance16x32_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1109,18 +1109,18 @@ uint32_t vpx_highbd_10_sub_pixel_avg_variance16x32_sse2(
vpx_highbd_10_sub_pixel_avg_variance16x32_sse2
uint32_t vpx_highbd_10_sub_pixel_avg_variance16x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_10_sub_pixel_avg_variance16x8_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1130,18 +1130,18 @@ uint32_t vpx_highbd_10_sub_pixel_avg_variance16x8_sse2(
uint32_t vpx_highbd_10_sub_pixel_avg_variance32x16_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_10_sub_pixel_avg_variance32x16_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1151,18 +1151,18 @@ uint32_t vpx_highbd_10_sub_pixel_avg_variance32x16_sse2(
uint32_t vpx_highbd_10_sub_pixel_avg_variance32x32_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_10_sub_pixel_avg_variance32x32_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1172,18 +1172,18 @@ uint32_t vpx_highbd_10_sub_pixel_avg_variance32x32_sse2(
uint32_t vpx_highbd_10_sub_pixel_avg_variance32x64_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_10_sub_pixel_avg_variance32x64_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1192,9 +1192,9 @@ uint32_t vpx_highbd_10_sub_pixel_avg_variance32x64_sse2(
vpx_highbd_10_sub_pixel_avg_variance32x64_sse2
uint32_t vpx_highbd_10_sub_pixel_avg_variance4x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1203,9 +1203,9 @@ uint32_t vpx_highbd_10_sub_pixel_avg_variance4x4_c(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_avg_variance4x4_c
uint32_t vpx_highbd_10_sub_pixel_avg_variance4x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1215,18 +1215,18 @@ uint32_t vpx_highbd_10_sub_pixel_avg_variance4x8_c(const uint8_t* src_ptr,
uint32_t vpx_highbd_10_sub_pixel_avg_variance64x32_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_10_sub_pixel_avg_variance64x32_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1236,18 +1236,18 @@ uint32_t vpx_highbd_10_sub_pixel_avg_variance64x32_sse2(
uint32_t vpx_highbd_10_sub_pixel_avg_variance64x64_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_10_sub_pixel_avg_variance64x64_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1256,18 +1256,18 @@ uint32_t vpx_highbd_10_sub_pixel_avg_variance64x64_sse2(
vpx_highbd_10_sub_pixel_avg_variance64x64_sse2
uint32_t vpx_highbd_10_sub_pixel_avg_variance8x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_10_sub_pixel_avg_variance8x16_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1276,18 +1276,18 @@ uint32_t vpx_highbd_10_sub_pixel_avg_variance8x16_sse2(
vpx_highbd_10_sub_pixel_avg_variance8x16_sse2
uint32_t vpx_highbd_10_sub_pixel_avg_variance8x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_10_sub_pixel_avg_variance8x4_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1296,18 +1296,18 @@ uint32_t vpx_highbd_10_sub_pixel_avg_variance8x4_sse2(
vpx_highbd_10_sub_pixel_avg_variance8x4_sse2
uint32_t vpx_highbd_10_sub_pixel_avg_variance8x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_10_sub_pixel_avg_variance8x8_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1316,16 +1316,16 @@ uint32_t vpx_highbd_10_sub_pixel_avg_variance8x8_sse2(
vpx_highbd_10_sub_pixel_avg_variance8x8_sse2
uint32_t vpx_highbd_10_sub_pixel_variance16x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_10_sub_pixel_variance16x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1333,16 +1333,16 @@ uint32_t vpx_highbd_10_sub_pixel_variance16x16_sse2(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_variance16x16_sse2
uint32_t vpx_highbd_10_sub_pixel_variance16x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_10_sub_pixel_variance16x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1350,16 +1350,16 @@ uint32_t vpx_highbd_10_sub_pixel_variance16x32_sse2(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_variance16x32_sse2
uint32_t vpx_highbd_10_sub_pixel_variance16x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_10_sub_pixel_variance16x8_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1367,16 +1367,16 @@ uint32_t vpx_highbd_10_sub_pixel_variance16x8_sse2(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_variance16x8_sse2
uint32_t vpx_highbd_10_sub_pixel_variance32x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_10_sub_pixel_variance32x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1384,16 +1384,16 @@ uint32_t vpx_highbd_10_sub_pixel_variance32x16_sse2(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_variance32x16_sse2
uint32_t vpx_highbd_10_sub_pixel_variance32x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_10_sub_pixel_variance32x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1401,16 +1401,16 @@ uint32_t vpx_highbd_10_sub_pixel_variance32x32_sse2(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_variance32x32_sse2
uint32_t vpx_highbd_10_sub_pixel_variance32x64_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_10_sub_pixel_variance32x64_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1418,9 +1418,9 @@ uint32_t vpx_highbd_10_sub_pixel_variance32x64_sse2(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_variance32x64_sse2
uint32_t vpx_highbd_10_sub_pixel_variance4x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1428,9 +1428,9 @@ uint32_t vpx_highbd_10_sub_pixel_variance4x4_c(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_variance4x4_c
uint32_t vpx_highbd_10_sub_pixel_variance4x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1438,16 +1438,16 @@ uint32_t vpx_highbd_10_sub_pixel_variance4x8_c(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_variance4x8_c
uint32_t vpx_highbd_10_sub_pixel_variance64x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_10_sub_pixel_variance64x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1455,16 +1455,16 @@ uint32_t vpx_highbd_10_sub_pixel_variance64x32_sse2(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_variance64x32_sse2
uint32_t vpx_highbd_10_sub_pixel_variance64x64_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_10_sub_pixel_variance64x64_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1472,16 +1472,16 @@ uint32_t vpx_highbd_10_sub_pixel_variance64x64_sse2(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_variance64x64_sse2
uint32_t vpx_highbd_10_sub_pixel_variance8x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_10_sub_pixel_variance8x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1489,16 +1489,16 @@ uint32_t vpx_highbd_10_sub_pixel_variance8x16_sse2(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_variance8x16_sse2
uint32_t vpx_highbd_10_sub_pixel_variance8x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_10_sub_pixel_variance8x4_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1506,16 +1506,16 @@ uint32_t vpx_highbd_10_sub_pixel_variance8x4_sse2(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_variance8x4_sse2
uint32_t vpx_highbd_10_sub_pixel_variance8x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_10_sub_pixel_variance8x8_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1523,148 +1523,148 @@ uint32_t vpx_highbd_10_sub_pixel_variance8x8_sse2(const uint8_t* src_ptr,
vpx_highbd_10_sub_pixel_variance8x8_sse2
unsigned int vpx_highbd_10_variance16x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_10_variance16x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_variance16x16 vpx_highbd_10_variance16x16_sse2
unsigned int vpx_highbd_10_variance16x32_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_10_variance16x32_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_variance16x32 vpx_highbd_10_variance16x32_sse2
unsigned int vpx_highbd_10_variance16x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_10_variance16x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_variance16x8 vpx_highbd_10_variance16x8_sse2
unsigned int vpx_highbd_10_variance32x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_10_variance32x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_variance32x16 vpx_highbd_10_variance32x16_sse2
unsigned int vpx_highbd_10_variance32x32_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_10_variance32x32_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_variance32x32 vpx_highbd_10_variance32x32_sse2
unsigned int vpx_highbd_10_variance32x64_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_10_variance32x64_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_variance32x64 vpx_highbd_10_variance32x64_sse2
unsigned int vpx_highbd_10_variance4x4_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_variance4x4 vpx_highbd_10_variance4x4_c
unsigned int vpx_highbd_10_variance4x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_variance4x8 vpx_highbd_10_variance4x8_c
unsigned int vpx_highbd_10_variance64x32_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_10_variance64x32_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_variance64x32 vpx_highbd_10_variance64x32_sse2
unsigned int vpx_highbd_10_variance64x64_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_10_variance64x64_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_variance64x64 vpx_highbd_10_variance64x64_sse2
unsigned int vpx_highbd_10_variance8x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_10_variance8x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_variance8x16 vpx_highbd_10_variance8x16_sse2
unsigned int vpx_highbd_10_variance8x4_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_variance8x4 vpx_highbd_10_variance8x4_c
unsigned int vpx_highbd_10_variance8x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_10_variance8x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_10_variance8x8 vpx_highbd_10_variance8x8_sse2
void vpx_highbd_12_get16x16var_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse,
@@ -1672,7 +1672,7 @@ void vpx_highbd_12_get16x16var_c(const uint8_t* src_ptr,
#define vpx_highbd_12_get16x16var vpx_highbd_12_get16x16var_c
void vpx_highbd_12_get8x8var_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse,
@@ -1680,57 +1680,57 @@ void vpx_highbd_12_get8x8var_c(const uint8_t* src_ptr,
#define vpx_highbd_12_get8x8var vpx_highbd_12_get8x8var_c
unsigned int vpx_highbd_12_mse16x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_12_mse16x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_mse16x16 vpx_highbd_12_mse16x16_sse2
unsigned int vpx_highbd_12_mse16x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_mse16x8 vpx_highbd_12_mse16x8_c
unsigned int vpx_highbd_12_mse8x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_mse8x16 vpx_highbd_12_mse8x16_c
unsigned int vpx_highbd_12_mse8x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_12_mse8x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_mse8x8 vpx_highbd_12_mse8x8_sse2
uint32_t vpx_highbd_12_sub_pixel_avg_variance16x16_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_12_sub_pixel_avg_variance16x16_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1740,18 +1740,18 @@ uint32_t vpx_highbd_12_sub_pixel_avg_variance16x16_sse2(
uint32_t vpx_highbd_12_sub_pixel_avg_variance16x32_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_12_sub_pixel_avg_variance16x32_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1760,18 +1760,18 @@ uint32_t vpx_highbd_12_sub_pixel_avg_variance16x32_sse2(
vpx_highbd_12_sub_pixel_avg_variance16x32_sse2
uint32_t vpx_highbd_12_sub_pixel_avg_variance16x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_12_sub_pixel_avg_variance16x8_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1781,18 +1781,18 @@ uint32_t vpx_highbd_12_sub_pixel_avg_variance16x8_sse2(
uint32_t vpx_highbd_12_sub_pixel_avg_variance32x16_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_12_sub_pixel_avg_variance32x16_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1802,18 +1802,18 @@ uint32_t vpx_highbd_12_sub_pixel_avg_variance32x16_sse2(
uint32_t vpx_highbd_12_sub_pixel_avg_variance32x32_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_12_sub_pixel_avg_variance32x32_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1823,18 +1823,18 @@ uint32_t vpx_highbd_12_sub_pixel_avg_variance32x32_sse2(
uint32_t vpx_highbd_12_sub_pixel_avg_variance32x64_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_12_sub_pixel_avg_variance32x64_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1843,9 +1843,9 @@ uint32_t vpx_highbd_12_sub_pixel_avg_variance32x64_sse2(
vpx_highbd_12_sub_pixel_avg_variance32x64_sse2
uint32_t vpx_highbd_12_sub_pixel_avg_variance4x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1854,9 +1854,9 @@ uint32_t vpx_highbd_12_sub_pixel_avg_variance4x4_c(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_avg_variance4x4_c
uint32_t vpx_highbd_12_sub_pixel_avg_variance4x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1866,18 +1866,18 @@ uint32_t vpx_highbd_12_sub_pixel_avg_variance4x8_c(const uint8_t* src_ptr,
uint32_t vpx_highbd_12_sub_pixel_avg_variance64x32_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_12_sub_pixel_avg_variance64x32_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1887,18 +1887,18 @@ uint32_t vpx_highbd_12_sub_pixel_avg_variance64x32_sse2(
uint32_t vpx_highbd_12_sub_pixel_avg_variance64x64_c(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_12_sub_pixel_avg_variance64x64_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1907,18 +1907,18 @@ uint32_t vpx_highbd_12_sub_pixel_avg_variance64x64_sse2(
vpx_highbd_12_sub_pixel_avg_variance64x64_sse2
uint32_t vpx_highbd_12_sub_pixel_avg_variance8x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_12_sub_pixel_avg_variance8x16_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1927,18 +1927,18 @@ uint32_t vpx_highbd_12_sub_pixel_avg_variance8x16_sse2(
vpx_highbd_12_sub_pixel_avg_variance8x16_sse2
uint32_t vpx_highbd_12_sub_pixel_avg_variance8x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_12_sub_pixel_avg_variance8x4_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1947,18 +1947,18 @@ uint32_t vpx_highbd_12_sub_pixel_avg_variance8x4_sse2(
vpx_highbd_12_sub_pixel_avg_variance8x4_sse2
uint32_t vpx_highbd_12_sub_pixel_avg_variance8x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_12_sub_pixel_avg_variance8x8_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -1967,16 +1967,16 @@ uint32_t vpx_highbd_12_sub_pixel_avg_variance8x8_sse2(
vpx_highbd_12_sub_pixel_avg_variance8x8_sse2
uint32_t vpx_highbd_12_sub_pixel_variance16x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_12_sub_pixel_variance16x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -1984,16 +1984,16 @@ uint32_t vpx_highbd_12_sub_pixel_variance16x16_sse2(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_variance16x16_sse2
uint32_t vpx_highbd_12_sub_pixel_variance16x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_12_sub_pixel_variance16x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2001,16 +2001,16 @@ uint32_t vpx_highbd_12_sub_pixel_variance16x32_sse2(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_variance16x32_sse2
uint32_t vpx_highbd_12_sub_pixel_variance16x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_12_sub_pixel_variance16x8_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2018,16 +2018,16 @@ uint32_t vpx_highbd_12_sub_pixel_variance16x8_sse2(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_variance16x8_sse2
uint32_t vpx_highbd_12_sub_pixel_variance32x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_12_sub_pixel_variance32x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2035,16 +2035,16 @@ uint32_t vpx_highbd_12_sub_pixel_variance32x16_sse2(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_variance32x16_sse2
uint32_t vpx_highbd_12_sub_pixel_variance32x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_12_sub_pixel_variance32x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2052,16 +2052,16 @@ uint32_t vpx_highbd_12_sub_pixel_variance32x32_sse2(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_variance32x32_sse2
uint32_t vpx_highbd_12_sub_pixel_variance32x64_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_12_sub_pixel_variance32x64_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2069,9 +2069,9 @@ uint32_t vpx_highbd_12_sub_pixel_variance32x64_sse2(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_variance32x64_sse2
uint32_t vpx_highbd_12_sub_pixel_variance4x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2079,9 +2079,9 @@ uint32_t vpx_highbd_12_sub_pixel_variance4x4_c(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_variance4x4_c
uint32_t vpx_highbd_12_sub_pixel_variance4x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2089,16 +2089,16 @@ uint32_t vpx_highbd_12_sub_pixel_variance4x8_c(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_variance4x8_c
uint32_t vpx_highbd_12_sub_pixel_variance64x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_12_sub_pixel_variance64x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2106,16 +2106,16 @@ uint32_t vpx_highbd_12_sub_pixel_variance64x32_sse2(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_variance64x32_sse2
uint32_t vpx_highbd_12_sub_pixel_variance64x64_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_12_sub_pixel_variance64x64_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2123,16 +2123,16 @@ uint32_t vpx_highbd_12_sub_pixel_variance64x64_sse2(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_variance64x64_sse2
uint32_t vpx_highbd_12_sub_pixel_variance8x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_12_sub_pixel_variance8x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2140,16 +2140,16 @@ uint32_t vpx_highbd_12_sub_pixel_variance8x16_sse2(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_variance8x16_sse2
uint32_t vpx_highbd_12_sub_pixel_variance8x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_12_sub_pixel_variance8x4_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2157,16 +2157,16 @@ uint32_t vpx_highbd_12_sub_pixel_variance8x4_sse2(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_variance8x4_sse2
uint32_t vpx_highbd_12_sub_pixel_variance8x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_12_sub_pixel_variance8x8_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2174,148 +2174,148 @@ uint32_t vpx_highbd_12_sub_pixel_variance8x8_sse2(const uint8_t* src_ptr,
vpx_highbd_12_sub_pixel_variance8x8_sse2
unsigned int vpx_highbd_12_variance16x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_12_variance16x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_variance16x16 vpx_highbd_12_variance16x16_sse2
unsigned int vpx_highbd_12_variance16x32_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_12_variance16x32_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_variance16x32 vpx_highbd_12_variance16x32_sse2
unsigned int vpx_highbd_12_variance16x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_12_variance16x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_variance16x8 vpx_highbd_12_variance16x8_sse2
unsigned int vpx_highbd_12_variance32x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_12_variance32x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_variance32x16 vpx_highbd_12_variance32x16_sse2
unsigned int vpx_highbd_12_variance32x32_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_12_variance32x32_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_variance32x32 vpx_highbd_12_variance32x32_sse2
unsigned int vpx_highbd_12_variance32x64_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_12_variance32x64_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_variance32x64 vpx_highbd_12_variance32x64_sse2
unsigned int vpx_highbd_12_variance4x4_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_variance4x4 vpx_highbd_12_variance4x4_c
unsigned int vpx_highbd_12_variance4x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_variance4x8 vpx_highbd_12_variance4x8_c
unsigned int vpx_highbd_12_variance64x32_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_12_variance64x32_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_variance64x32 vpx_highbd_12_variance64x32_sse2
unsigned int vpx_highbd_12_variance64x64_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_12_variance64x64_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_variance64x64 vpx_highbd_12_variance64x64_sse2
unsigned int vpx_highbd_12_variance8x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_12_variance8x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_variance8x16 vpx_highbd_12_variance8x16_sse2
unsigned int vpx_highbd_12_variance8x4_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_variance8x4 vpx_highbd_12_variance8x4_c
unsigned int vpx_highbd_12_variance8x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_12_variance8x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_12_variance8x8 vpx_highbd_12_variance8x8_sse2
void vpx_highbd_8_get16x16var_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse,
@@ -2323,7 +2323,7 @@ void vpx_highbd_8_get16x16var_c(const uint8_t* src_ptr,
#define vpx_highbd_8_get16x16var vpx_highbd_8_get16x16var_c
void vpx_highbd_8_get8x8var_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse,
@@ -2331,56 +2331,56 @@ void vpx_highbd_8_get8x8var_c(const uint8_t* src_ptr,
#define vpx_highbd_8_get8x8var vpx_highbd_8_get8x8var_c
unsigned int vpx_highbd_8_mse16x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_8_mse16x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_mse16x16 vpx_highbd_8_mse16x16_sse2
unsigned int vpx_highbd_8_mse16x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_mse16x8 vpx_highbd_8_mse16x8_c
unsigned int vpx_highbd_8_mse8x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_mse8x16 vpx_highbd_8_mse8x16_c
unsigned int vpx_highbd_8_mse8x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_8_mse8x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_mse8x8 vpx_highbd_8_mse8x8_sse2
uint32_t vpx_highbd_8_sub_pixel_avg_variance16x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_8_sub_pixel_avg_variance16x16_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -2389,18 +2389,18 @@ uint32_t vpx_highbd_8_sub_pixel_avg_variance16x16_sse2(
vpx_highbd_8_sub_pixel_avg_variance16x16_sse2
uint32_t vpx_highbd_8_sub_pixel_avg_variance16x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_8_sub_pixel_avg_variance16x32_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -2409,18 +2409,18 @@ uint32_t vpx_highbd_8_sub_pixel_avg_variance16x32_sse2(
vpx_highbd_8_sub_pixel_avg_variance16x32_sse2
uint32_t vpx_highbd_8_sub_pixel_avg_variance16x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_8_sub_pixel_avg_variance16x8_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -2429,18 +2429,18 @@ uint32_t vpx_highbd_8_sub_pixel_avg_variance16x8_sse2(
vpx_highbd_8_sub_pixel_avg_variance16x8_sse2
uint32_t vpx_highbd_8_sub_pixel_avg_variance32x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_8_sub_pixel_avg_variance32x16_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -2449,18 +2449,18 @@ uint32_t vpx_highbd_8_sub_pixel_avg_variance32x16_sse2(
vpx_highbd_8_sub_pixel_avg_variance32x16_sse2
uint32_t vpx_highbd_8_sub_pixel_avg_variance32x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_8_sub_pixel_avg_variance32x32_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -2469,18 +2469,18 @@ uint32_t vpx_highbd_8_sub_pixel_avg_variance32x32_sse2(
vpx_highbd_8_sub_pixel_avg_variance32x32_sse2
uint32_t vpx_highbd_8_sub_pixel_avg_variance32x64_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_8_sub_pixel_avg_variance32x64_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -2489,9 +2489,9 @@ uint32_t vpx_highbd_8_sub_pixel_avg_variance32x64_sse2(
vpx_highbd_8_sub_pixel_avg_variance32x64_sse2
uint32_t vpx_highbd_8_sub_pixel_avg_variance4x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -2500,9 +2500,9 @@ uint32_t vpx_highbd_8_sub_pixel_avg_variance4x4_c(const uint8_t* src_ptr,
vpx_highbd_8_sub_pixel_avg_variance4x4_c
uint32_t vpx_highbd_8_sub_pixel_avg_variance4x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -2511,18 +2511,18 @@ uint32_t vpx_highbd_8_sub_pixel_avg_variance4x8_c(const uint8_t* src_ptr,
vpx_highbd_8_sub_pixel_avg_variance4x8_c
uint32_t vpx_highbd_8_sub_pixel_avg_variance64x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_8_sub_pixel_avg_variance64x32_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -2531,18 +2531,18 @@ uint32_t vpx_highbd_8_sub_pixel_avg_variance64x32_sse2(
vpx_highbd_8_sub_pixel_avg_variance64x32_sse2
uint32_t vpx_highbd_8_sub_pixel_avg_variance64x64_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_8_sub_pixel_avg_variance64x64_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -2551,18 +2551,18 @@ uint32_t vpx_highbd_8_sub_pixel_avg_variance64x64_sse2(
vpx_highbd_8_sub_pixel_avg_variance64x64_sse2
uint32_t vpx_highbd_8_sub_pixel_avg_variance8x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_8_sub_pixel_avg_variance8x16_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -2571,18 +2571,18 @@ uint32_t vpx_highbd_8_sub_pixel_avg_variance8x16_sse2(
vpx_highbd_8_sub_pixel_avg_variance8x16_sse2
uint32_t vpx_highbd_8_sub_pixel_avg_variance8x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_8_sub_pixel_avg_variance8x4_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -2591,18 +2591,18 @@ uint32_t vpx_highbd_8_sub_pixel_avg_variance8x4_sse2(
vpx_highbd_8_sub_pixel_avg_variance8x4_sse2
uint32_t vpx_highbd_8_sub_pixel_avg_variance8x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_highbd_8_sub_pixel_avg_variance8x8_sse2(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
@@ -2611,16 +2611,16 @@ uint32_t vpx_highbd_8_sub_pixel_avg_variance8x8_sse2(
vpx_highbd_8_sub_pixel_avg_variance8x8_sse2
uint32_t vpx_highbd_8_sub_pixel_variance16x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_8_sub_pixel_variance16x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2628,16 +2628,16 @@ uint32_t vpx_highbd_8_sub_pixel_variance16x16_sse2(const uint8_t* src_ptr,
vpx_highbd_8_sub_pixel_variance16x16_sse2
uint32_t vpx_highbd_8_sub_pixel_variance16x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_8_sub_pixel_variance16x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2645,16 +2645,16 @@ uint32_t vpx_highbd_8_sub_pixel_variance16x32_sse2(const uint8_t* src_ptr,
vpx_highbd_8_sub_pixel_variance16x32_sse2
uint32_t vpx_highbd_8_sub_pixel_variance16x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_8_sub_pixel_variance16x8_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2662,16 +2662,16 @@ uint32_t vpx_highbd_8_sub_pixel_variance16x8_sse2(const uint8_t* src_ptr,
vpx_highbd_8_sub_pixel_variance16x8_sse2
uint32_t vpx_highbd_8_sub_pixel_variance32x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_8_sub_pixel_variance32x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2679,16 +2679,16 @@ uint32_t vpx_highbd_8_sub_pixel_variance32x16_sse2(const uint8_t* src_ptr,
vpx_highbd_8_sub_pixel_variance32x16_sse2
uint32_t vpx_highbd_8_sub_pixel_variance32x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_8_sub_pixel_variance32x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2696,16 +2696,16 @@ uint32_t vpx_highbd_8_sub_pixel_variance32x32_sse2(const uint8_t* src_ptr,
vpx_highbd_8_sub_pixel_variance32x32_sse2
uint32_t vpx_highbd_8_sub_pixel_variance32x64_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_8_sub_pixel_variance32x64_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2713,34 +2713,34 @@ uint32_t vpx_highbd_8_sub_pixel_variance32x64_sse2(const uint8_t* src_ptr,
vpx_highbd_8_sub_pixel_variance32x64_sse2
uint32_t vpx_highbd_8_sub_pixel_variance4x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
#define vpx_highbd_8_sub_pixel_variance4x4 vpx_highbd_8_sub_pixel_variance4x4_c
uint32_t vpx_highbd_8_sub_pixel_variance4x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
#define vpx_highbd_8_sub_pixel_variance4x8 vpx_highbd_8_sub_pixel_variance4x8_c
uint32_t vpx_highbd_8_sub_pixel_variance64x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_8_sub_pixel_variance64x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2748,16 +2748,16 @@ uint32_t vpx_highbd_8_sub_pixel_variance64x32_sse2(const uint8_t* src_ptr,
vpx_highbd_8_sub_pixel_variance64x32_sse2
uint32_t vpx_highbd_8_sub_pixel_variance64x64_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_8_sub_pixel_variance64x64_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2765,16 +2765,16 @@ uint32_t vpx_highbd_8_sub_pixel_variance64x64_sse2(const uint8_t* src_ptr,
vpx_highbd_8_sub_pixel_variance64x64_sse2
uint32_t vpx_highbd_8_sub_pixel_variance8x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_8_sub_pixel_variance8x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2782,16 +2782,16 @@ uint32_t vpx_highbd_8_sub_pixel_variance8x16_sse2(const uint8_t* src_ptr,
vpx_highbd_8_sub_pixel_variance8x16_sse2
uint32_t vpx_highbd_8_sub_pixel_variance8x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_8_sub_pixel_variance8x4_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2799,16 +2799,16 @@ uint32_t vpx_highbd_8_sub_pixel_variance8x4_sse2(const uint8_t* src_ptr,
vpx_highbd_8_sub_pixel_variance8x4_sse2
uint32_t vpx_highbd_8_sub_pixel_variance8x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_highbd_8_sub_pixel_variance8x8_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -2816,152 +2816,152 @@ uint32_t vpx_highbd_8_sub_pixel_variance8x8_sse2(const uint8_t* src_ptr,
vpx_highbd_8_sub_pixel_variance8x8_sse2
unsigned int vpx_highbd_8_variance16x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_8_variance16x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_variance16x16 vpx_highbd_8_variance16x16_sse2
unsigned int vpx_highbd_8_variance16x32_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_8_variance16x32_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_variance16x32 vpx_highbd_8_variance16x32_sse2
unsigned int vpx_highbd_8_variance16x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_8_variance16x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_variance16x8 vpx_highbd_8_variance16x8_sse2
unsigned int vpx_highbd_8_variance32x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_8_variance32x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_variance32x16 vpx_highbd_8_variance32x16_sse2
unsigned int vpx_highbd_8_variance32x32_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_8_variance32x32_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_variance32x32 vpx_highbd_8_variance32x32_sse2
unsigned int vpx_highbd_8_variance32x64_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_8_variance32x64_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_variance32x64 vpx_highbd_8_variance32x64_sse2
unsigned int vpx_highbd_8_variance4x4_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_variance4x4 vpx_highbd_8_variance4x4_c
unsigned int vpx_highbd_8_variance4x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_variance4x8 vpx_highbd_8_variance4x8_c
unsigned int vpx_highbd_8_variance64x32_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_8_variance64x32_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_variance64x32 vpx_highbd_8_variance64x32_sse2
unsigned int vpx_highbd_8_variance64x64_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_8_variance64x64_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_variance64x64 vpx_highbd_8_variance64x64_sse2
unsigned int vpx_highbd_8_variance8x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_8_variance8x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_variance8x16 vpx_highbd_8_variance8x16_sse2
unsigned int vpx_highbd_8_variance8x4_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_variance8x4 vpx_highbd_8_variance8x4_c
unsigned int vpx_highbd_8_variance8x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_highbd_8_variance8x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_highbd_8_variance8x8 vpx_highbd_8_variance8x8_sse2
-unsigned int vpx_highbd_avg_4x4_c(const uint8_t*, int p);
-unsigned int vpx_highbd_avg_4x4_sse2(const uint8_t*, int p);
+unsigned int vpx_highbd_avg_4x4_c(const uint8_t* s8, int p);
+unsigned int vpx_highbd_avg_4x4_sse2(const uint8_t* s8, int p);
#define vpx_highbd_avg_4x4 vpx_highbd_avg_4x4_sse2
-unsigned int vpx_highbd_avg_8x8_c(const uint8_t*, int p);
-unsigned int vpx_highbd_avg_8x8_sse2(const uint8_t*, int p);
+unsigned int vpx_highbd_avg_8x8_c(const uint8_t* s8, int p);
+unsigned int vpx_highbd_avg_8x8_sse2(const uint8_t* s8, int p);
#define vpx_highbd_avg_8x8 vpx_highbd_avg_8x8_sse2
void vpx_highbd_comp_avg_pred_c(uint16_t* comp_pred,
@@ -2983,7 +2983,7 @@ void vpx_highbd_convolve8_c(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve8_avx2(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -2995,7 +2995,7 @@ void vpx_highbd_convolve8_avx2(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
RTCD_EXTERN void (*vpx_highbd_convolve8)(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3007,7 +3007,7 @@ RTCD_EXTERN void (*vpx_highbd_convolve8)(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve8_avg_c(const uint16_t* src,
ptrdiff_t src_stride,
@@ -3020,7 +3020,7 @@ void vpx_highbd_convolve8_avg_c(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve8_avg_avx2(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3032,7 +3032,7 @@ void vpx_highbd_convolve8_avg_avx2(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
RTCD_EXTERN void (*vpx_highbd_convolve8_avg)(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3044,7 +3044,7 @@ RTCD_EXTERN void (*vpx_highbd_convolve8_avg)(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve8_avg_horiz_c(const uint16_t* src,
ptrdiff_t src_stride,
@@ -3057,7 +3057,7 @@ void vpx_highbd_convolve8_avg_horiz_c(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve8_avg_horiz_avx2(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3069,7 +3069,7 @@ void vpx_highbd_convolve8_avg_horiz_avx2(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
RTCD_EXTERN void (*vpx_highbd_convolve8_avg_horiz)(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3081,7 +3081,7 @@ RTCD_EXTERN void (*vpx_highbd_convolve8_avg_horiz)(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve8_avg_vert_c(const uint16_t* src,
ptrdiff_t src_stride,
@@ -3094,7 +3094,7 @@ void vpx_highbd_convolve8_avg_vert_c(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve8_avg_vert_avx2(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3106,7 +3106,7 @@ void vpx_highbd_convolve8_avg_vert_avx2(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
RTCD_EXTERN void (*vpx_highbd_convolve8_avg_vert)(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3118,7 +3118,7 @@ RTCD_EXTERN void (*vpx_highbd_convolve8_avg_vert)(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve8_horiz_c(const uint16_t* src,
ptrdiff_t src_stride,
@@ -3131,7 +3131,7 @@ void vpx_highbd_convolve8_horiz_c(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve8_horiz_avx2(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3143,7 +3143,7 @@ void vpx_highbd_convolve8_horiz_avx2(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
RTCD_EXTERN void (*vpx_highbd_convolve8_horiz)(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3155,7 +3155,7 @@ RTCD_EXTERN void (*vpx_highbd_convolve8_horiz)(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve8_vert_c(const uint16_t* src,
ptrdiff_t src_stride,
@@ -3168,7 +3168,7 @@ void vpx_highbd_convolve8_vert_c(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve8_vert_avx2(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3180,7 +3180,7 @@ void vpx_highbd_convolve8_vert_avx2(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
RTCD_EXTERN void (*vpx_highbd_convolve8_vert)(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3192,7 +3192,7 @@ RTCD_EXTERN void (*vpx_highbd_convolve8_vert)(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve_avg_c(const uint16_t* src,
ptrdiff_t src_stride,
@@ -3205,7 +3205,7 @@ void vpx_highbd_convolve_avg_c(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve_avg_sse2(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3217,7 +3217,7 @@ void vpx_highbd_convolve_avg_sse2(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve_avg_avx2(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3229,7 +3229,7 @@ void vpx_highbd_convolve_avg_avx2(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
RTCD_EXTERN void (*vpx_highbd_convolve_avg)(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3241,7 +3241,7 @@ RTCD_EXTERN void (*vpx_highbd_convolve_avg)(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve_copy_c(const uint16_t* src,
ptrdiff_t src_stride,
@@ -3254,7 +3254,7 @@ void vpx_highbd_convolve_copy_c(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve_copy_sse2(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3266,7 +3266,7 @@ void vpx_highbd_convolve_copy_sse2(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_convolve_copy_avx2(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3278,7 +3278,7 @@ void vpx_highbd_convolve_copy_avx2(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
RTCD_EXTERN void (*vpx_highbd_convolve_copy)(const uint16_t* src,
ptrdiff_t src_stride,
uint16_t* dst,
@@ -3290,427 +3290,427 @@ RTCD_EXTERN void (*vpx_highbd_convolve_copy)(const uint16_t* src,
int y_step_q4,
int w,
int h,
- int bps);
+ int bd);
void vpx_highbd_d117_predictor_16x16_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d117_predictor_16x16_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d117_predictor_16x16)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d117_predictor_32x32_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d117_predictor_32x32_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d117_predictor_32x32)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d117_predictor_4x4_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d117_predictor_4x4_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_d117_predictor_4x4 vpx_highbd_d117_predictor_4x4_sse2
void vpx_highbd_d117_predictor_8x8_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d117_predictor_8x8_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d117_predictor_8x8)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d135_predictor_16x16_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d135_predictor_16x16_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d135_predictor_16x16)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d135_predictor_32x32_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d135_predictor_32x32_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d135_predictor_32x32)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d135_predictor_4x4_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d135_predictor_4x4_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_d135_predictor_4x4 vpx_highbd_d135_predictor_4x4_sse2
void vpx_highbd_d135_predictor_8x8_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d135_predictor_8x8_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d135_predictor_8x8)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d153_predictor_16x16_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d153_predictor_16x16_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d153_predictor_16x16)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d153_predictor_32x32_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d153_predictor_32x32_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d153_predictor_32x32)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d153_predictor_4x4_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d153_predictor_4x4_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_d153_predictor_4x4 vpx_highbd_d153_predictor_4x4_sse2
void vpx_highbd_d153_predictor_8x8_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d153_predictor_8x8_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d153_predictor_8x8)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d207_predictor_16x16_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d207_predictor_16x16_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d207_predictor_16x16)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d207_predictor_32x32_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d207_predictor_32x32_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d207_predictor_32x32)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d207_predictor_4x4_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d207_predictor_4x4_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_d207_predictor_4x4 vpx_highbd_d207_predictor_4x4_sse2
void vpx_highbd_d207_predictor_8x8_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d207_predictor_8x8_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d207_predictor_8x8)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d45_predictor_16x16_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d45_predictor_16x16_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d45_predictor_16x16)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d45_predictor_32x32_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d45_predictor_32x32_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d45_predictor_32x32)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d45_predictor_4x4_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d45_predictor_4x4_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d45_predictor_4x4)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d45_predictor_8x8_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d45_predictor_8x8_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d45_predictor_8x8)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d63_predictor_16x16_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d63_predictor_16x16_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d63_predictor_16x16)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d63_predictor_32x32_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d63_predictor_32x32_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d63_predictor_32x32)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d63_predictor_4x4_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d63_predictor_4x4_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_d63_predictor_4x4 vpx_highbd_d63_predictor_4x4_sse2
void vpx_highbd_d63_predictor_8x8_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_d63_predictor_8x8_ssse3(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
RTCD_EXTERN void (*vpx_highbd_d63_predictor_8x8)(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_128_predictor_16x16_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_128_predictor_16x16_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_dc_128_predictor_16x16 vpx_highbd_dc_128_predictor_16x16_sse2
void vpx_highbd_dc_128_predictor_32x32_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_128_predictor_32x32_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_dc_128_predictor_32x32 vpx_highbd_dc_128_predictor_32x32_sse2
void vpx_highbd_dc_128_predictor_4x4_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_128_predictor_4x4_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_dc_128_predictor_4x4 vpx_highbd_dc_128_predictor_4x4_sse2
void vpx_highbd_dc_128_predictor_8x8_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_128_predictor_8x8_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_dc_128_predictor_8x8 vpx_highbd_dc_128_predictor_8x8_sse2
void vpx_highbd_dc_left_predictor_16x16_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_left_predictor_16x16_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
@@ -3718,12 +3718,12 @@ void vpx_highbd_dc_left_predictor_16x16_sse2(uint16_t* dst,
vpx_highbd_dc_left_predictor_16x16_sse2
void vpx_highbd_dc_left_predictor_32x32_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_left_predictor_32x32_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
@@ -3731,120 +3731,120 @@ void vpx_highbd_dc_left_predictor_32x32_sse2(uint16_t* dst,
vpx_highbd_dc_left_predictor_32x32_sse2
void vpx_highbd_dc_left_predictor_4x4_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_left_predictor_4x4_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_dc_left_predictor_4x4 vpx_highbd_dc_left_predictor_4x4_sse2
void vpx_highbd_dc_left_predictor_8x8_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_left_predictor_8x8_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_dc_left_predictor_8x8 vpx_highbd_dc_left_predictor_8x8_sse2
void vpx_highbd_dc_predictor_16x16_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_predictor_16x16_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_dc_predictor_16x16 vpx_highbd_dc_predictor_16x16_sse2
void vpx_highbd_dc_predictor_32x32_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_predictor_32x32_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_dc_predictor_32x32 vpx_highbd_dc_predictor_32x32_sse2
void vpx_highbd_dc_predictor_4x4_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_predictor_4x4_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_dc_predictor_4x4 vpx_highbd_dc_predictor_4x4_sse2
void vpx_highbd_dc_predictor_8x8_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_predictor_8x8_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_dc_predictor_8x8 vpx_highbd_dc_predictor_8x8_sse2
void vpx_highbd_dc_top_predictor_16x16_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_top_predictor_16x16_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_dc_top_predictor_16x16 vpx_highbd_dc_top_predictor_16x16_sse2
void vpx_highbd_dc_top_predictor_32x32_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_top_predictor_32x32_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_dc_top_predictor_32x32 vpx_highbd_dc_top_predictor_32x32_sse2
void vpx_highbd_dc_top_predictor_4x4_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_top_predictor_4x4_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_dc_top_predictor_4x4 vpx_highbd_dc_top_predictor_4x4_sse2
void vpx_highbd_dc_top_predictor_8x8_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_dc_top_predictor_8x8_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
@@ -3902,53 +3902,68 @@ void vpx_highbd_fdct8x8_1_c(const int16_t* input,
#define vpx_highbd_fdct8x8_1 vpx_highbd_fdct8x8_1_c
void vpx_highbd_h_predictor_16x16_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_h_predictor_16x16_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_h_predictor_16x16 vpx_highbd_h_predictor_16x16_sse2
void vpx_highbd_h_predictor_32x32_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_h_predictor_32x32_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_h_predictor_32x32 vpx_highbd_h_predictor_32x32_sse2
void vpx_highbd_h_predictor_4x4_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_h_predictor_4x4_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_h_predictor_4x4 vpx_highbd_h_predictor_4x4_sse2
void vpx_highbd_h_predictor_8x8_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_h_predictor_8x8_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_h_predictor_8x8 vpx_highbd_h_predictor_8x8_sse2
+void vpx_highbd_hadamard_16x16_c(const int16_t* src_diff,
+ ptrdiff_t src_stride,
+ tran_low_t* coeff);
+#define vpx_highbd_hadamard_16x16 vpx_highbd_hadamard_16x16_c
+
+void vpx_highbd_hadamard_32x32_c(const int16_t* src_diff,
+ ptrdiff_t src_stride,
+ tran_low_t* coeff);
+#define vpx_highbd_hadamard_32x32 vpx_highbd_hadamard_32x32_c
+
+void vpx_highbd_hadamard_8x8_c(const int16_t* src_diff,
+ ptrdiff_t src_stride,
+ tran_low_t* coeff);
+#define vpx_highbd_hadamard_8x8 vpx_highbd_hadamard_8x8_c
+
void vpx_highbd_idct16x16_10_add_c(const tran_low_t* input,
uint16_t* dest,
int stride,
@@ -4346,9 +4361,9 @@ void vpx_highbd_lpf_vertical_8_dual_sse2(uint16_t* s,
int bd);
#define vpx_highbd_lpf_vertical_8_dual vpx_highbd_lpf_vertical_8_dual_sse2
-void vpx_highbd_minmax_8x8_c(const uint8_t* s,
+void vpx_highbd_minmax_8x8_c(const uint8_t* s8,
int p,
- const uint8_t* d,
+ const uint8_t* d8,
int dp,
int* min,
int* max);
@@ -4434,12 +4449,12 @@ unsigned int vpx_highbd_sad16x16_avg_sse2(const uint8_t* src_ptr,
void vpx_highbd_sad16x16x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_highbd_sad16x16x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_highbd_sad16x16x4d vpx_highbd_sad16x16x4d_sse2
@@ -4468,12 +4483,12 @@ unsigned int vpx_highbd_sad16x32_avg_sse2(const uint8_t* src_ptr,
void vpx_highbd_sad16x32x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_highbd_sad16x32x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_highbd_sad16x32x4d vpx_highbd_sad16x32x4d_sse2
@@ -4502,12 +4517,12 @@ unsigned int vpx_highbd_sad16x8_avg_sse2(const uint8_t* src_ptr,
void vpx_highbd_sad16x8x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_highbd_sad16x8x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_highbd_sad16x8x4d vpx_highbd_sad16x8x4d_sse2
@@ -4536,12 +4551,12 @@ unsigned int vpx_highbd_sad32x16_avg_sse2(const uint8_t* src_ptr,
void vpx_highbd_sad32x16x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_highbd_sad32x16x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_highbd_sad32x16x4d vpx_highbd_sad32x16x4d_sse2
@@ -4570,12 +4585,12 @@ unsigned int vpx_highbd_sad32x32_avg_sse2(const uint8_t* src_ptr,
void vpx_highbd_sad32x32x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_highbd_sad32x32x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_highbd_sad32x32x4d vpx_highbd_sad32x32x4d_sse2
@@ -4604,12 +4619,12 @@ unsigned int vpx_highbd_sad32x64_avg_sse2(const uint8_t* src_ptr,
void vpx_highbd_sad32x64x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_highbd_sad32x64x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_highbd_sad32x64x4d vpx_highbd_sad32x64x4d_sse2
@@ -4629,12 +4644,12 @@ unsigned int vpx_highbd_sad4x4_avg_c(const uint8_t* src_ptr,
void vpx_highbd_sad4x4x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_highbd_sad4x4x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_highbd_sad4x4x4d vpx_highbd_sad4x4x4d_sse2
@@ -4654,12 +4669,12 @@ unsigned int vpx_highbd_sad4x8_avg_c(const uint8_t* src_ptr,
void vpx_highbd_sad4x8x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_highbd_sad4x8x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_highbd_sad4x8x4d vpx_highbd_sad4x8x4d_sse2
@@ -4688,12 +4703,12 @@ unsigned int vpx_highbd_sad64x32_avg_sse2(const uint8_t* src_ptr,
void vpx_highbd_sad64x32x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_highbd_sad64x32x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_highbd_sad64x32x4d vpx_highbd_sad64x32x4d_sse2
@@ -4722,12 +4737,12 @@ unsigned int vpx_highbd_sad64x64_avg_sse2(const uint8_t* src_ptr,
void vpx_highbd_sad64x64x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_highbd_sad64x64x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_highbd_sad64x64x4d vpx_highbd_sad64x64x4d_sse2
@@ -4756,12 +4771,12 @@ unsigned int vpx_highbd_sad8x16_avg_sse2(const uint8_t* src_ptr,
void vpx_highbd_sad8x16x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_highbd_sad8x16x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_highbd_sad8x16x4d vpx_highbd_sad8x16x4d_sse2
@@ -4790,12 +4805,12 @@ unsigned int vpx_highbd_sad8x4_avg_sse2(const uint8_t* src_ptr,
void vpx_highbd_sad8x4x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_highbd_sad8x4x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_highbd_sad8x4x4d vpx_highbd_sad8x4x4d_sse2
@@ -4824,12 +4839,12 @@ unsigned int vpx_highbd_sad8x8_avg_sse2(const uint8_t* src_ptr,
void vpx_highbd_sad8x8x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_highbd_sad8x8x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_highbd_sad8x8x4d vpx_highbd_sad8x8x4d_sse2
@@ -4838,104 +4853,104 @@ void vpx_highbd_subtract_block_c(int rows,
int cols,
int16_t* diff_ptr,
ptrdiff_t diff_stride,
- const uint8_t* src_ptr,
+ const uint8_t* src8_ptr,
ptrdiff_t src_stride,
- const uint8_t* pred_ptr,
+ const uint8_t* pred8_ptr,
ptrdiff_t pred_stride,
int bd);
#define vpx_highbd_subtract_block vpx_highbd_subtract_block_c
void vpx_highbd_tm_predictor_16x16_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_tm_predictor_16x16_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_tm_predictor_16x16 vpx_highbd_tm_predictor_16x16_sse2
void vpx_highbd_tm_predictor_32x32_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_tm_predictor_32x32_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_tm_predictor_32x32 vpx_highbd_tm_predictor_32x32_sse2
void vpx_highbd_tm_predictor_4x4_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_tm_predictor_4x4_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_tm_predictor_4x4 vpx_highbd_tm_predictor_4x4_sse2
void vpx_highbd_tm_predictor_8x8_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_tm_predictor_8x8_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_tm_predictor_8x8 vpx_highbd_tm_predictor_8x8_sse2
void vpx_highbd_v_predictor_16x16_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_v_predictor_16x16_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_v_predictor_16x16 vpx_highbd_v_predictor_16x16_sse2
void vpx_highbd_v_predictor_32x32_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_v_predictor_32x32_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_v_predictor_32x32 vpx_highbd_v_predictor_32x32_sse2
void vpx_highbd_v_predictor_4x4_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_v_predictor_4x4_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
#define vpx_highbd_v_predictor_4x4 vpx_highbd_v_predictor_4x4_sse2
void vpx_highbd_v_predictor_8x8_c(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
void vpx_highbd_v_predictor_8x8_sse2(uint16_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint16_t* above,
const uint16_t* left,
int bd);
@@ -5245,12 +5260,12 @@ void vpx_lpf_vertical_8_dual_sse2(uint8_t* s,
const uint8_t* thresh1);
#define vpx_lpf_vertical_8_dual vpx_lpf_vertical_8_dual_sse2
-void vpx_mbpost_proc_across_ip_c(unsigned char* dst,
+void vpx_mbpost_proc_across_ip_c(unsigned char* src,
int pitch,
int rows,
int cols,
int flimit);
-void vpx_mbpost_proc_across_ip_sse2(unsigned char* dst,
+void vpx_mbpost_proc_across_ip_sse2(unsigned char* src,
int pitch,
int rows,
int cols,
@@ -5284,68 +5299,68 @@ void vpx_minmax_8x8_sse2(const uint8_t* s,
#define vpx_minmax_8x8 vpx_minmax_8x8_sse2
unsigned int vpx_mse16x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_mse16x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_mse16x16_avx2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
RTCD_EXTERN unsigned int (*vpx_mse16x16)(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_mse16x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_mse16x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_mse16x8_avx2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
RTCD_EXTERN unsigned int (*vpx_mse16x8)(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_mse8x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_mse8x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_mse8x16 vpx_mse8x16_sse2
unsigned int vpx_mse8x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
unsigned int vpx_mse8x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
- int recon_stride,
+ int ref_stride,
unsigned int* sse);
#define vpx_mse8x8 vpx_mse8x8_sse2
@@ -5546,12 +5561,12 @@ RTCD_EXTERN void (*vpx_sad16x16x3)(const uint8_t* src_ptr,
void vpx_sad16x16x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad16x16x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_sad16x16x4d vpx_sad16x16x4d_sse2
@@ -5596,12 +5611,12 @@ unsigned int vpx_sad16x32_avg_sse2(const uint8_t* src_ptr,
void vpx_sad16x32x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad16x32x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_sad16x32x4d vpx_sad16x32x4d_sse2
@@ -5651,12 +5666,12 @@ RTCD_EXTERN void (*vpx_sad16x8x3)(const uint8_t* src_ptr,
void vpx_sad16x8x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad16x8x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_sad16x8x4d vpx_sad16x8x4d_sse2
@@ -5717,12 +5732,12 @@ RTCD_EXTERN unsigned int (*vpx_sad32x16_avg)(const uint8_t* src_ptr,
void vpx_sad32x16x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad32x16x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_sad32x16x4d vpx_sad32x16x4d_sse2
@@ -5767,22 +5782,22 @@ RTCD_EXTERN unsigned int (*vpx_sad32x32_avg)(const uint8_t* src_ptr,
void vpx_sad32x32x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad32x32x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad32x32x4d_avx2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
RTCD_EXTERN void (*vpx_sad32x32x4d)(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
@@ -5826,12 +5841,12 @@ RTCD_EXTERN unsigned int (*vpx_sad32x64_avg)(const uint8_t* src_ptr,
void vpx_sad32x64x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad32x64x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_sad32x64x4d vpx_sad32x64x4d_sse2
@@ -5876,12 +5891,12 @@ RTCD_EXTERN void (*vpx_sad4x4x3)(const uint8_t* src_ptr,
void vpx_sad4x4x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad4x4x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_sad4x4x4d vpx_sad4x4x4d_sse2
@@ -5926,12 +5941,12 @@ unsigned int vpx_sad4x8_avg_sse2(const uint8_t* src_ptr,
void vpx_sad4x8x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad4x8x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_sad4x8x4d vpx_sad4x8x4d_sse2
@@ -5976,12 +5991,12 @@ RTCD_EXTERN unsigned int (*vpx_sad64x32_avg)(const uint8_t* src_ptr,
void vpx_sad64x32x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad64x32x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_sad64x32x4d vpx_sad64x32x4d_sse2
@@ -6026,22 +6041,22 @@ RTCD_EXTERN unsigned int (*vpx_sad64x64_avg)(const uint8_t* src_ptr,
void vpx_sad64x64x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad64x64x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad64x64x4d_avx2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
RTCD_EXTERN void (*vpx_sad64x64x4d)(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
@@ -6085,12 +6100,12 @@ RTCD_EXTERN void (*vpx_sad8x16x3)(const uint8_t* src_ptr,
void vpx_sad8x16x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad8x16x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_sad8x16x4d vpx_sad8x16x4d_sse2
@@ -6135,12 +6150,12 @@ unsigned int vpx_sad8x4_avg_sse2(const uint8_t* src_ptr,
void vpx_sad8x4x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad8x4x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_sad8x4x4d vpx_sad8x4x4d_sse2
@@ -6185,12 +6200,12 @@ RTCD_EXTERN void (*vpx_sad8x8x3)(const uint8_t* src_ptr,
void vpx_sad8x8x4d_c(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
void vpx_sad8x8x4d_sse2(const uint8_t* src_ptr,
int src_stride,
- const uint8_t* const ref_ptr[],
+ const uint8_t* const ref_array[],
int ref_stride,
uint32_t* sad_array);
#define vpx_sad8x8x4d vpx_sad8x8x4d_sse2
@@ -6316,850 +6331,850 @@ void vpx_scaled_vert_c(const uint8_t* src,
#define vpx_scaled_vert vpx_scaled_vert_c
uint32_t vpx_sub_pixel_avg_variance16x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance16x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance16x16_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance16x16)(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance16x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance16x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance16x32_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance16x32)(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance16x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance16x8_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance16x8_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance16x8)(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance32x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance32x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance32x16_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance32x16)(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance32x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance32x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance32x32_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance32x32_avx2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance32x32)(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance32x64_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance32x64_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance32x64_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance32x64)(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance4x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance4x4_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance4x4_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance4x4)(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance4x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance4x8_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance4x8_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance4x8)(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance64x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance64x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance64x32_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance64x32)(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance64x64_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance64x64_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance64x64_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance64x64_avx2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance64x64)(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance8x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance8x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance8x16_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance8x16)(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance8x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance8x4_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance8x4_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance8x4)(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance8x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance8x8_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_avg_variance8x8_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance8x8)(
const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse,
const uint8_t* second_pred);
uint32_t vpx_sub_pixel_variance16x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance16x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance16x16_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance16x16)(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance16x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance16x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance16x32_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance16x32)(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance16x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance16x8_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance16x8_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance16x8)(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance32x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance32x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance32x16_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance32x16)(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance32x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance32x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance32x32_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance32x32_avx2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance32x32)(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance32x64_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance32x64_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance32x64_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance32x64)(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance4x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance4x4_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance4x4_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance4x4)(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance4x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance4x8_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance4x8_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance4x8)(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance64x32_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance64x32_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance64x32_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance64x32)(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance64x64_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance64x64_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance64x64_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance64x64_avx2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance64x64)(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance8x16_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance8x16_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance8x16_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance8x16)(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance8x4_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance8x4_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance8x4_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance8x4)(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance8x8_c(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance8x8_sse2(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
uint32_t vpx_sub_pixel_variance8x8_ssse3(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance8x8)(const uint8_t* src_ptr,
- int source_stride,
- int xoffset,
- int yoffset,
+ int src_stride,
+ int x_offset,
+ int y_offset,
const uint8_t* ref_ptr,
int ref_stride,
uint32_t* sse);
@@ -7187,315 +7202,315 @@ uint64_t vpx_sum_squares_2d_i16_sse2(const int16_t* src, int stride, int size);
#define vpx_sum_squares_2d_i16 vpx_sum_squares_2d_i16_sse2
void vpx_tm_predictor_16x16_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_tm_predictor_16x16_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_tm_predictor_16x16 vpx_tm_predictor_16x16_sse2
void vpx_tm_predictor_32x32_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_tm_predictor_32x32_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_tm_predictor_32x32 vpx_tm_predictor_32x32_sse2
void vpx_tm_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_tm_predictor_4x4_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_tm_predictor_4x4 vpx_tm_predictor_4x4_sse2
void vpx_tm_predictor_8x8_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_tm_predictor_8x8_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_tm_predictor_8x8 vpx_tm_predictor_8x8_sse2
void vpx_v_predictor_16x16_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_v_predictor_16x16_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_v_predictor_16x16 vpx_v_predictor_16x16_sse2
void vpx_v_predictor_32x32_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_v_predictor_32x32_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_v_predictor_32x32 vpx_v_predictor_32x32_sse2
void vpx_v_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_v_predictor_4x4_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_v_predictor_4x4 vpx_v_predictor_4x4_sse2
void vpx_v_predictor_8x8_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
void vpx_v_predictor_8x8_sse2(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_v_predictor_8x8 vpx_v_predictor_8x8_sse2
unsigned int vpx_variance16x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance16x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance16x16_avx2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
RTCD_EXTERN unsigned int (*vpx_variance16x16)(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance16x32_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance16x32_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance16x32_avx2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
RTCD_EXTERN unsigned int (*vpx_variance16x32)(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance16x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance16x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance16x8_avx2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
RTCD_EXTERN unsigned int (*vpx_variance16x8)(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance32x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance32x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance32x16_avx2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
RTCD_EXTERN unsigned int (*vpx_variance32x16)(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance32x32_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance32x32_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance32x32_avx2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
RTCD_EXTERN unsigned int (*vpx_variance32x32)(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance32x64_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance32x64_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance32x64_avx2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
RTCD_EXTERN unsigned int (*vpx_variance32x64)(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance4x4_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance4x4_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_variance4x4 vpx_variance4x4_sse2
unsigned int vpx_variance4x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance4x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_variance4x8 vpx_variance4x8_sse2
unsigned int vpx_variance64x32_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance64x32_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance64x32_avx2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
RTCD_EXTERN unsigned int (*vpx_variance64x32)(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance64x64_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance64x64_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance64x64_avx2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
RTCD_EXTERN unsigned int (*vpx_variance64x64)(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance8x16_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance8x16_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_variance8x16 vpx_variance8x16_sse2
unsigned int vpx_variance8x4_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance8x4_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_variance8x4 vpx_variance8x4_sse2
unsigned int vpx_variance8x8_c(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
unsigned int vpx_variance8x8_sse2(const uint8_t* src_ptr,
- int source_stride,
+ int src_stride,
const uint8_t* ref_ptr,
int ref_stride,
unsigned int* sse);
#define vpx_variance8x8 vpx_variance8x8_sse2
void vpx_ve_predictor_4x4_c(uint8_t* dst,
- ptrdiff_t y_stride,
+ ptrdiff_t stride,
const uint8_t* above,
const uint8_t* left);
#define vpx_ve_predictor_4x4 vpx_ve_predictor_4x4_c