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.c2228 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match() function
/external/libaom/libaom/av1/encoder/
Dmcomp.c1854 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match() function
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc5344 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2); in TEST() local
5514 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2, 3, 4, 5); in TEST() local