Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_fwd_txfm2d_test.cc376 TX_8X16,
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 };
Dtest_intra_pred_speed.cc503 INTRA_PRED_TEST(C_3, TX_8X16, aom_dc_predictor_8x16_c,
526 INTRA_PRED_TEST(SSE2_3, TX_8X16, aom_dc_predictor_8x16_sse2,
545 INTRA_PRED_TEST(SSSE3_3, TX_8X16, NULL, NULL, NULL, NULL, NULL, NULL,
1247 C_3, TX_8X16, aom_highbd_dc_predictor_8x16_c,
1275 HIGHBD_INTRA_PRED_TEST(SSE2_3, TX_8X16, aom_highbd_dc_predictor_8x16_sse2,
Dfilterintra_test.cc127 TX_8X4, TX_8X16, TX_16X8, TX_16X32, TX_32X16,
Dcfl_test.cc30 make_tuple(TX_8X8, &function), make_tuple(TX_8X16, &function), \
42 make_tuple(TX_8X16, &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,
181 TX_8X16, // TX_8X32
Dentropy.h103 case TX_8X16: in get_entropy_context()
Denums.h163 TX_8X16, // 8x16 transform enumerator
Didct.c232 case TX_8X16: in av1_highbd_inv_txfm_add_c()
Dav1_inv_txfm2d.c364 inv_txfm2d_add_facade(input, output, stride, txfm_buf, tx_type, TX_8X16, bd); in av1_inv_txfm2d_add_8x16_c()
Donyxc_int.h1219 case 8: return TX_8X16; break; in get_tx_size()
Dreconintra.c468 p[TX_8X16] = aom_##type##_predictor_8x16; \ in init_intra_predictors_internal()
/external/libaom/libaom/av1/encoder/
Dhybrid_fwd_txfm.c279 case TX_8X16: in av1_highbd_fwd_txfm()
Dav1_fwd_txfm2d.c144 av1_get_fwd_txfm_cfg(tx_type, TX_8X16, &cfg); in av1_fwd_txfm2d_8x16_c()
Drdopt.c3838 TX_4X4, TX_4X8, TX_8X4, TX_8X8, TX_8X16, TX_16X8,
/external/libaom/libaom/examples/
Dinspect.c186 ENUM(TX_64X64), ENUM(TX_4X8), ENUM(TX_8X4), ENUM(TX_8X16),
/external/libaom/libaom/av1/encoder/x86/
Dhighbd_fwd_txfm_sse4.c2156 const int8_t *shift = fwd_txfm_shift_ls[TX_8X16]; in av1_fwd_txfm2d_8x16_sse4_1()
2157 const int txw_idx = get_txw_idx(TX_8X16); in av1_fwd_txfm2d_8x16_sse4_1()
2158 const int txh_idx = get_txh_idx(TX_8X16); in av1_fwd_txfm2d_8x16_sse4_1()
Dav1_fwd_txfm2d_avx2.c2695 const int8_t *shift = fwd_txfm_shift_ls[TX_8X16]; in lowbd_fwd_txfm2d_8x16_avx2()
2696 const int txw_idx = get_txw_idx(TX_8X16); in lowbd_fwd_txfm2d_8x16_avx2()
2697 const int txh_idx = get_txh_idx(TX_8X16); in lowbd_fwd_txfm2d_8x16_avx2()
Dav1_fwd_txfm_sse2.c2324 const int8_t *shift = fwd_txfm_shift_ls[TX_8X16]; in av1_lowbd_fwd_txfm2d_8x16_sse2()
2325 const int txw_idx = get_txw_idx(TX_8X16); in av1_lowbd_fwd_txfm2d_8x16_sse2()
2326 const int txh_idx = get_txh_idx(TX_8X16); in av1_lowbd_fwd_txfm2d_8x16_sse2()
Dhighbd_fwd_txfm_avx2.c1321 const int8_t *shift = fwd_txfm_shift_ls[TX_8X16]; in av1_fwd_txfm2d_8x16_avx2()
1322 const int txw_idx = get_txw_idx(TX_8X16); in av1_fwd_txfm2d_8x16_avx2()
1323 const int txh_idx = get_txh_idx(TX_8X16); in av1_fwd_txfm2d_8x16_avx2()
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_avx2.c1914 case TX_8X16: in av1_lowbd_inv_txfm2d_add_avx2()