Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/test/
H A Dbyte_alignment_test.cc32 struct ByteAlignmentTestParam { struct
38 const ByteAlignmentTestParam kBaTestParams[] = {
56 : public ::testing::TestWithParam<ByteAlignmentTestParam> {
173 const ByteAlignmentTestParam t = GetParam(); in TEST_P()