Home
last modified time | relevance | path

Searched defs:vector_match (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1719 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match() function
/external/v8/testing/gmock/test/
Dgmock-matchers_test.cc4480 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2); in TEST() local
4646 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2, 3, 4, 5); in TEST() local
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc4482 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2); in TEST() local
4648 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2, 3, 4, 5); in TEST() local