Home
last modified time | relevance | path

Searched refs:ALIGN32 (Results 1 – 7 of 7) 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/libmpeg2/decoder/
Dimpeg2d_api_main.c467 max_frm_height = ALIGN32(ps_ip->s_ivd_fill_mem_rec_ip_t.u4_max_frm_ht) + 9; in impeg2d_fill_mem_rec()
836 u4_height = ALIGN32(ps_dec_state->u2_frame_height) + 9; in impeg2d_api_get_buf_info()
/external/libhevc/decoder/
Dihevcd_parse_headers.c1749 ref_strd = ALIGN32(ps_sps->i2_pic_width_in_luma_samples + PAD_WD); in ihevcd_parse_sps()
Dihevcd_api.c2584 wd = ALIGN32(wd + PAD_WD); in ihevcd_get_buf_info()