Home
last modified time | relevance | path

Searched refs:ADST_DCT (Results 1 – 25 of 33) sorted by relevance

12

/external/libvpx/libvpx/vp9/common/ppc/
Dvp9_idct_vsx.c31 case ADST_DCT: in vp9_iht4x4_16_add_vsx()
68 case ADST_DCT: in vp9_iht8x8_64_add_vsx()
99 case ADST_DCT: in vp9_iht16x16_256_add_vsx()
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c27 case ADST_DCT: in vp9_iht4x4_16_add_sse2()
72 case ADST_DCT: in vp9_iht8x8_64_add_sse2()
206 case ADST_DCT: in vp9_iht16x16_256_add_sse2()
Dvp9_highbd_iht4x4_add_sse4.c101 if (tx_type == DCT_DCT || tx_type == ADST_DCT) { in vp9_highbd_iht4x4_16_add_sse4_1()
116 if (tx_type == DCT_DCT || tx_type == ADST_DCT) { in vp9_highbd_iht4x4_16_add_sse4_1()
Dvp9_highbd_iht8x8_add_sse4.c206 if (tx_type == DCT_DCT || tx_type == ADST_DCT) { in vp9_highbd_iht8x8_64_add_sse4_1()
220 if (tx_type == DCT_DCT || tx_type == ADST_DCT) { in vp9_highbd_iht8x8_64_add_sse4_1()
Dvp9_highbd_iht16x16_add_sse4.c362 if (tx_type == DCT_DCT || tx_type == ADST_DCT) { in vp9_highbd_iht16x16_256_add_sse4_1()
393 if (tx_type == DCT_DCT || tx_type == ADST_DCT) { in vp9_highbd_iht16x16_256_add_sse4_1()
/external/libvpx/libvpx/vp9/common/mips/msa/
Dvp9_idct16x16_msa.c37 case ADST_DCT: in vp9_iht16x16_256_add_msa()
Dvp9_idct4x4_msa.c32 case ADST_DCT: in vp9_iht4x4_16_add_msa()
Dvp9_idct8x8_msa.c37 case ADST_DCT: in vp9_iht8x8_64_add_msa()
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht4x4_add_neon.c102 case ADST_DCT: in vp9_highbd_iht4x4_16_add_neon()
140 case ADST_DCT: { in vp9_highbd_iht4x4_16_add_neon()
Dvp9_iht8x8_add_neon.c47 case ADST_DCT: in vp9_iht8x8_64_add_neon()
Dvp9_iht4x4_add_neon.c44 case ADST_DCT: in vp9_iht4x4_16_add_neon()
Dvp9_highbd_iht8x8_add_neon.c205 case ADST_DCT: { in vp9_highbd_iht8x8_64_add_neon()
277 case ADST_DCT: { in vp9_highbd_iht8x8_64_add_neon()
/external/libvpx/libvpx/vp9/common/
Dvp9_reconintra.c26 ADST_DCT, // V
30 ADST_DCT, // D117
33 ADST_DCT, // D63
Dvp9_enums.h94 ADST_DCT = 1, // ADST in vertical, DCT in horizontal enumerator
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans4_dspr2.c42 case ADST_DCT: // ADST in vertical, DCT in horizontal in vp9_iht4x4_16_add_dspr2()
Dvp9_itrans8_dspr2.c39 case ADST_DCT: // ADST in vertical, DCT in horizontal in vp9_iht8x8_64_add_dspr2()
Dvp9_itrans16_dspr2.c40 case ADST_DCT: // ADST in vertical, DCT in horizontal in vp9_iht16x16_256_add_dspr2()
/external/libaom/libaom/test/
Dav1_highbd_iht_test.cc152 make_tuple(PARAM_LIST_4X4, ADST_DCT, 10),
153 make_tuple(PARAM_LIST_4X4, ADST_DCT, 12),
Dav1_txfm_test.cc25 case ADST_DCT: in get_txfm1d_type()
/external/libaom/libaom/av1/common/
Dblockd.h641 ADST_DCT, // V_PRED in intra_mode_to_tx_type()
645 ADST_DCT, // D113_PRED in intra_mode_to_tx_type()
648 ADST_DCT, // D67_PRED in intra_mode_to_tx_type()
650 ADST_DCT, // SMOOTH_V_PRED in intra_mode_to_tx_type()
Dav1_txfm.h150 case ADST_DCT: in get_flip_cfg()
Denums.h231 ADST_DCT, // ADST in vertical, DCT in horizontal enumerator
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct4x4_msa.c74 case ADST_DCT: in vp9_fht4x4_msa()
Dvp9_fdct8x8_msa.c33 case ADST_DCT: in vp9_fht8x8_msa()
/external/libaom/libaom/examples/
Dinspect.c193 ENUM(ADST_DCT),

12