Home
last modified time | relevance | path

Searched defs:TxfmFunc (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/test/
Dav1_txfm_test.h76 typedef void (*TxfmFunc)(const int32_t *in, int32_t *out, const int8_t cos_bit, typedef
/external/libaom/libaom/av1/common/
Dav1_txfm.h109 typedef void (*TxfmFunc)(const int32_t *input, int32_t *output, int8_t cos_bit, typedef