Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h99 DCT_DCT = 0, // DCT in both horizontal and vertical enumerator
Dvp9_blockd.h251 return DCT_DCT; in get_tx_type()
260 return DCT_DCT; in get_tx_type_4x4()
Dvp9_reconintra.c22 DCT_DCT, // DC
25 DCT_DCT, // D45
Dvp9_idct.c1384 if (tx_type == DCT_DCT) in vp9_iht4x4_add()
1392 if (tx_type == DCT_DCT) { in vp9_iht8x8_add()
1401 if (tx_type == DCT_DCT) { in vp9_iht16x16_add()
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans4_dspr2.c381 case DCT_DCT: // DCT in both horizontal and vertical in vp9_iht4x4_16_add_dspr2()
Dvp9_itrans8_dspr2.c565 case DCT_DCT: // DCT in both horizontal and vertical in vp9_iht8x8_64_add_dspr2()
Dvp9_itrans16_dspr2.c1101 case DCT_DCT: // DCT in both horizontal and vertical in vp9_iht16x16_256_add_dspr2()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c197 TX_TYPE tx_type = DCT_DCT; in inverse_transform_block()
200 tx_type = DCT_DCT; in inverse_transform_block()
218 tx_type = DCT_DCT; in inverse_transform_block()
229 if (tx_type == DCT_DCT && tx_size <= TX_16X16 && eob <= 10) in inverse_transform_block()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c677 if (tx_type != DCT_DCT) in encode_block_intra()
688 if (tx_type == DCT_DCT) in encode_block_intra()
Dvp9_dct.c171 if (tx_type == DCT_DCT) { in vp9_fht4x4_c()
605 if (tx_type == DCT_DCT) { in vp9_fht8x8_c()
1002 if (tx_type == DCT_DCT) { in vp9_fht16x16_c()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c382 case DCT_DCT: in vp9_fht4x4_sse2()
1210 case DCT_DCT: in vp9_fht8x8_sse2()
2790 case DCT_DCT: in vp9_fht16x16_sse2()