/external/libvpx/libvpx/vp9/common/ppc/ |
D | vp9_idct_vsx.c | 35 case DCT_ADST: in vp9_iht4x4_16_add_vsx() 72 case DCT_ADST: in vp9_iht8x8_64_add_vsx() 103 case DCT_ADST: in vp9_iht16x16_256_add_vsx()
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 31 case DCT_ADST: in vp9_iht4x4_16_add_sse2() 76 case DCT_ADST: in vp9_iht8x8_64_add_sse2() 210 case DCT_ADST: in vp9_iht16x16_256_add_sse2()
|
D | vp9_highbd_iht4x4_add_sse4.c | 106 if (tx_type == DCT_DCT || tx_type == DCT_ADST) { in vp9_highbd_iht4x4_16_add_sse4_1() 121 if (tx_type == DCT_DCT || tx_type == DCT_ADST) { in vp9_highbd_iht4x4_16_add_sse4_1()
|
D | vp9_highbd_iht8x8_add_sse4.c | 211 if (tx_type == DCT_DCT || tx_type == DCT_ADST) { in vp9_highbd_iht8x8_64_add_sse4_1() 237 if (tx_type == DCT_DCT || tx_type == DCT_ADST) { in vp9_highbd_iht8x8_64_add_sse4_1()
|
D | vp9_highbd_iht16x16_add_sse4.c | 375 if (tx_type == DCT_DCT || tx_type == DCT_ADST) { in vp9_highbd_iht16x16_256_add_sse4_1() 407 if (tx_type == DCT_DCT || tx_type == DCT_ADST) { in vp9_highbd_iht16x16_256_add_sse4_1()
|
/external/libvpx/libvpx/vp9/common/mips/msa/ |
D | vp9_idct16x16_msa.c | 50 case DCT_ADST: in vp9_iht16x16_256_add_msa()
|
D | vp9_idct4x4_msa.c | 39 case DCT_ADST: in vp9_iht4x4_16_add_msa()
|
D | vp9_idct8x8_msa.c | 47 case DCT_ADST: in vp9_iht8x8_64_add_msa()
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_highbd_iht4x4_add_neon.c | 109 case DCT_ADST: in vp9_highbd_iht4x4_16_add_neon() 153 case DCT_ADST: { in vp9_highbd_iht4x4_16_add_neon()
|
D | vp9_iht8x8_add_neon.c | 53 case DCT_ADST: in vp9_iht8x8_64_add_neon()
|
D | vp9_iht4x4_add_neon.c | 51 case DCT_ADST: in vp9_iht4x4_16_add_neon()
|
D | vp9_highbd_iht8x8_add_neon.c | 217 case DCT_ADST: { in vp9_highbd_iht8x8_64_add_neon() 296 case DCT_ADST: { in vp9_highbd_iht8x8_64_add_neon()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconintra.c | 27 DCT_ADST, // H 31 DCT_ADST, // D153 32 DCT_ADST, // D207
|
D | vp9_enums.h | 95 DCT_ADST = 2, // DCT in vertical, ADST in horizontal enumerator
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans4_dspr2.c | 57 case DCT_ADST: // DCT in vertical, ADST in horizontal in vp9_iht4x4_16_add_dspr2()
|
D | vp9_itrans8_dspr2.c | 50 case DCT_ADST: // DCT in vertical, ADST in horizontal in vp9_iht8x8_64_add_dspr2()
|
D | vp9_itrans16_dspr2.c | 54 case DCT_ADST: // DCT in vertical, ADST in horizontal in vp9_iht16x16_256_add_dspr2()
|
/external/libaom/libaom/test/ |
D | av1_highbd_iht_test.cc | 154 make_tuple(PARAM_LIST_4X4, DCT_ADST, 10), 155 make_tuple(PARAM_LIST_4X4, DCT_ADST, 12),
|
D | av1_txfm_test.cc | 29 case DCT_ADST: in get_txfm1d_type()
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 642 DCT_ADST, // H_PRED in intra_mode_to_tx_type() 646 DCT_ADST, // D157_PRED in intra_mode_to_tx_type() 647 DCT_ADST, // D203_PRED in intra_mode_to_tx_type() 651 DCT_ADST, // SMOOTH_H_PRED in intra_mode_to_tx_type()
|
D | av1_txfm.h | 151 case DCT_ADST: in get_flip_cfg()
|
D | enums.h | 232 DCT_ADST, // DCT in vertical, ADST in horizontal enumerator
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct4x4_msa.c | 79 case DCT_ADST: in vp9_fht4x4_msa()
|
D | vp9_fdct8x8_msa.c | 41 case DCT_ADST: in vp9_fht8x8_msa()
|
/external/libaom/libaom/examples/ |
D | inspect.c | 194 ENUM(DCT_ADST),
|