Searched refs:vector_match (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 1741 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/ |
D | gmock-matchers_test.cc | 4303 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()
|