Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/test/
H A Dav1_txfm_test.h79 typedef void (*TxfmFunc)(const int32_t *in, int32_t *out, const int8_t cos_bit, typedef
/aosp_15_r20/external/libaom/av1/common/
H A Dav1_txfm.h131 typedef void (*TxfmFunc)(const int32_t *input, int32_t *output, int8_t cos_bit, typedef