Searched refs:ALIGN32 (Results 1 – 6 of 6) sorted by relevance
62 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
48 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
49 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
47 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
1517 ref_strd = ALIGN32(ps_sps->i2_pic_width_in_luma_samples + PAD_WD); in ihevcd_parse_sps()
2563 wd = ALIGN32(wd + PAD_WD); in ihevcd_get_buf_info()