Home
last modified time | relevance | path

Searched defs:ALIGN2 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.h32 #define ALIGN2(x) ((((x) + 1) >> 1) << 1) macro
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.h32 #define ALIGN2(x) ((((x) + 1) >> 1) << 1) macro
/aosp_15_r20/external/libhevc/common/
H A Dihevc_macros.h55 #define ALIGN2(x) ((((x) + 1) >> 1) << 1) macro
/aosp_15_r20/external/libavc/common/
H A Dih264_macros.h53 #define ALIGN2(x) ((((x) + 1) >> 1) << 1) macro
/aosp_15_r20/external/libmpeg2/fuzzer/
H A Dmpeg2_dec_fuzzer.cpp34 #define ALIGN2(x) ((((x) + 1) >> 1) << 1) macro