Home
last modified time | relevance | path

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

/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dmacros.h238 #define ALIGN16 __declspec(align(16)) macro
240 #define ALIGN16 __attribute__((aligned(16))) macro
/aosp_15_r20/external/libmpeg2/common/
H A Dicv_macros.h63 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
H A Dimpeg2_macros.h49 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.h34 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.h34 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/aosp_15_r20/external/libhevc/common/
H A Dihevc_macros.h52 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/aosp_15_r20/external/libavc/common/
H A Dih264_macros.h50 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h102 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/aosp_15_r20/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcEnc.h112 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/aosp_15_r20/external/libavc/examples/svcenc/
H A Dapp.h53 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/aosp_15_r20/external/libavc/examples/avcenc/
H A Dapp.h56 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro