webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Functions
rotate_argb_test.cc File Reference
#include <stdlib.h>
#include "libyuv/cpu_id.h"
#include "libyuv/rotate_argb.h"
#include "../unit_test/unit_test.h"

Namespaces

 libyuv
 

Functions

void libyuv::TestRotateBpp (int src_width, int src_height, int dst_width, int dst_height, libyuv::RotationMode mode, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, const int kBpp)
 
 libyuv::TEST_F (LibYUVRotateTest, ARGBRotate0_Opt)
 
 libyuv::TEST_F (LibYUVRotateTest, ARGBRotate90_Opt)
 
 libyuv::TEST_F (LibYUVRotateTest, ARGBRotate180_Opt)
 
 libyuv::TEST_F (LibYUVRotateTest, ARGBRotate270_Opt)
 
 libyuv::TEST_F (LibYUVRotateTest, RotatePlane0_Opt)
 
 libyuv::TEST_F (LibYUVRotateTest, RotatePlane90_Opt)
 
 libyuv::TEST_F (LibYUVRotateTest, RotatePlane180_Opt)
 
 libyuv::TEST_F (LibYUVRotateTest, RotatePlane270_Opt)
 
 libyuv::TEST_F (LibYUVRotateTest, DISABLED_RotatePlane0_Odd)
 
 libyuv::TEST_F (LibYUVRotateTest, DISABLED_RotatePlane90_Odd)
 
 libyuv::TEST_F (LibYUVRotateTest, DISABLED_RotatePlane180_Odd)
 
 libyuv::TEST_F (LibYUVRotateTest, DISABLED_RotatePlane270_Odd)