Home
last modified time | relevance | path

Searched refs:TestImage (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/test/
Dav1_horz_only_frame_superres_test.cc39 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_;
Dav1_convolve_scale_test.cc112 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/
DvktYCbCrImageQueryTests.cpp200 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/
DvktOpaqueTypeIndexingTests.cpp493 class TestImage class
496TestImage (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/
Dimage_test.py60 class TestImage(keras_parameterized.TestCase): class