Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Ddct.h15 #define prototype_fdct(sym) void (sym)(short *input, short *output, int pitch) macro
49 typedef prototype_fdct(*vp8_fdct_fn_t); typedef