inline->INLINE: vpx_dsp/x86/blend_a64_vmask_sse4.c

This fixes the build using MSVC.

Change-Id: I7788e28fd4f0c6ff3d405c4b4a2ff59eda3ba8b6
This commit is contained in:
Yaowu Xu
2016-07-25 10:43:12 -07:00
parent 3f5a2a8ee2
commit 53fb766d2a
2 changed files with 2 additions and 2 deletions

View File

@@ -559,7 +559,7 @@ static void blend_a64_mask_b12_w4_sse4_1(
blend_4_b12); blend_4_b12);
} }
static inline void blend_a64_mask_bn_w8n_sse4_1( static INLINE void blend_a64_mask_bn_w8n_sse4_1(
uint16_t *dst, uint32_t dst_stride, uint16_t *dst, uint32_t dst_stride,
const uint16_t *src0, uint32_t src0_stride, const uint16_t *src0, uint32_t src0_stride,
const uint16_t *src1, uint32_t src1_stride, const uint16_t *src1, uint32_t src1_stride,

View File

@@ -196,7 +196,7 @@ static void blend_a64_vmask_b12_w4_sse4_1(
blend_4_b12); blend_4_b12);
} }
static inline void blend_a64_vmask_bn_w8n_sse4_1( static INLINE void blend_a64_vmask_bn_w8n_sse4_1(
uint16_t *dst, uint32_t dst_stride, uint16_t *dst, uint32_t dst_stride,
const uint16_t *src0, uint32_t src0_stride, const uint16_t *src0, uint32_t src0_stride,
const uint16_t *src1, uint32_t src1_stride, const uint16_t *src1, uint32_t src1_stride,