Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_horz_only_frame_superres_test.cc38 class TestImage { class
40 TestImage(int w_src, int h, int superres_denom, int x0, int bd) in TestImage() function in __anon25430c2f0111::TestImage
130 void TestImage<Pixel>::Initialize(ACMRandom *rnd) { in Initialize()
136 void TestImage<Pixel>::Check() const { in Check()
195 new TestImage<Pixel>(width_src, height, superres_denom, x0, bd_); in CorrectnessTest()
214 image_ = new TestImage<Pixel>(width_src, height, superres_denom, x0, bd_); in SpeedTest()
246 TestImage<Pixel> *image_;
Dav1_convolve_scale_test.cc111 class TestImage { class
113 TestImage(int w, int h, int bd) : w_(w), h_(h), bd_(bd) { in TestImage() function in __anonb31ac89c0111::TestImage
200 void TestImage<SrcPixel>::Initialize(ACMRandom *rnd) { in Initialize()
207 void TestImage<SrcPixel>::Check() const { in Check()
285 image_ = new TestImage<SrcPixel>(width_, height_, bd_); in SetParams()
385 TestImage<SrcPixel> *image_;
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp201 class TestImage class
204 TestImage (const DeviceInterface& vkd,
222 TestImage::TestImage (const DeviceInterface& vkd, in TestImage() function in vkt::ycbcr::__anon63dcc2be0111::TestImage
236 typedef de::SharedPtr<TestImage> TestImageSp;
418 …testImages[ndx] = TestImageSp(new TestImage(vkd, device, context.getDefaultAllocator(), params.for… in testImageQuery()
421 …testImages.push_back(TestImageSp(new TestImage(vkd, device, context.getDefaultAllocator(), params.… in testImageQuery()
572 …testImages[ndx] = TestImageSp(new TestImage(vkd, device, context.getDefaultAllocator(), params.for… in testImageQueryLod()
/external/u-boot/tools/binman/
Dimage_test.py12 class TestImage(unittest.TestCase): class
Dbinman61 image_test.TestImage):
Dbinman.py61 image_test.TestImage):
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp469 class TestImage class
472TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorVal…
544 TestImage::TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void*… in TestImage() function in vkt::shaderexecutor::__anon04ee0ba80111::TestImage
599 typedef SharedPtr<TestImage> TestImageSp;
729 …images.push_back(TestImageSp(new TestImage(m_context, texType, texFormat, &texData[ndx * texFormat… in iterate()
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_test.py54 class TestImage(test.TestCase): class