/external/libaom/libaom/test/ |
D | av1_horz_only_frame_superres_test.cc | 39 class TestImage { class 41 TestImage(int w_src, int h, int superres_denom, int x0, int bd) in TestImage() function in __anon32fe2ce60111::TestImage 131 void TestImage<Pixel>::Initialize(ACMRandom *rnd) { in Initialize() 137 void TestImage<Pixel>::Check() const { in Check() 196 new TestImage<Pixel>(width_src, height, superres_denom, x0, bd_); in CorrectnessTest() 215 image_ = new TestImage<Pixel>(width_src, height, superres_denom, x0, bd_); in SpeedTest() 247 TestImage<Pixel> *image_;
|
D | av1_convolve_scale_test.cc | 112 class TestImage { class 114 TestImage(int w, int h, int bd) : w_(w), h_(h), bd_(bd) { in TestImage() function in __anonce3848930111::TestImage 201 void TestImage<SrcPixel>::Initialize(ACMRandom *rnd) { in Initialize() 208 void TestImage<SrcPixel>::Check() const { in Check() 286 image_ = new TestImage<SrcPixel>(width_, height_, bd_); in SetParams() 386 TestImage<SrcPixel> *image_;
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrImageQueryTests.cpp | 200 class TestImage class 203 TestImage (const Context& context, 222 TestImage::TestImage (const Context& context, in TestImage() function in vkt::ycbcr::__anonf50e48550111::TestImage 259 typedef de::SharedPtr<TestImage> TestImageSp; 470 …testImages[ndx] = TestImageSp(new TestImage(context, vkd, device, context.getDefaultAllocator(), p… in testImageQuery() 473 …testImages.push_back(TestImageSp(new TestImage(context, vkd, device, context.getDefaultAllocator()… in testImageQuery() 653 …testImages[ndx] = TestImageSp(new TestImage(context, vkd, device, context.getDefaultAllocator(), p… in testImageQueryLod()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 493 class TestImage class 496 …TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorVal… 568 TestImage::TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void*… in TestImage() function in vkt::shaderexecutor::__anon189dabbf0111::TestImage 623 typedef SharedPtr<TestImage> TestImageSp; 753 …images.push_back(TestImageSp(new TestImage(m_context, texType, texFormat, &texData[ndx * texFormat… in iterate()
|
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | image_test.py | 60 class TestImage(keras_parameterized.TestCase): class
|