Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1741 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match() function
1892 tmp_mv->col = vector_match(hbuf, src_hbuf, b_width_log2_lookup[bsize]); in vp9_int_pro_motion_estimation()
1893 tmp_mv->row = vector_match(vbuf, src_vbuf, b_height_log2_lookup[bsize]); in vp9_int_pro_motion_estimation()
/external/gmock/test/
Dgmock-matchers_test.cc4303 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2); in TEST() local
4304 EXPECT_THAT(d, WhenSorted(vector_match)); in TEST()
4412 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2, 3, 4, 5); in TEST() local
4413 EXPECT_THAT(s, WhenSorted(vector_match)); in TEST()