/external/libvpx/libvpx/vp9/common/ppc/ |
D | vp9_idct_vsx.c | 31 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/ |
D | vp9_idct_intrin_sse2.c | 27 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()
|
D | vp9_highbd_iht4x4_add_sse4.c | 101 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()
|
D | vp9_highbd_iht8x8_add_sse4.c | 206 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()
|
D | vp9_highbd_iht16x16_add_sse4.c | 362 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/ |
D | vp9_idct16x16_msa.c | 37 case ADST_DCT: in vp9_iht16x16_256_add_msa()
|
D | vp9_idct4x4_msa.c | 32 case ADST_DCT: in vp9_iht4x4_16_add_msa()
|
D | vp9_idct8x8_msa.c | 37 case ADST_DCT: in vp9_iht8x8_64_add_msa()
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_highbd_iht4x4_add_neon.c | 102 case ADST_DCT: in vp9_highbd_iht4x4_16_add_neon() 140 case ADST_DCT: { in vp9_highbd_iht4x4_16_add_neon()
|
D | vp9_iht8x8_add_neon.c | 47 case ADST_DCT: in vp9_iht8x8_64_add_neon()
|
D | vp9_iht4x4_add_neon.c | 44 case ADST_DCT: in vp9_iht4x4_16_add_neon()
|
D | vp9_highbd_iht8x8_add_neon.c | 205 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/ |
D | vp9_reconintra.c | 26 ADST_DCT, // V 30 ADST_DCT, // D117 33 ADST_DCT, // D63
|
D | vp9_enums.h | 94 ADST_DCT = 1, // ADST in vertical, DCT in horizontal enumerator
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans4_dspr2.c | 42 case ADST_DCT: // ADST in vertical, DCT in horizontal in vp9_iht4x4_16_add_dspr2()
|
D | vp9_itrans8_dspr2.c | 39 case ADST_DCT: // ADST in vertical, DCT in horizontal in vp9_iht8x8_64_add_dspr2()
|
D | vp9_itrans16_dspr2.c | 40 case ADST_DCT: // ADST in vertical, DCT in horizontal in vp9_iht16x16_256_add_dspr2()
|
/external/libaom/libaom/test/ |
D | av1_highbd_iht_test.cc | 152 make_tuple(PARAM_LIST_4X4, ADST_DCT, 10), 153 make_tuple(PARAM_LIST_4X4, ADST_DCT, 12),
|
D | av1_txfm_test.cc | 25 case ADST_DCT: in get_txfm1d_type()
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 641 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()
|
D | av1_txfm.h | 150 case ADST_DCT: in get_flip_cfg()
|
D | enums.h | 231 ADST_DCT, // ADST in vertical, DCT in horizontal enumerator
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct4x4_msa.c | 74 case ADST_DCT: in vp9_fht4x4_msa()
|
D | vp9_fdct8x8_msa.c | 33 case ADST_DCT: in vp9_fht8x8_msa()
|
/external/libaom/libaom/examples/ |
D | inspect.c | 193 ENUM(ADST_DCT),
|