Searched refs:make_tuple (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_perf_test.cc20 using std::tr1::make_tuple;
35 make_tuple("vp90-2-bbb_426x240_tile_1x1_180kbps.webm", 1),
36 make_tuple("vp90-2-bbb_640x360_tile_1x2_337kbps.webm", 2),
37 make_tuple("vp90-2-bbb_854x480_tile_1x2_651kbps.webm", 2),
38 make_tuple("vp90-2-bbb_1280x720_tile_1x4_1310kbps.webm", 4),
39 make_tuple("vp90-2-bbb_1920x1080_tile_1x1_2581kbps.webm", 1),
40 make_tuple("vp90-2-bbb_1920x1080_tile_1x4_2586kbps.webm", 4),
41 make_tuple("vp90-2-bbb_1920x1080_tile_1x4_fpm_2304kbps.webm", 4),
42 make_tuple("vp90-2-sintel_426x182_tile_1x1_171kbps.webm", 1),
43 make_tuple("vp9
[all...]
H A Dvp9_intrapred_test.cc130 using std::tr1::make_tuple;
137 make_tuple(&vp9_high_dc_predictor_32x32_sse2,
139 make_tuple(&vp9_high_tm_predictor_16x16_sse2,
141 make_tuple(&vp9_high_tm_predictor_32x32_sse2,
143 make_tuple(&vp9_high_dc_predictor_4x4_sse,
145 make_tuple(&vp9_high_dc_predictor_8x8_sse2,
147 make_tuple(&vp9_high_dc_predictor_16x16_sse2,
149 make_tuple(&vp9_high_v_predictor_4x4_sse,
151 make_tuple(&vp9_high_v_predictor_8x8_sse2,
153 make_tuple(
[all...]
H A Dvariance_test.cc34 using ::std::tr1::make_tuple;
457 ::testing::Values(make_tuple(2, 2, get4x4sse_cs_c)));
462 ::testing::Values(make_tuple(4, 4, mse16x16_c)));
471 ::testing::Values(make_tuple(2, 2, variance4x4_c),
472 make_tuple(3, 3, variance8x8_c),
473 make_tuple(3, 4, variance8x16_c),
474 make_tuple(4, 3, variance16x8_c),
475 make_tuple(4, 4, variance16x16_c)));
481 ::testing::Values(make_tuple(2, 2, get4x4sse_cs_neon)));
486 ::testing::Values(make_tuple(
[all...]
H A Dsad_test.cc378 using std::tr1::make_tuple;
389 make_tuple(16, 16, sad_16x16_c),
390 make_tuple(8, 16, sad_8x16_c),
391 make_tuple(16, 8, sad_16x8_c),
392 make_tuple(8, 8, sad_8x8_c),
393 make_tuple(4, 4, sad_4x4_c),
409 make_tuple(64, 64, sad_64x64_c_vp9),
410 make_tuple(32, 32, sad_32x32_c_vp9),
411 make_tuple(16, 16, sad_16x16_c_vp9),
412 make_tuple(
[all...]
H A Dsixtap_predict_test.cc185 using std::tr1::make_tuple;
193 make_tuple(16, 16, sixtap_16x16_c),
194 make_tuple(8, 8, sixtap_8x8_c),
195 make_tuple(8, 4, sixtap_8x4_c),
196 make_tuple(4, 4, sixtap_4x4_c)));
203 make_tuple(16, 16, sixtap_16x16_neon),
204 make_tuple(8, 8, sixtap_8x8_neon),
205 make_tuple(8, 4, sixtap_8x4_neon)));
214 make_tuple(16, 16, sixtap_16x16_mmx),
215 make_tuple(
[all...]
H A Dpartial_idct_test.cc199 using std::tr1::make_tuple;
204 make_tuple(&vp9_fdct32x32_c,
208 make_tuple(&vp9_fdct32x32_c,
212 make_tuple(&vp9_fdct16x16_c,
216 make_tuple(&vp9_fdct16x16_c,
220 make_tuple(&vp9_fdct8x8_c,
224 make_tuple(&vp9_fdct8x8_c,
228 make_tuple(&vp9_fdct4x4_c,
237 make_tuple(&vp9_fdct32x32_c,
241 make_tuple(
[all...]
H A Dconvolve_test.cc970 using std::tr1::make_tuple;
1390 make_tuple(4, 4, &convolve8_c),
1391 make_tuple(8, 4, &convolve8_c),
1392 make_tuple(4, 8, &convolve8_c),
1393 make_tuple(8, 8, &convolve8_c),
1394 make_tuple(16, 8, &convolve8_c),
1395 make_tuple(8, 16, &convolve8_c),
1396 make_tuple(16, 16, &convolve8_c),
1397 make_tuple(32, 16, &convolve8_c),
1398 make_tuple(1
[all...]
H A Dfdct4x4_test.cc405 using std::tr1::make_tuple;
411 make_tuple(&vp9_high_fdct4x4_c, &idct4x4_10, 0, VPX_BITS_10),
412 make_tuple(&vp9_high_fdct4x4_c, &idct4x4_12, 0, VPX_BITS_12),
413 make_tuple(&vp9_fdct4x4_c, &vp9_idct4x4_16_add_c, 0, VPX_BITS_8)));
418 make_tuple(&vp9_fdct4x4_c, &vp9_idct4x4_16_add_c, 0, VPX_BITS_8)));
425 make_tuple(&vp9_high_fht4x4_c, &iht4x4_10, 0, VPX_BITS_10),
426 make_tuple(&vp9_high_fht4x4_c, &iht4x4_10, 1, VPX_BITS_10),
427 make_tuple(&vp9_high_fht4x4_c, &iht4x4_10, 2, VPX_BITS_10),
428 make_tuple(&vp9_high_fht4x4_c, &iht4x4_10, 3, VPX_BITS_10),
429 make_tuple(
[all...]
H A Dfdct8x8_test.cc529 using std::tr1::make_tuple;
535 make_tuple(&vp9_high_fdct8x8_c, &idct8x8_10, 0, VPX_BITS_10),
536 make_tuple(&vp9_high_fdct8x8_c, &idct8x8_12, 0, VPX_BITS_12),
537 make_tuple(&vp9_fdct8x8_c, &vp9_idct8x8_64_add_c, 0, VPX_BITS_8)));
542 make_tuple(&vp9_fdct8x8_c, &vp9_idct8x8_64_add_c, 0, VPX_BITS_8)));
549 make_tuple(&vp9_high_fht8x8_c, &iht8x8_10, 0, VPX_BITS_10),
550 make_tuple(&vp9_high_fht8x8_c, &iht8x8_10, 1, VPX_BITS_10),
551 make_tuple(&vp9_high_fht8x8_c, &iht8x8_10, 2, VPX_BITS_10),
552 make_tuple(&vp9_high_fht8x8_c, &iht8x8_10, 3, VPX_BITS_10),
553 make_tuple(
[all...]
/external/libvpx/libvpx/test/
H A Ddecode_perf_test.cc20 using std::tr1::make_tuple;
35 make_tuple("vp90-2-bbb_426x240_tile_1x1_180kbps.webm", 1),
36 make_tuple("vp90-2-bbb_640x360_tile_1x2_337kbps.webm", 2),
37 make_tuple("vp90-2-bbb_854x480_tile_1x2_651kbps.webm", 2),
38 make_tuple("vp90-2-bbb_1280x720_tile_1x4_1310kbps.webm", 4),
39 make_tuple("vp90-2-bbb_1920x1080_tile_1x1_2581kbps.webm", 1),
40 make_tuple("vp90-2-bbb_1920x1080_tile_1x4_2586kbps.webm", 4),
41 make_tuple("vp90-2-bbb_1920x1080_tile_1x4_fpm_2304kbps.webm", 4),
42 make_tuple("vp90-2-sintel_426x182_tile_1x1_171kbps.webm", 1),
43 make_tuple("vp9
[all...]
H A Dpartial_idct_test.cc117 using std::tr1::make_tuple;
122 make_tuple(&vp9_idct32x32_1024_add_c,
125 make_tuple(&vp9_idct32x32_1024_add_c,
128 make_tuple(&vp9_idct16x16_256_add_c,
131 make_tuple(&vp9_idct16x16_256_add_c,
134 make_tuple(&vp9_idct8x8_64_add_c,
137 make_tuple(&vp9_idct8x8_64_add_c,
140 make_tuple(&vp9_idct4x4_16_add_c,
147 make_tuple(&vp9_idct32x32_1024_add_c,
150 make_tuple(
[all...]
H A Dvariance_test.cc34 using ::std::tr1::make_tuple;
304 ::testing::Values(make_tuple(2, 2, variance4x4_c),
305 make_tuple(3, 3, variance8x8_c),
306 make_tuple(3, 4, variance8x16_c),
307 make_tuple(4, 3, variance16x8_c),
308 make_tuple(4, 4, variance16x16_c)));
317 ::testing::Values(make_tuple(3, 3, variance8x8_neon),
318 make_tuple(3, 4, variance8x16_neon),
319 make_tuple(4, 3, variance16x8_neon),
320 make_tuple(
[all...]
H A Dsad_test.cc297 using std::tr1::make_tuple;
321 make_tuple(16, 16, sad_16x16_c),
322 make_tuple(8, 16, sad_8x16_c),
323 make_tuple(16, 8, sad_16x8_c),
324 make_tuple(8, 8, sad_8x8_c),
325 make_tuple(4, 4, sad_4x4_c),
328 make_tuple(64, 64, sad_64x64_c_vp9),
329 make_tuple(32, 32, sad_32x32_c_vp9),
330 make_tuple(16, 16, sad_16x16_c_vp9),
331 make_tuple(
[all...]
H A Dsixtap_predict_test.cc184 using std::tr1::make_tuple;
192 make_tuple(16, 16, sixtap_16x16_c),
193 make_tuple(8, 8, sixtap_8x8_c),
194 make_tuple(8, 4, sixtap_8x4_c),
195 make_tuple(4, 4, sixtap_4x4_c)));
202 make_tuple(16, 16, sixtap_16x16_neon),
203 make_tuple(8, 8, sixtap_8x8_neon),
204 make_tuple(8, 4, sixtap_8x4_neon)));
213 make_tuple(16, 16, sixtap_16x16_mmx),
214 make_tuple(
[all...]
H A Dconvolve_test.cc580 using std::tr1::make_tuple;
588 make_tuple(4, 4, &convolve8_c),
589 make_tuple(8, 4, &convolve8_c),
590 make_tuple(4, 8, &convolve8_c),
591 make_tuple(8, 8, &convolve8_c),
592 make_tuple(16, 8, &convolve8_c),
593 make_tuple(8, 16, &convolve8_c),
594 make_tuple(16, 16, &convolve8_c),
595 make_tuple(32, 16, &convolve8_c),
596 make_tuple(1
[all...]
/external/libcxx/test/containers/associative/map/map.access/
H A Dindex_tuple.pass.cpp31 m[make_tuple(2,3)]=7;
/external/llvm/unittests/ADT/
H A DMakeUniqueTest.cpp28 EXPECT_EQ(std::make_tuple(0, 1), *p2);
32 EXPECT_EQ(std::make_tuple(0, 1, 2), *p3);
36 EXPECT_EQ(std::make_tuple(0, 1, 2, 3), *p4);
40 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4), *p5);
45 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5), *p6);
50 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6), *p7);
55 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6, 7), *p8);
61 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6, 7, 8), *p9);
67 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6, 7, 8, 9), *p10);
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dpush_sinc_resampler_unittest.cc262 std::tr1::make_tuple(8000, 44100, kResamplingRMSError, -62.73),
263 std::tr1::make_tuple(16000, 44100, kResamplingRMSError, -62.54),
264 std::tr1::make_tuple(32000, 44100, kResamplingRMSError, -63.32),
265 std::tr1::make_tuple(44100, 44100, kResamplingRMSError, -73.53),
266 std::tr1::make_tuple(48000, 44100, -15.01, -64.04),
267 std::tr1::make_tuple(96000, 44100, -18.49, -25.51),
268 std::tr1::make_tuple(192000, 44100, -20.50, -13.31),
271 std::tr1::make_tuple(8000, 48000, kResamplingRMSError, -63.43),
272 std::tr1::make_tuple(16000, 48000, kResamplingRMSError, -63.96),
273 std::tr1::make_tuple(3200
[all...]
H A Dsinc_resampler_unittest.cc343 std::tr1::make_tuple(8000, 44100, kResamplingRMSError, -62.73),
344 std::tr1::make_tuple(11025, 44100, kResamplingRMSError, -72.19),
345 std::tr1::make_tuple(16000, 44100, kResamplingRMSError, -62.54),
346 std::tr1::make_tuple(22050, 44100, kResamplingRMSError, -73.53),
347 std::tr1::make_tuple(32000, 44100, kResamplingRMSError, -63.32),
348 std::tr1::make_tuple(44100, 44100, kResamplingRMSError, -73.53),
349 std::tr1::make_tuple(48000, 44100, -15.01, -64.04),
350 std::tr1::make_tuple(96000, 44100, -18.49, -25.51),
351 std::tr1::make_tuple(192000, 44100, -20.50, -13.31),
354 std::tr1::make_tuple(800
[all...]
/external/chromium_org/media/base/
H A Dsinc_resampler_unittest.cc323 std::tr1::make_tuple(8000, 44100, kResamplingRMSError, -62.73),
324 std::tr1::make_tuple(11025, 44100, kResamplingRMSError, -72.19),
325 std::tr1::make_tuple(16000, 44100, kResamplingRMSError, -62.54),
326 std::tr1::make_tuple(22050, 44100, kResamplingRMSError, -73.53),
327 std::tr1::make_tuple(32000, 44100, kResamplingRMSError, -63.32),
328 std::tr1::make_tuple(44100, 44100, kResamplingRMSError, -73.53),
329 std::tr1::make_tuple(48000, 44100, -15.01, -64.04),
330 std::tr1::make_tuple(96000, 44100, -18.49, -25.51),
331 std::tr1::make_tuple(192000, 44100, -20.50, -13.31),
334 std::tr1::make_tuple(800
[all...]
/external/libcxx/test/containers/unord/unord.map/unord.map.elem/
H A Dindex_tuple.pass.cpp39 m[make_tuple(2,3)]=7;
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
H A Dtuple.by.type2.fail.cpp20 auto t1 = std::make_tuple<int, int, std::string, cf> ( 42, 21, "Hi", { 1,2 } );
H A Dtuple.by.type3.fail.cpp20 auto t1 = std::make_tuple<double, int, std::string, cf, int> ( 42, 21, "Hi", { 1,2 } );
H A Dtuple.by.type1.fail.cpp20 auto t1 = std::make_tuple<int, std::string> ( 42, "Hi" );
/external/libcxx/test/utilities/intseq/intseq.general/
H A Dinteger_seq.pass.cpp23 -> decltype ( std::make_tuple ( std::get<I>(t)... )) function
24 { return std::make_tuple ( std::get<I>(t)... ); }
59 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 );
64 assert ( t3 == std::make_tuple ( 10, 11, 12 ));
68 assert ( t7 == std::make_tuple ( 10, 11, 12, 13, 14, 15, 16 ));
72 assert ( t4 == std::make_tuple ( 10, 11, 12, 13 ));
76 assert ( t2 == std::make_tuple ( 10, 11 ));
80 assert ( tintmix == std::make_tuple ( 19, 18, 17, 12 ));
84 assert ( tsizemix == std::make_tuple ( 11, 11, 12, 13, 15 ));

Completed in 702 milliseconds

123