Home
last modified time | relevance | path

Searched refs:DECLARE_PROTECTED (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/
DAdd-visibility-protected-attribute-for-global-variab.patch37 +DECLARE_PROTECTED(DECLARE_ALIGNED(16, const short,
54 +DECLARE_PROTECTED(const int16_t vpx_rv[]) = {
67 +#define DECLARE_PROTECTED(decl) decl __attribute__((visibility("protected")))
69 +#define DECLARE_PROTECTED(decl) decl
/external/libvpx/libvpx/vpx_ports/
Dmem.h27 #define DECLARE_PROTECTED(decl) decl __attribute__((visibility("protected"))) macro
29 #define DECLARE_PROTECTED(decl) decl macro
/external/libvpx/libvpx/vp8/common/x86/
Dfilter_x86.c20 DECLARE_PROTECTED(DECLARE_ALIGNED(16, const short,
/external/libvpx/libvpx/vpx_dsp/
Ddeblock.c15 DECLARE_PROTECTED(const int16_t vpx_rv[]) = {