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