Home
last modified time | relevance | path

Searched refs:ALIGN64 (Results 1 – 12 of 12) sorted by relevance

/external/libavc/encoder/
Dih264e_api.c2897 size = ALIGN64(size); in ih264e_fill_num_mem_rec()
2927 size = ALIGN64(size); in ih264e_fill_num_mem_rec()
3081 total_size = ALIGN64(max_mb_cnt); in ih264e_fill_num_mem_rec()
3190 total_size = ALIGN64(total_size); in ih264e_fill_num_mem_rec()
3267 total_size = ALIGN64(total_size); in ih264e_fill_num_mem_rec()
3271 total_size = ALIGN64(total_size); in ih264e_fill_num_mem_rec()
3275 total_size = ALIGN64(total_size); in ih264e_fill_num_mem_rec()
3279 total_size = ALIGN64(total_size); in ih264e_fill_num_mem_rec()
3283 total_size = ALIGN64(total_size); in ih264e_fill_num_mem_rec()
3287 total_size = ALIGN64(total_size); in ih264e_fill_num_mem_rec()
[all …]
/external/libhevc/decoder/
Dihevcd_utils.c652 pic_mv_bank_size = ihevcd_get_pic_mv_bank_size(ALIGN64(ps_sps->i2_pic_width_in_luma_samples) * in ihevcd_mv_buf_mgr_add_bufs()
653 ALIGN64(ps_sps->i2_pic_height_in_luma_samples)); in ihevcd_mv_buf_mgr_add_bufs()
661 pic_size = ALIGN64(ps_sps->i2_pic_width_in_luma_samples) * in ihevcd_mv_buf_mgr_add_bufs()
662 ALIGN64(ps_sps->i2_pic_height_in_luma_samples); in ihevcd_mv_buf_mgr_add_bufs()
979 pic_size = ALIGN64(ps_sps->i2_pic_width_in_luma_samples) * in ihevcd_parse_pic_init()
980 ALIGN64(ps_sps->i2_pic_height_in_luma_samples); in ihevcd_parse_pic_init()
1063 pic_size = ALIGN64(ps_sps->i2_pic_width_in_luma_samples) * in ihevcd_parse_pic_init()
1064 ALIGN64(ps_sps->i2_pic_height_in_luma_samples); in ihevcd_parse_pic_init()
Dihevcd_api.c1339 inter_pred_tmp_buf_size = ALIGN64(inter_pred_tmp_buf_size); in ihevcd_allocate_static_bufs()
1343 pic_pu_idx_map_size = ALIGN64(pic_pu_idx_map_size); in ihevcd_allocate_static_bufs()
1501 wd = ALIGN64(ps_codec->i4_wd); in ihevcd_allocate_dynamic_bufs()
1502 ht = ALIGN64(ps_codec->i4_ht); in ihevcd_allocate_dynamic_bufs()
1691 size = ALIGN64(size); in ihevcd_allocate_dynamic_bufs()
2411 wd = ALIGN64(ps_codec->i4_wd); in ihevcd_get_status()
2412 ht = ALIGN64(ps_codec->i4_ht); in ihevcd_get_status()
2571 wd = ALIGN64(ps_codec->i4_wd); in ihevcd_get_buf_info()
2572 ht = ALIGN64(ps_codec->i4_ht); in ihevcd_get_buf_info()
Dihevcd_parse_headers.c2222 WORD32 wd = ALIGN64(ps_codec->i4_wd); in ihevcd_parse_pps()
2223 WORD32 ht = ALIGN64(ps_codec->i4_ht); in ihevcd_parse_pps()
2429 wd = ALIGN64(ps_codec->i4_wd); in ihevcd_copy_pps()
2430 ht = ALIGN64(ps_codec->i4_ht); in ihevcd_copy_pps()
/external/libmpeg2/common/
Dicv_macros.h61 #define ALIGN64(x) ((((x) + 63) >> 6) << 6) macro
Dimpeg2_macros.h47 #define ALIGN64(x) ((((x) + 63) >> 6) << 6) macro
/external/libhevc/common/
Dihevc_macros.h50 #define ALIGN64(x) ((((x) + 63) >> 6) << 6) macro
/external/libavc/decoder/
Dih264d_utils.c1732 pu1_buf += ALIGN64(u4_luma_size); in ih264d_create_pic_buffers()
1734 pu1_buf += ALIGN64(u4_chroma_size); in ih264d_create_pic_buffers()
2069 size = ALIGN64(mvpred_buffer_size) + ALIGN64(col_flag_buffer_size); in ih264d_allocate_dynamic_bufs()
2103 size = ALIGN64(u4_luma_size) + ALIGN64(u4_chroma_size); in ih264d_allocate_dynamic_bufs()
2315 pu1_buf += ALIGN64(col_flag_buffer_size); in ih264d_create_mv_bank()
2318 pu1_buf += ALIGN64(mvpred_buffer_size); in ih264d_create_mv_bank()
/external/libavc/common/
Dih264_macros.h46 #define ALIGN64(x) ((((x) + 63) >> 6) << 6) macro
/external/libhevc/encoder/
Dihevce_entropy_interface.c177 WORD32 max_align_width = ALIGN64(max_width); in ihevce_entropy_get_mem_recs()
178 WORD32 max_align_height = ALIGN64(max_height); in ihevce_entropy_get_mem_recs()
/external/strace/
DChangeLog-CVS785 (ALIGN64): Use LINUX_MIPSO32.
3179 * defs.h (ALIGN64): Define for MIPS.
3596 * defs.h (ALIGN64): Fix defn for PPC, same as FreeBSD one.
3635 [LINUX && POWERPC && !__powerpc64__] (ALIGN64): New macro.
3636 * io.c (sys_pread, sys_pwrite): Use ALIGN64.
4519 * defs.h: add ALIGN64 macro to cope with FreeBSD's strange insistence
DChangeLog52747 * defs.h (ALIGN64): Remove.