| Index: third_party/libvpx/source/config/linux/mips64el/vp9_rtcd.h
|
| diff --git a/third_party/libvpx/source/config/linux/mips64el/vp9_rtcd.h b/third_party/libvpx/source/config/linux/mips64el/vp9_rtcd.h
|
| index c508c23f55909dfba9cbf135726c17556eec0842..c7f905eb1e8fe0fbc751f2e31c61914ac94e73ea 100644
|
| --- a/third_party/libvpx/source/config/linux/mips64el/vp9_rtcd.h
|
| +++ b/third_party/libvpx/source/config/linux/mips64el/vp9_rtcd.h
|
| @@ -14,6 +14,7 @@
|
| #include "vpx/vpx_integer.h"
|
| #include "vp9/common/vp9_common.h"
|
| #include "vp9/common/vp9_enums.h"
|
| +#include "vp9/common/vp9_filter.h"
|
|
|
| struct macroblockd;
|
|
|
| @@ -80,7 +81,7 @@ void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_
|
| void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
|
| #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
|
|
|
| -void vp9_scale_and_extend_frame_c(const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, uint8_t filter_type, int phase_scaler);
|
| +void vp9_scale_and_extend_frame_c(const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, int phase_scaler);
|
| #define vp9_scale_and_extend_frame vp9_scale_and_extend_frame_c
|
|
|
| void vp9_temporal_filter_apply_c(const uint8_t *frame1, unsigned int stride, const uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, uint32_t *accumulator, uint16_t *count);
|
|
|