Home
last modified time | relevance | path

Searched defs:txfm_type (Results 1 – 5 of 5) sorted by relevance

/external/libaom/test/
Dav1_fwd_txfm1d_test.cc81 TYPE_TXFM txfm_type = txfm_type_ls[ti]; in TEST() local
/external/libaom/tools/txfm_analyzer/
Dtxfm_gen_code.cc551 void gen_hybrid_code(CODE_TYPE code_type, TYPE_TXFM txfm_type, int node_num) { in gen_hybrid_code()
574 for (int txfm_type = TYPE_DCT; txfm_type < TYPE_LAST; txfm_type++) { in main() local
/external/libaom/av1/encoder/x86/
Dav1_fwd_txfm2d_sse4.c76 static INLINE TxfmFuncSSE2 fwd_txfm_type_to_func(TXFM_TYPE txfm_type) { in fwd_txfm_type_to_func()
/external/libaom/av1/common/
Dav1_inv_txfm2d.c114 static INLINE TxfmFunc inv_txfm_type_to_func(TXFM_TYPE txfm_type) { in inv_txfm_type_to_func()
/external/libaom/av1/encoder/
Dav1_fwd_txfm2d.c23 static INLINE TxfmFunc fwd_txfm_type_to_func(TXFM_TYPE txfm_type) { in fwd_txfm_type_to_func()