Home
last modified time | relevance | path

Searched refs:DCT_DCT (Results 1 – 25 of 57) sorted by relevance

123

/external/libaom/libaom/av1/encoder/
Dhybrid_fwd_txfm.c86 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()
Dencodemb.c372 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/
Dvp9_highbd_iht4x4_add_sse4.c101 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()
Dvp9_highbd_iht8x8_add_sse4.c206 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()
Dvp9_idct_intrin_sse2.c23 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()
Dvp9_highbd_iht16x16_add_sse4.c362 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/
Dvp9_idct_vsx.c28 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/
Dvp9_idct.c182 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()
Dvp9_blockd.h220 return DCT_DCT; in get_tx_type()
230 return DCT_DCT; in get_tx_type_4x4()
Dvp9_enums.h95 DCT_DCT = 0, // DCT in both horizontal and vertical enumerator
/external/libaom/libaom/test/
Dfwht4x4_test.cc96 ::testing::Values(make_tuple(&av1_highbd_fwht4x4_c, &iwht4x4_10, DCT_DCT,
98 make_tuple(&av1_highbd_fwht4x4_c, &iwht4x4_12, DCT_DCT,
Dav1_highbd_iht_test.cc169 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()
Dencodetxb_test.cc68 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/
Dvp9_idct16x16_msa.c24 case DCT_DCT: in vp9_iht16x16_256_add_msa()
Dvp9_idct4x4_msa.c26 case DCT_DCT: in vp9_iht4x4_16_add_msa()
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans8_dspr2.c35 case DCT_DCT: // DCT in both horizontal and vertical in vp9_iht8x8_64_add_dspr2()
Dvp9_itrans4_dspr2.c38 case DCT_DCT: // DCT in both horizontal and vertical in vp9_iht4x4_16_add_dspr2()
Dvp9_itrans16_dspr2.c36 case DCT_DCT: // DCT in both horizontal and vertical in vp9_iht16x16_256_add_dspr2()
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht8x8_add_neon.c41 case DCT_DCT: in vp9_iht8x8_64_add_neon()
Dvp9_highbd_iht4x4_add_neon.c94 case DCT_DCT: in vp9_highbd_iht4x4_16_add_neon()
127 case DCT_DCT: { in vp9_highbd_iht4x4_16_add_neon()
Dvp9_iht4x4_add_neon.c36 case DCT_DCT: in vp9_iht4x4_16_add_neon()
/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm2d_sse4.c192 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/
Dblockd.h720 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()
Didct.c51 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/
Dvp9_encodemb.c820 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()

123