Searched refs:ALIGN8 (Results 1 – 8 of 8) sorted by relevance
50 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
51 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
49 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
1263 ps_sps->i2_pic_width_in_luma_samples = ALIGN8(ps_sps->i2_pic_width_in_luma_samples); in ihevcd_parse_sps()1264 ps_sps->i2_pic_height_in_luma_samples = ALIGN8(ps_sps->i2_pic_height_in_luma_samples); in ihevcd_parse_sps()
2790 total_size = ALIGN8(total_size); in ih264e_fill_num_mem_rec()3664 size = ALIGN8(size); in ih264e_init_mem_rec()3708 size = ALIGN8(size); in ih264e_init_mem_rec()
67 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
69 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro