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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
H A Dfdct4x4_test.cc275 using std::tr1::make_tuple;
280 make_tuple(&vp9_fdct4x4_c, &vp9_idct4x4_16_add_c, 0)));
284 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 0),
285 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 1),
286 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 2),
287 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 3)));
293 make_tuple(&vp9_fdct4x4_c,
298 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 0),
299 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 1),
300 make_tuple(
[all...]
H A Dfdct8x8_test.cc302 using std::tr1::make_tuple;
307 make_tuple(&vp9_fdct8x8_c, &vp9_idct8x8_64_add_c, 0)));
311 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 0),
312 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 1),
313 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 2),
314 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 3)));
320 make_tuple(&vp9_fdct8x8_c, &vp9_idct8x8_64_add_neon, 0)));
324 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 0),
325 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 1),
326 make_tuple(
[all...]
H A Ddct32x32_test.cc243 using std::tr1::make_tuple;
248 make_tuple(&vp9_fdct32x32_c, &vp9_idct32x32_1024_add_c, 0),
249 make_tuple(&vp9_fdct32x32_rd_c, &vp9_idct32x32_1024_add_c, 1)));
255 make_tuple(&vp9_fdct32x32_c,
257 make_tuple(&vp9_fdct32x32_rd_c,
265 make_tuple(&vp9_fdct32x32_sse2,
267 make_tuple(&vp9_fdct32x32_rd_sse2,
275 make_tuple(&vp9_fdct32x32_avx2,
277 make_tuple(&vp9_fdct32x32_rd_avx2,
H A Ddct16x16_test.cc501 using std::tr1::make_tuple;
506 make_tuple(&vp9_fdct16x16_c, &vp9_idct16x16_256_add_c, 0)));
510 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 0),
511 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 1),
512 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2),
513 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3)));
519 make_tuple(&vp9_fdct16x16_c,
527 make_tuple(&vp9_fdct16x16_sse2,
532 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 0),
533 make_tuple(
[all...]
H A Daq_segment_test.cc110 using std::tr1::make_tuple;
H A Dcpu_speed_test.cc104 using std::tr1::make_tuple;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1305 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
1308 inline tuple<> make_tuple() { return tuple<>(); } function in namespace:std::tr1
1311 inline GTEST_1_TUPLE_(T) make_tuple(const T0& f0) { function in namespace:std::tr1
1316 inline GTEST_2_TUPLE_(T) make_tuple(const T0& f0, const T1& f1) { function in namespace:std::tr1
1321 inline GTEST_3_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2) { function in namespace:std::tr1
1326 inline GTEST_4_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
1332 inline GTEST_5_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
1338 inline GTEST_6_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
1344 inline GTEST_7_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
1350 inline GTEST_8_TUPLE_(T) make_tuple(cons function in namespace:std::tr1
1356 inline GTEST_9_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
1363 inline GTEST_10_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
[all...]

Completed in 3979 milliseconds