Home
last modified time | relevance | path

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

/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.h214 return DCT_DCT; in get_tx_type()
224 return DCT_DCT; in get_tx_type_4x4()
Dvp9_enums.h93 DCT_DCT = 0, // DCT in both horizontal and vertical enumerator
Dvp9_reconintra.c25 DCT_DCT, // DC
28 DCT_DCT, // D45
/external/libvpx/libvpx/vp9/common/mips/msa/
Dvp9_idct16x16_msa.c23 case DCT_DCT: in vp9_iht16x16_256_add_msa()
Dvp9_idct4x4_msa.c25 case DCT_DCT: in vp9_iht4x4_16_add_msa()
Dvp9_idct8x8_msa.c27 case DCT_DCT: in vp9_iht8x8_64_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/encoder/
Dvp9_encodemb.c744 TX_TYPE tx_type = DCT_DCT; in vp9_encode_block_intra()
812 if (tx_type == DCT_DCT) in vp9_encode_block_intra()
833 if (tx_type == DCT_DCT) in vp9_encode_block_intra()
854 if (tx_type != DCT_DCT) in vp9_encode_block_intra()
867 if (tx_type == DCT_DCT) { in vp9_encode_block_intra()
936 if (tx_type != DCT_DCT) in vp9_encode_block_intra()
948 if (tx_type == DCT_DCT) in vp9_encode_block_intra()
Dvp9_dct.c532 if (tx_type == DCT_DCT) { in vp9_fht4x4_c()
662 if (tx_type == DCT_DCT) { in vp9_fht8x8_c()
745 if (tx_type == DCT_DCT) { in vp9_fht16x16_c()
Dvp9_rdopt.c1038 if (tx_type == DCT_DCT) in rd_pick_intra4x4block()
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct8x8_msa.c25 case DCT_DCT: in vp9_fht8x8_msa()
Dvp9_fdct4x4_msa.c69 case DCT_DCT: in vp9_fht4x4_msa()
Dvp9_fdct16x16_msa.c442 case DCT_DCT: in vp9_fht16x16_msa()
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc383 const TX_TYPE tx_type = DCT_DCT; in TEST_P()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_intrin_sse2.c160 case DCT_DCT: vpx_fdct4x4_sse2(input, output, stride); break; in vp9_fht4x4_sse2()
1085 case DCT_DCT: vpx_fdct8x8_sse2(input, output, stride); break; in vp9_fht8x8_sse2()
1951 case DCT_DCT: vpx_fdct16x16_sse2(input, output, stride); break; in vp9_fht16x16_sse2()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c314 if (tx_type == DCT_DCT && tx_size <= TX_16X16 && eob <= 10) in inverse_transform_block_intra()
341 (plane || xd->lossless) ? DCT_DCT : intra_mode_to_tx_type_lookup[mode]; in predict_and_reconstruct_intra_block()