HomeSort by relevance Sort by last modified time
    Searched full:make_tuple (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vp9_intrapred_test.cc 130 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(&vp9_high_v_predictor_16x16_sse2
    [all...]
variance_test.cc 34 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(4, 4, mse16x16_neon)))
    [all...]
sad_test.cc 378 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(8, 16, sad_8x16_c_vp9)
    [all...]
decode_perf_test.cc 20 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("vp90-2-sintel_640x272_tile_1x2_318kbps.webm", 2)
    [all...]
convolve_test.cc     [all...]
partial_idct_test.cc 199 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(&vp9_fdct16x16_c
    [all...]
fdct4x4_test.cc 405 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(&vp9_high_fht4x4_c, &iht4x4_12, 0, VPX_BITS_12)
    [all...]
fdct8x8_test.cc 529 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(&vp9_high_fht8x8_c, &iht8x8_12, 0, VPX_BITS_12)
    [all...]
sixtap_predict_test.cc 185 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(8, 8, sixtap_8x8_mmx)
    [all...]
  /external/libvpx/libvpx/test/
partial_idct_test.cc 117 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(&vp9_idct16x16_256_add_c
    [all...]
variance_test.cc 34 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(4, 4, variance16x16_neon)))
    [all...]
sad_test.cc 297 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(8, 16, sad_8x16_c_vp9)
    [all...]
decode_perf_test.cc 20 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("vp90-2-sintel_640x272_tile_1x2_318kbps.webm", 2)
    [all...]
convolve_test.cc 580 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(16, 32, &convolve8_c)
    [all...]
fdct4x4_test.cc 275 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(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 2)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
partial_idct_test.cc 117 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(&vp9_idct16x16_256_add_c
    [all...]
variance_test.cc 34 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(4, 4, variance16x16_neon)))
    [all...]
sad_test.cc 297 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(8, 16, sad_8x16_c_vp9)
    [all...]
decode_perf_test.cc 20 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("vp90-2-sintel_640x272_tile_1x2_318kbps.webm", 2)
    [all...]
convolve_test.cc 580 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(16, 32, &convolve8_c)
    [all...]
fdct4x4_test.cc 275 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(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 2)
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
push_sinc_resampler_unittest.cc 262 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(32000, 48000, kResamplingRMSError, -64.04)
    [all...]
sinc_resampler_unittest.cc 343 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(8000, 48000, kResamplingRMSError, -63.43)
    [all...]
  /external/chromium_org/media/base/
sinc_resampler_unittest.cc 323 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(8000, 48000, kResamplingRMSError, -63.43)
    [all...]
  /external/llvm/unittests/ADT/
MakeUniqueTest.cpp 28 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);

Completed in 257 milliseconds

1 2 3 4 5 6