Searched refs:DCT_DCT (Results 1 – 19 of 19) sorted by relevance
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()
214 return DCT_DCT; in get_tx_type()224 return DCT_DCT; in get_tx_type_4x4()
93 DCT_DCT = 0, // DCT in both horizontal and vertical enumerator
25 DCT_DCT, // DC28 DCT_DCT, // D45
23 case DCT_DCT: in vp9_iht16x16_256_add_msa()
25 case DCT_DCT: in vp9_iht4x4_16_add_msa()
27 case DCT_DCT: in vp9_iht8x8_64_add_msa()
35 case DCT_DCT: // DCT in both horizontal and vertical in vp9_iht8x8_64_add_dspr2()
38 case DCT_DCT: // DCT in both horizontal and vertical in vp9_iht4x4_16_add_dspr2()
36 case DCT_DCT: // DCT in both horizontal and vertical in vp9_iht16x16_256_add_dspr2()
744 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()
532 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()
1038 if (tx_type == DCT_DCT) in rd_pick_intra4x4block()
25 case DCT_DCT: in vp9_fht8x8_msa()
69 case DCT_DCT: in vp9_fht4x4_msa()
442 case DCT_DCT: in vp9_fht16x16_msa()
383 const TX_TYPE tx_type = DCT_DCT; in TEST_P()
160 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()
314 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()