| Index: source/libvpx/vp9/common/mips/dspr2/vp9_common_dspr2.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/mips/dspr2/vp9_common_dspr2.h (revision 251189)
|
| +++ source/libvpx/vp9/common/mips/dspr2/vp9_common_dspr2.h (working copy)
|
| @@ -85,8 +85,8 @@
|
| );
|
| }
|
|
|
| -void vp9_idct32_1d_cols_add_blk_dspr2(int16_t *input, uint8_t *dest,
|
| - int dest_stride);
|
| +void vp9_idct32_cols_add_blk_dspr2(int16_t *input, uint8_t *dest,
|
| + int dest_stride);
|
|
|
| void vp9_convolve2_horiz_dspr2(const uint8_t *src, ptrdiff_t src_stride,
|
| uint8_t *dst, ptrdiff_t dst_stride,
|
|
|