Home
last modified time | relevance | path

Searched refs:ReduceOutConverterFunc_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuCore.h40 typedef void (*ReduceOutConverterFunc_t)(uint8_t *out, const uint8_t *accum); typedef
50 ReduceOutConverterFunc_t outFunc; // user outconverter function
101 ReduceOutConverterFunc_t outFunc;
DrsCpuExecutable.cpp664 (ReduceOutConverterFunc_t) dlsym(sharedObj, tmpNameOutConverter))) { in createFromSharedObject()