/external/libvpx/libvpx/vp9/common/ |
vp9_enums.h | 73 DCT_DCT = 0, // DCT in both horizontal and vertical
|
vp9_reconintra.c | 22 DCT_DCT, // DC 25 DCT_DCT, // D45 32 DCT_DCT, // NEARESTMV 33 DCT_DCT, // NEARMV 34 DCT_DCT, // ZEROMV 35 DCT_DCT // NEWMV
|
vp9_blockd.h | 244 return DCT_DCT; 253 mode2txfm_map[xd->mi_8x8[0]->mbmi.mode] : DCT_DCT; 259 mode2txfm_map[xd->mi_8x8[0]->mbmi.mode] : DCT_DCT;
|
vp9_idct.c | 286 { idct4_1d, idct4_1d }, // DCT_DCT = 0 392 { idct8_1d, idct8_1d }, // DCT_DCT = 0 810 { idct16_1d, idct16_1d }, // DCT_DCT = 0 [all...] |
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans4_dspr2.c | 381 case DCT_DCT: // DCT in both horizontal and vertical
|
vp9_itrans8_dspr2.c | 565 case DCT_DCT: // DCT in both horizontal and vertical [all...] |
vp9_itrans16_dspr2.c | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | 644 if (tx_type != DCT_DCT) 654 if (tx_type == DCT_DCT)
|
vp9_dct.c | 148 { fdct4, fdct4 }, // DCT_DCT = 0 556 { fdct8, fdct8 }, // DCT_DCT = 0 949 { fdct16, fdct16 }, // DCT_DCT = 0 [all...] |
vp9_rdopt.c | [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodframe.c | 258 if (tx_type == DCT_DCT) 272 tx_type = DCT_DCT; 282 if (tx_type == DCT_DCT && tx_size <= TX_16X16 && eob <= 10) [all...] |