VP8LDspInitMIPSdspR2: add missing TSan annotation

Change-Id: Ic0d84e95daf063976b40fb5ba1e94d3547e2afba
This commit is contained in:
James Zern 2015-02-09 23:06:28 -08:00
parent 0ec4da960d
commit 43fd3543df

View File

@ -467,9 +467,9 @@ static void CollectColorRedTransforms(const uint32_t* argb, int stride,
//------------------------------------------------------------------------------
extern void VP8LDspInitMIPSdspR2(void);
extern WEBP_TSAN_IGNORE_FUNCTION void VP8LDspInitMIPSdspR2(void);
void VP8LDspInitMIPSdspR2(void) {
WEBP_TSAN_IGNORE_FUNCTION void VP8LDspInitMIPSdspR2(void) {
#if defined(WEBP_USE_MIPS_DSP_R2)
VP8LMapColor32b = MapARGB;
VP8LMapColor8b = MapAlpha;