HomeSort by relevance Sort by last modified time
    Searched refs:DCT_DCT (Results 1 - 19 of 19) sorted by null

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 35 case DCT_DCT: // DCT in both horizontal and vertical
vp9_itrans16_dspr2.c 36 case DCT_DCT: // DCT in both horizontal and vertical
vp9_itrans4_dspr2.c 38 case DCT_DCT: // DCT in both horizontal and vertical
  /external/libvpx/libvpx/vp9/common/mips/msa/
vp9_idct16x16_msa.c 23 case DCT_DCT:
vp9_idct4x4_msa.c 25 case DCT_DCT:
vp9_idct8x8_msa.c 27 case DCT_DCT:
  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 93 DCT_DCT = 0, // DCT in both horizontal and vertical
vp9_idct.c 23 { idct4_c, idct4_c }, // DCT_DCT = 0
53 { idct8_c, idct8_c }, // DCT_DCT = 0
86 { idct16_c, idct16_c }, // DCT_DCT = 0
182 if (tx_type == DCT_DCT)
190 if (tx_type == DCT_DCT) {
199 if (tx_type == DCT_DCT) {
211 { vpx_highbd_idct4_c, vpx_highbd_idct4_c }, // DCT_DCT = 0
241 { vpx_highbd_idct8_c, vpx_highbd_idct8_c }, // DCT_DCT = 0
274 { vpx_highbd_idct16_c, vpx_highbd_idct16_c }, // DCT_DCT = 0
373 if (tx_type == DCT_DCT)
    [all...]
vp9_blockd.h 214 return DCT_DCT;
224 return DCT_DCT;
vp9_reconintra.c 25 DCT_DCT, // DC
28 DCT_DCT, // D45
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct4x4_msa.c 69 case DCT_DCT:
vp9_fdct8x8_msa.c 25 case DCT_DCT:
vp9_fdct16x16_msa.c 442 case DCT_DCT:
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 744 TX_TYPE tx_type = DCT_DCT;
812 if (tx_type == DCT_DCT)
    [all...]
vp9_dct.c 510 { fdct4, fdct4 }, // DCT_DCT = 0
517 { fdct8, fdct8 }, // DCT_DCT = 0
524 { fdct16, fdct16 }, // DCT_DCT = 0
532 if (tx_type == DCT_DCT) {
662 if (tx_type == DCT_DCT) {
745 if (tx_type == DCT_DCT) {
vp9_rdopt.c     [all...]
  /external/libvpx/libvpx/test/
vp9_quantize_test.cc 383 const TX_TYPE tx_type = DCT_DCT;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 314 if (tx_type == DCT_DCT && tx_size <= TX_16X16 && eob <= 10)
341 (plane || xd->lossless) ? DCT_DCT : intra_mode_to_tx_type_lookup[mode];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c 160 case DCT_DCT: vpx_fdct4x4_sse2(input, output, stride); break;
    [all...]

Completed in 492 milliseconds