Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp9/common/ppc/
Dvp9_idct_vsx.c35 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/
Dvp9_idct_intrin_sse2.c31 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()
Dvp9_highbd_iht4x4_add_sse4.c106 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()
Dvp9_highbd_iht8x8_add_sse4.c211 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()
Dvp9_highbd_iht16x16_add_sse4.c375 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/
Dvp9_idct16x16_msa.c50 case DCT_ADST: in vp9_iht16x16_256_add_msa()
Dvp9_idct4x4_msa.c39 case DCT_ADST: in vp9_iht4x4_16_add_msa()
Dvp9_idct8x8_msa.c47 case DCT_ADST: in vp9_iht8x8_64_add_msa()
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht4x4_add_neon.c109 case DCT_ADST: in vp9_highbd_iht4x4_16_add_neon()
153 case DCT_ADST: { in vp9_highbd_iht4x4_16_add_neon()
Dvp9_iht8x8_add_neon.c53 case DCT_ADST: in vp9_iht8x8_64_add_neon()
Dvp9_iht4x4_add_neon.c51 case DCT_ADST: in vp9_iht4x4_16_add_neon()
Dvp9_highbd_iht8x8_add_neon.c217 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/
Dvp9_reconintra.c27 DCT_ADST, // H
31 DCT_ADST, // D153
32 DCT_ADST, // D207
Dvp9_enums.h95 DCT_ADST = 2, // DCT in vertical, ADST in horizontal enumerator
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans4_dspr2.c57 case DCT_ADST: // DCT in vertical, ADST in horizontal in vp9_iht4x4_16_add_dspr2()
Dvp9_itrans8_dspr2.c50 case DCT_ADST: // DCT in vertical, ADST in horizontal in vp9_iht8x8_64_add_dspr2()
Dvp9_itrans16_dspr2.c54 case DCT_ADST: // DCT in vertical, ADST in horizontal in vp9_iht16x16_256_add_dspr2()
/external/libaom/libaom/test/
Dav1_highbd_iht_test.cc154 make_tuple(PARAM_LIST_4X4, DCT_ADST, 10),
155 make_tuple(PARAM_LIST_4X4, DCT_ADST, 12),
Dav1_txfm_test.cc29 case DCT_ADST: in get_txfm1d_type()
/external/libaom/libaom/av1/common/
Dblockd.h642 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()
Dav1_txfm.h151 case DCT_ADST: in get_flip_cfg()
Denums.h232 DCT_ADST, // DCT in vertical, ADST in horizontal enumerator
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct4x4_msa.c79 case DCT_ADST: in vp9_fht4x4_msa()
Dvp9_fdct8x8_msa.c41 case DCT_ADST: in vp9_fht8x8_msa()
/external/libaom/libaom/examples/
Dinspect.c194 ENUM(DCT_ADST),

12