Lines Matching refs:Values

297     ::testing::Combine(::testing::Values(&cdef_filter_block_sse2),
298 ::testing::Values(&cdef_filter_block_c),
299 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
303 ::testing::Values(make_tuple(&cdef_find_dir_sse2,
309 ::testing::Combine(::testing::Values(&cdef_filter_block_ssse3),
310 ::testing::Values(&cdef_filter_block_c),
311 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
315 ::testing::Values(make_tuple(&cdef_find_dir_ssse3,
322 ::testing::Combine(::testing::Values(&cdef_filter_block_sse4_1),
323 ::testing::Values(&cdef_filter_block_c),
324 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
328 ::testing::Values(make_tuple(&cdef_find_dir_sse4_1,
335 ::testing::Combine(::testing::Values(&cdef_filter_block_avx2),
336 ::testing::Values(&cdef_filter_block_c),
337 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
341 ::testing::Values(make_tuple(&cdef_find_dir_avx2,
348 ::testing::Combine(::testing::Values(&cdef_filter_block_neon),
349 ::testing::Values(&cdef_filter_block_c),
350 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
354 ::testing::Values(make_tuple(&cdef_find_dir_neon,
362 ::testing::Combine(::testing::Values(&cdef_filter_block_sse2),
363 ::testing::Values(&cdef_filter_block_c),
364 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
368 ::testing::Values(make_tuple(&cdef_find_dir_sse2,
375 ::testing::Combine(::testing::Values(&cdef_filter_block_ssse3),
376 ::testing::Values(&cdef_filter_block_c),
377 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
381 ::testing::Values(make_tuple(&cdef_find_dir_ssse3,
388 ::testing::Combine(::testing::Values(&cdef_filter_block_sse4_1),
389 ::testing::Values(&cdef_filter_block_c),
390 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
394 ::testing::Values(make_tuple(&cdef_find_dir_sse4_1,
401 ::testing::Combine(::testing::Values(&cdef_filter_block_avx2),
402 ::testing::Values(&cdef_filter_block_c),
403 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
407 ::testing::Values(make_tuple(&cdef_find_dir_avx2,
414 ::testing::Combine(::testing::Values(&cdef_filter_block_neon),
415 ::testing::Values(&cdef_filter_block_c),
416 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
420 ::testing::Values(make_tuple(&cdef_find_dir_neon,