Searched refs:HIGHBD_INTRA_PRED_TEST (Results 1 – 2 of 2) sorted by relevance
/external/libaom/test/ |
D | test_intra_pred_speed.cc | 1219 #define HIGHBD_INTRA_PRED_TEST(arch, tx_size, dc, dc_left, dc_top, dc_128, v, \ macro 1231 HIGHBD_INTRA_PRED_TEST( 1239 HIGHBD_INTRA_PRED_TEST( 1246 HIGHBD_INTRA_PRED_TEST( 1254 HIGHBD_INTRA_PRED_TEST(SSE2, TX_4X4, aom_highbd_dc_predictor_4x4_sse2, 1262 HIGHBD_INTRA_PRED_TEST(SSE2, TX_4X8, aom_highbd_dc_predictor_4x8_sse2, 1271 HIGHBD_INTRA_PRED_TEST(NEON, TX_4X4, aom_highbd_dc_predictor_4x4_neon, nullptr, 1277 HIGHBD_INTRA_PRED_TEST(NEON, TX_4X8, nullptr, nullptr, nullptr, nullptr, 1283 HIGHBD_INTRA_PRED_TEST(NEON, TX_4X16, nullptr, nullptr, nullptr, nullptr, 1294 HIGHBD_INTRA_PRED_TEST( [all …]
|
/external/libvpx/test/ |
D | test_intra_pred_speed.cc | 442 #define HIGHBD_INTRA_PRED_TEST(arch, test_func, dc, dc_left, dc_top, dc_128, \ macro 453 HIGHBD_INTRA_PRED_TEST( 462 HIGHBD_INTRA_PRED_TEST( 471 HIGHBD_INTRA_PRED_TEST( 480 HIGHBD_INTRA_PRED_TEST( 490 HIGHBD_INTRA_PRED_TEST( 499 HIGHBD_INTRA_PRED_TEST( 506 HIGHBD_INTRA_PRED_TEST(SSE2, TestHighbdIntraPred16, 516 HIGHBD_INTRA_PRED_TEST(SSE2, TestHighbdIntraPred32, 528 HIGHBD_INTRA_PRED_TEST(SSSE3, TestHighbdIntraPred4, nullptr, nullptr, nullptr, [all …]
|