Home
last modified time | relevance | path

Searched refs:TX_16X8 (Results 1 – 21 of 21) sorted by relevance

/external/libaom/libaom/test/
Dtest_intra_pred_speed.cc584 INTRA_PRED_TEST(C_2, TX_16X8, aom_dc_predictor_16x8_c,
618 INTRA_PRED_TEST(SSE2_2, TX_16X8, aom_dc_predictor_16x8_sse2,
644 INTRA_PRED_TEST(SSSE3_2, TX_16X8, NULL, NULL, NULL, NULL, NULL, NULL,
667 INTRA_PRED_TEST(AVX2_2, TX_16X8, NULL, NULL, NULL, NULL, NULL, NULL,
1300 C_2, TX_16X8, aom_highbd_dc_predictor_16x8_c,
1339 HIGHBD_INTRA_PRED_TEST(SSE2_2, TX_16X8, aom_highbd_dc_predictor_16x8_sse2,
1363 HIGHBD_INTRA_PRED_TEST(AVX2_2, TX_16X8, NULL, NULL, NULL, NULL, NULL, NULL,
Dav1_fwd_txfm2d_test.cc377 TX_16X8,
411 TX_8X16, TX_16X8, TX_16X32, TX_32X16, TX_32X64, TX_64X32, TX_4X16,
566 TX_8X16, TX_16X8, TX_16X32, TX_32X16, TX_32X64, TX_64X32, TX_4X16,
576 TX_64X64, TX_8X16, TX_16X8 };
Dfilterintra_test.cc127 TX_8X4, TX_8X16, TX_16X8, TX_16X32, TX_32X16,
Dcfl_test.cc32 make_tuple(TX_16X8, &function), make_tuple(TX_16X16, &function), \
45 make_tuple(TX_16X8, &fun420, &fun422, &fun444), \
Ddr_prediction_test.cc33 TX_4X8, TX_8X4, TX_8X16, TX_16X8, TX_16X32,
/external/libaom/libaom/av1/common/
Dcommon_data.h132 TX_8X16, TX_16X8, TX_16X16,
182 TX_16X8, // TX_32X8
Dentropy.h107 case TX_16X8: in get_entropy_context()
Denums.h164 TX_16X8, // 16x8 transform enumerator
Didct.c235 case TX_16X8: in av1_highbd_inv_txfm_add_c()
Dav1_inv_txfm2d.c370 inv_txfm2d_add_facade(input, output, stride, txfm_buf, tx_type, TX_16X8, bd); in av1_inv_txfm2d_add_16x8_c()
Donyxc_int.h1234 case 8: return TX_16X8; break; in get_tx_size()
Dreconintra.c469 p[TX_16X8] = aom_##type##_predictor_16x8; \ in init_intra_predictors_internal()
/external/libaom/libaom/av1/encoder/
Dhybrid_fwd_txfm.c282 case TX_16X8: in av1_highbd_fwd_txfm()
Dav1_fwd_txfm2d.c152 av1_get_fwd_txfm_cfg(tx_type, TX_16X8, &cfg); in av1_fwd_txfm2d_16x8_c()
Drdopt.c3838 TX_4X4, TX_4X8, TX_8X4, TX_8X8, TX_8X16, TX_16X8,
/external/libaom/libaom/examples/
Dinspect.c187 ENUM(TX_16X8), ENUM(TX_16X32), ENUM(TX_32X16), ENUM(TX_32X64),
/external/libaom/libaom/av1/encoder/x86/
Dhighbd_fwd_txfm_sse4.c2121 const int8_t *shift = fwd_txfm_shift_ls[TX_16X8]; in av1_fwd_txfm2d_16x8_sse4_1()
2122 const int txw_idx = get_txw_idx(TX_16X8); in av1_fwd_txfm2d_16x8_sse4_1()
2123 const int txh_idx = get_txh_idx(TX_16X8); in av1_fwd_txfm2d_16x8_sse4_1()
Dav1_fwd_txfm_sse2.c2453 const int8_t *shift = fwd_txfm_shift_ls[TX_16X8]; in av1_lowbd_fwd_txfm2d_16x8_sse2()
2454 const int txw_idx = get_txw_idx(TX_16X8); in av1_lowbd_fwd_txfm2d_16x8_sse2()
2455 const int txh_idx = get_txh_idx(TX_16X8); in av1_lowbd_fwd_txfm2d_16x8_sse2()
Dav1_fwd_txfm2d_avx2.c2740 const int8_t *shift = fwd_txfm_shift_ls[TX_16X8]; in lowbd_fwd_txfm2d_16x8_avx2()
2741 const int txw_idx = get_txw_idx(TX_16X8); in lowbd_fwd_txfm2d_16x8_avx2()
2742 const int txh_idx = get_txh_idx(TX_16X8); in lowbd_fwd_txfm2d_16x8_avx2()
Dhighbd_fwd_txfm_avx2.c1382 const int8_t *shift = fwd_txfm_shift_ls[TX_16X8]; in av1_fwd_txfm2d_16x8_avx2()
1383 const int txw_idx = get_txw_idx(TX_16X8); in av1_fwd_txfm2d_16x8_avx2()
1384 const int txh_idx = get_txh_idx(TX_16X8); in av1_fwd_txfm2d_16x8_avx2()
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_avx2.c1915 case TX_16X8: in av1_lowbd_inv_txfm2d_add_avx2()