Home
last modified time | relevance | path

Searched defs:WarpTestParam (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/
H A Dwarp_test.cc253 struct WarpTestParam { struct
254 WarpTestParam(int width, int height) : width(width), height(height) {} in WarpTestParam() argument
255 int width;
256 int height;
/aosp_15_r20/external/libaom/test/
H A Dwarp_filter_test_util.h45 typedef std::tuple<int, int, int, warp_affine_func> WarpTestParam; typedef