HomeSort by relevance Sort by last modified time
    Searched refs:prototype_fdct (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/encoder/arm/
dct_arm.h 16 extern prototype_fdct(vp8_short_walsh4x4_armv6);
25 extern prototype_fdct(vp8_short_fdct4x4_neon);
26 extern prototype_fdct(vp8_short_fdct8x4_neon);
27 extern prototype_fdct(vp8_fast_fdct4x4_neon);
28 extern prototype_fdct(vp8_fast_fdct8x4_neon);
29 extern prototype_fdct(vp8_short_walsh4x4_neon);
  /external/libvpx/vp8/encoder/
dct.h 15 #define prototype_fdct(sym) void (sym)(short *input, short *output, int pitch) macro
28 extern prototype_fdct(vp8_fdct_short4x4);
33 extern prototype_fdct(vp8_fdct_short8x4);
47 extern prototype_fdct(vp8_fdct_walsh_short4x4);
49 typedef prototype_fdct(*vp8_fdct_fn_t);
  /external/libvpx/vp8/encoder/x86/
dct_x86.h 23 extern prototype_fdct(vp8_short_fdct4x4_mmx);
24 extern prototype_fdct(vp8_short_fdct8x4_mmx);
40 extern prototype_fdct(vp8_short_fdct8x4_wmt);
41 extern prototype_fdct(vp8_short_walsh4x4_sse2);
43 extern prototype_fdct(vp8_short_fdct4x4_sse2);

Completed in 124 milliseconds