Searched refs:expected_h (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | resize_test.cc | 153 const unsigned int expected_h = ScaleForFrameNumber(frame, kInitialHeight); in TEST_P() local 157 EXPECT_EQ(expected_h, info->h) in TEST_P()
|
/external/vixl/test/ |
D | test-utils-a64.h | 211 bool Equal128(uint64_t expected_h, uint64_t expected_l,
|
D | test-utils-a64.cc | 142 bool Equal128(uint64_t expected_h, in Equal128() argument 147 vec128_t expected = {expected_l, expected_h}; in Equal128()
|
D | test-assembler-a64.cc | 228 #define ASSERT_EQUAL_128(expected_h, expected_l, result) \ argument 229 assert(Equal128(expected_h, expected_l, &core, result))
|