| Index: media/base/yuv_convert.h
|
| diff --git a/media/base/yuv_convert.h b/media/base/yuv_convert.h
|
| index 20ba0aa92d890152162157f57c9967b7322c5ae7..95b1780e59123d88713801b2b9db06b6da2de474 100644
|
| --- a/media/base/yuv_convert.h
|
| +++ b/media/base/yuv_convert.h
|
| @@ -94,6 +94,10 @@ void ConvertYUY2ToYUV(const uint8* src,
|
| int width,
|
| int height);
|
|
|
| +// Empty SIMD register state after calling optimized scaler functions.
|
| +// This method is only used in unit test after calling SIMD functions.
|
| +void EmptyRegisterState();
|
| +
|
| } // namespace media
|
|
|
| #endif // MEDIA_BASE_YUV_CONVERT_H_
|
|
|