Home
last modified time | relevance | path

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

/aosp_15_r20/external/libmpeg2/common/
H A Dicv_macros.h60 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
H A Dimpeg2_macros.h46 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
/aosp_15_r20/external/libhevc/common/
H A Dihevc_macros.h49 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
/aosp_15_r20/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.h42 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
H A DC2SoftAvcEnc.h113 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
/aosp_15_r20/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.h40 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
/aosp_15_r20/external/libavc/common/
H A Dih264_macros.h47 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DGoldfishH264Helper.cpp41 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DGoldfishHevcHelper.cpp44 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
/aosp_15_r20/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.h41 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h103 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro