Home
last modified time | relevance | path

Searched refs:prototype_idct (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/common/arm/
Didct_arm.h16 extern prototype_idct(vp8_short_idct4x4llm_1_v6);
17 extern prototype_idct(vp8_short_idct4x4llm_v6_dual);
41 extern prototype_idct(vp8_short_idct4x4llm_1_neon);
42 extern prototype_idct(vp8_short_idct4x4llm_neon);
/external/libvpx/vp8/common/
Didct.h18 #define prototype_idct(sym) \ macro
37 extern prototype_idct(vp8_idct_idct1);
42 extern prototype_idct(vp8_idct_idct16);
60 typedef prototype_idct((*vp8_idct_fn_t)); typedef
/external/libvpx/vp8/common/x86/
Didct_x86.h23 extern prototype_idct(vp8_short_idct4x4llm_1_mmx);
24 extern prototype_idct(vp8_short_idct4x4llm_mmx);