Searched defs:ALIGN2 (Results 1 – 2 of 2) sorted by relevance
| /external/libhevc/common/ | ||
| D | ihevc_macros.h | 55 #define ALIGN2(x) ((((x) + 1) >> 1) << 1) macro |
| /external/libavc/common/ | ||
| D | ih264_macros.h | 51 #define ALIGN2(x) ((((x) + 1) >> 1) << 1) macro |