/external/libaom/libaom/av1/encoder/ |
D | hybrid_fwd_txfm.c | 86 assert(tx_type == DCT_DCT); in highbd_fwd_txfm_4x4() 191 assert(txfm_param->tx_type == DCT_DCT); in highbd_fwd_txfm_32x64() 200 assert(txfm_param->tx_type == DCT_DCT); in highbd_fwd_txfm_64x32() 209 assert(txfm_param->tx_type == DCT_DCT); in highbd_fwd_txfm_16x64() 212 av1_fwd_txfm2d_16x64(src_diff, dst_coeff, diff_stride, DCT_DCT, bd); in highbd_fwd_txfm_16x64() 217 assert(txfm_param->tx_type == DCT_DCT); in highbd_fwd_txfm_64x16() 220 av1_fwd_txfm2d_64x16(src_diff, dst_coeff, diff_stride, DCT_DCT, bd); in highbd_fwd_txfm_64x16() 225 assert(txfm_param->tx_type == DCT_DCT); in highbd_fwd_txfm_64x64() 228 av1_fwd_txfm2d_64x64(src_diff, dst_coeff, diff_stride, DCT_DCT, bd); in highbd_fwd_txfm_64x64()
|
D | encodemb.c | 372 TX_TYPE tx_type = DCT_DCT; in encode_block() 437 DCT_DCT); in encode_block() 441 update_txk_array(xd, blk_row, blk_col, tx_size, DCT_DCT); in encode_block() 576 av1_setup_xform(cm, x, tx_size, DCT_DCT, &txfm_param); in encode_block_pass1() 579 av1_setup_qmatrix(&cm->quant_params, xd, plane, tx_size, DCT_DCT, in encode_block_pass1() 695 TX_TYPE tx_type = DCT_DCT; in av1_encode_block_intra() 770 DCT_DCT); in av1_encode_block_intra() 773 update_txk_array(xd, blk_row, blk_col, tx_size, DCT_DCT); in av1_encode_block_intra()
|
/external/libvpx/libvpx/vp9/common/x86/ |
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() 106 if (tx_type == DCT_DCT || tx_type == DCT_ADST) { 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() 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 | 206 if (tx_type == DCT_DCT || tx_type == ADST_DCT) { in vp9_highbd_iht8x8_64_add_sse4_1() 211 if (tx_type == DCT_DCT || tx_type == DCT_ADST) { 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() 237 if (tx_type == DCT_DCT || tx_type == DCT_ADST) { in vp9_highbd_iht8x8_64_add_sse4_1()
|
D | vp9_idct_intrin_sse2.c | 23 case DCT_DCT: in vp9_iht4x4_16_add_sse2() 68 case DCT_DCT: in vp9_iht8x8_64_add_sse2() 202 case DCT_DCT: in vp9_iht16x16_256_add_sse2()
|
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() 375 if (tx_type == DCT_DCT || tx_type == DCT_ADST) { 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() 407 if (tx_type == DCT_DCT || tx_type == DCT_ADST) { in vp9_highbd_iht16x16_256_add_sse4_1()
|
/external/libvpx/libvpx/vp9/common/ppc/ |
D | vp9_idct_vsx.c | 28 case DCT_DCT: in vp9_iht4x4_16_add_vsx() 65 case DCT_DCT: in vp9_iht8x8_64_add_vsx() 96 case DCT_DCT: in vp9_iht16x16_256_add_vsx()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 182 if (tx_type == DCT_DCT) in vp9_iht4x4_add() 190 if (tx_type == DCT_DCT) { in vp9_iht8x8_add() 199 if (tx_type == DCT_DCT) { in vp9_iht16x16_add() 373 if (tx_type == DCT_DCT) in vp9_highbd_iht4x4_add() 381 if (tx_type == DCT_DCT) { in vp9_highbd_iht8x8_add() 390 if (tx_type == DCT_DCT) { in vp9_highbd_iht16x16_add()
|
D | vp9_blockd.h | 220 return DCT_DCT; in get_tx_type() 230 return DCT_DCT; in get_tx_type_4x4()
|
D | vp9_enums.h | 95 DCT_DCT = 0, // DCT in both horizontal and vertical enumerator
|
/external/libaom/libaom/test/ |
D | fwht4x4_test.cc | 96 ::testing::Values(make_tuple(&av1_highbd_fwht4x4_c, &iwht4x4_10, DCT_DCT, 98 make_tuple(&av1_highbd_fwht4x4_c, &iwht4x4_12, DCT_DCT,
|
D | av1_highbd_iht_test.cc | 169 make_tuple(PARAM_LIST_4X4, DCT_DCT, 10), 170 make_tuple(PARAM_LIST_4X4, DCT_DCT, 12), 321 DCT_DCT, ADST_DCT, FLIPADST_DCT, IDTX, V_DCT, H_DCT, H_ADST, H_FLIPADST in TEST_P()
|
D | encodetxb_test.cc | 68 for (int tx_type = DCT_DCT; tx_type < TX_TYPES; ++tx_type) { in GetNzMapContextsRun() 111 const TX_TYPE tx_type = DCT_DCT; in SpeedTestGetNzMapContextsRun()
|
/external/libvpx/libvpx/vp9/common/mips/msa/ |
D | vp9_idct16x16_msa.c | 24 case DCT_DCT: in vp9_iht16x16_256_add_msa()
|
D | vp9_idct4x4_msa.c | 26 case DCT_DCT: in vp9_iht4x4_16_add_msa()
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans8_dspr2.c | 35 case DCT_DCT: // DCT in both horizontal and vertical in vp9_iht8x8_64_add_dspr2()
|
D | vp9_itrans4_dspr2.c | 38 case DCT_DCT: // DCT in both horizontal and vertical in vp9_iht4x4_16_add_dspr2()
|
D | vp9_itrans16_dspr2.c | 36 case DCT_DCT: // DCT in both horizontal and vertical in vp9_iht16x16_256_add_dspr2()
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht8x8_add_neon.c | 41 case DCT_DCT: in vp9_iht8x8_64_add_neon()
|
D | vp9_highbd_iht4x4_add_neon.c | 94 case DCT_DCT: in vp9_highbd_iht4x4_16_add_neon() 127 case DCT_DCT: { in vp9_highbd_iht4x4_16_add_neon()
|
D | vp9_iht4x4_add_neon.c | 36 case DCT_DCT: in vp9_iht4x4_16_add_neon()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm2d_sse4.c | 192 assert(tx_type == DCT_DCT); in lowbd_fwd_txfm2d_64x64_sse4_1() 261 assert(tx_type == DCT_DCT); in lowbd_fwd_txfm2d_64x32_sse4_1() 287 assert(tx_type == DCT_DCT); in lowbd_fwd_txfm2d_32x64_sse4_1()
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 720 DCT_DCT, // DC_PRED in intra_mode_to_tx_type() 723 DCT_DCT, // D45_PRED in intra_mode_to_tx_type() 872 return DCT_DCT; in get_default_tx_type() 977 return DCT_DCT; in av1_get_tx_type() 997 if (!av1_ext_tx_used[tx_set_type][tx_type]) tx_type = DCT_DCT; in av1_get_tx_type()
|
D | idct.c | 51 assert(tx_type == DCT_DCT); in av1_highbd_inv_txfm_add_4x4_c() 193 assert(tx_type == DCT_DCT); in av1_highbd_inv_txfm_add_64x64_c()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 820 TX_TYPE tx_type = DCT_DCT; in vp9_encode_block_intra() 888 if (tx_type == DCT_DCT) in vp9_encode_block_intra() 909 if (tx_type == DCT_DCT) in vp9_encode_block_intra() 931 if (tx_type != DCT_DCT) in vp9_encode_block_intra() 944 if (tx_type == DCT_DCT) { in vp9_encode_block_intra() 1013 if (tx_type != DCT_DCT) in vp9_encode_block_intra() 1025 if (tx_type == DCT_DCT) in vp9_encode_block_intra()
|