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.cc377 TX_8X16,
412 TX_8X16, TX_16X8, TX_16X32, TX_32X16, TX_32X64, TX_64X32, TX_4X16,
567 TX_8X16, TX_16X8, TX_16X32, TX_32X16, TX_32X64, TX_64X32, TX_4X16,
577 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,
1249 C_3, TX_8X16, aom_highbd_dc_predictor_8x16_c,
1277 HIGHBD_INTRA_PRED_TEST(SSE2_3, TX_8X16, aom_highbd_dc_predictor_8x16_sse2,
Dfilterintra_test.cc129 TX_8X4, TX_8X16, TX_16X8, TX_16X32, TX_32X16,
Dcfl_test.cc35 make_tuple(static_cast<TX_SIZE>(TX_8X16), &function), \
51 make_tuple(static_cast<TX_SIZE>(TX_8X16), &fun420, &fun422, &fun444), \
Ddr_prediction_test.cc36 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.h179 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()
Dav1_common_int.h1384 case 8: return TX_8X16; break; in get_tx_size()
Dreconintra.c469 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()
Dtx_search.c70 TX_4X4, TX_4X8, TX_8X4, TX_8X8, TX_8X16, TX_16X8,
2689 TX_8X16, // 8x16 transform in choose_largest_tx_size()
/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.c2172 const int8_t *shift = av1_fwd_txfm_shift_ls[TX_8X16]; in av1_fwd_txfm2d_8x16_sse4_1()
2173 const int txw_idx = get_txw_idx(TX_8X16); in av1_fwd_txfm2d_8x16_sse4_1()
2174 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 = av1_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.c2326 const int8_t *shift = av1_fwd_txfm_shift_ls[TX_8X16]; in av1_lowbd_fwd_txfm2d_8x16_sse2()
2327 const int txw_idx = get_txw_idx(TX_8X16); in av1_lowbd_fwd_txfm2d_8x16_sse2()
2328 const int txh_idx = get_txh_idx(TX_8X16); in av1_lowbd_fwd_txfm2d_8x16_sse2()
Dhighbd_fwd_txfm_avx2.c1320 const int8_t *shift = av1_fwd_txfm_shift_ls[TX_8X16]; in av1_fwd_txfm2d_8x16_avx2()
1321 const int txw_idx = get_txw_idx(TX_8X16); in av1_fwd_txfm2d_8x16_avx2()
1322 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.c1915 case TX_8X16: in av1_lowbd_inv_txfm2d_add_avx2()