Searched refs:TX_CLASS_2D (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | txb_common.h | 40 TX_CLASS_2D, // DCT_DCT 41 TX_CLASS_2D, // ADST_DCT 42 TX_CLASS_2D, // DCT_ADST 43 TX_CLASS_2D, // ADST_ADST 44 TX_CLASS_2D, // FLIPADST_DCT 45 TX_CLASS_2D, // DCT_FLIPADST 46 TX_CLASS_2D, // FLIPADST_FLIPADST 47 TX_CLASS_2D, // ADST_FLIPADST 48 TX_CLASS_2D, // FLIPADST_ADST 49 TX_CLASS_2D, // IDTX [all …]
|
D | entropy.h | 58 TX_CLASS_2D = 0, enumerator
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 176 const int eob_multi_ctx = (tx_class == TX_CLASS_2D) ? 0 : 1; in av1_read_coeffs_txb() 272 if (tx_class == TX_CLASS_2D) { in av1_read_coeffs_txb()
|
/external/libaom/libaom/test/ |
D | scan_test.cc | 111 if (tx_class == TX_CLASS_2D) { in TEST()
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 174 const int eob_multi_ctx = (tx_class == TX_CLASS_2D) ? 0 : 1; 254 const int eob_multi_ctx = (tx_class == TX_CLASS_2D) ? 0 : 1; 535 const int eob_multi_ctx = (tx_class == TX_CLASS_2D) ? 0 : 1; 854 WAREHOUSE_EFFICIENTS_TXB_CASE(TX_CLASS_2D); 1759 UPDATE_COEFF_EOB_CASE(TX_CLASS_2D); 1780 UPDATE_COEFF_SIMPLE_CASE(TX_CLASS_2D);
|
/external/libaom/libaom/av1/encoder/x86/ |
D | encodetxb_sse2.c | 455 if (tx_class == TX_CLASS_2D) { in av1_get_nz_map_contexts_sse2()
|