summaryrefslogtreecommitdiff
path: root/chromium/third_party/libvpx/source/config/mac/x64/vp9_rtcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/config/mac/x64/vp9_rtcd.h')
-rw-r--r--chromium/third_party/libvpx/source/config/mac/x64/vp9_rtcd.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/chromium/third_party/libvpx/source/config/mac/x64/vp9_rtcd.h b/chromium/third_party/libvpx/source/config/mac/x64/vp9_rtcd.h
index 6f00c78fb74..28787a89e6f 100644
--- a/chromium/third_party/libvpx/source/config/mac/x64/vp9_rtcd.h
+++ b/chromium/third_party/libvpx/source/config/mac/x64/vp9_rtcd.h
@@ -242,18 +242,18 @@ void vp9_highbd_fwht4x4_c(const int16_t* input, tran_low_t* output, int stride);
#define vp9_highbd_fwht4x4 vp9_highbd_fwht4x4_c
void vp9_highbd_iht16x16_256_add_c(const tran_low_t* input,
- uint16_t* output,
- int pitch,
+ uint16_t* dest,
+ int stride,
int tx_type,
int bd);
void vp9_highbd_iht16x16_256_add_sse4_1(const tran_low_t* input,
- uint16_t* output,
- int pitch,
+ uint16_t* dest,
+ int stride,
int tx_type,
int bd);
RTCD_EXTERN void (*vp9_highbd_iht16x16_256_add)(const tran_low_t* input,
- uint16_t* output,
- int pitch,
+ uint16_t* dest,
+ int stride,
int tx_type,
int bd);
@@ -351,12 +351,12 @@ void vp9_highbd_temporal_filter_apply_c(const uint8_t* frame1,
#define vp9_highbd_temporal_filter_apply vp9_highbd_temporal_filter_apply_c
void vp9_iht16x16_256_add_c(const tran_low_t* input,
- uint8_t* output,
- int pitch,
+ uint8_t* dest,
+ int stride,
int tx_type);
void vp9_iht16x16_256_add_sse2(const tran_low_t* input,
- uint8_t* output,
- int pitch,
+ uint8_t* dest,
+ int stride,
int tx_type);
#define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2