| Index: third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h
|
| diff --git a/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h b/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h
|
| index 0c6f311f7d069e61edae58ff68de8b9ac6f6e539..9129bf63688ade273a4863ede8364984187c39a5 100644
|
| --- a/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h
|
| +++ b/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h
|
| @@ -88,7 +88,7 @@ void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int
|
| void vp9_scale_and_extend_frame_c(const struct yv12_buffer_config *src, struct yv12_buffer_config *dst);
|
| #define vp9_scale_and_extend_frame vp9_scale_and_extend_frame_c
|
|
|
| -void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
|
| +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, unsigned int *accumulator, uint16_t *count);
|
| #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c
|
|
|
| void vp9_rtcd(void);
|
|
|