Home
last modified time | relevance | path

Searched refs:ALIGN32 (Results 1 – 6 of 6) sorted by relevance

/external/libmpeg2/common/
Dicv_macros.h62 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
Dimpeg2_macros.h48 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
/external/libhevc/common/
Dihevc_macros.h49 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
/external/libavc/common/
Dih264_macros.h47 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
/external/libhevc/decoder/
Dihevcd_parse_headers.c1517 ref_strd = ALIGN32(ps_sps->i2_pic_width_in_luma_samples + PAD_WD); in ihevcd_parse_sps()
Dihevcd_api.c2563 wd = ALIGN32(wd + PAD_WD); in ihevcd_get_buf_info()