Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_api.c3412 size = ALIGN64(size); in ih264e_fill_num_mem_rec()
3442 size = ALIGN64(size); in ih264e_fill_num_mem_rec()
3596 total_size = ALIGN64(max_mb_cnt); in ih264e_fill_num_mem_rec()
3705 total_size = ALIGN64(total_size); in ih264e_fill_num_mem_rec()
3782 total_size = ALIGN64(total_size); in ih264e_fill_num_mem_rec()
3786 total_size = ALIGN64(total_size); in ih264e_fill_num_mem_rec()
3790 total_size = ALIGN64(total_size); in ih264e_fill_num_mem_rec()
3794 total_size = ALIGN64(total_size); in ih264e_fill_num_mem_rec()
3798 total_size = ALIGN64(total_size); in ih264e_fill_num_mem_rec()
3802 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()
1066 pic_size = ALIGN64(ps_sps->i2_pic_width_in_luma_samples) * in ihevcd_parse_pic_init()
1067 ALIGN64(ps_sps->i2_pic_height_in_luma_samples); in ihevcd_parse_pic_init()
Dihevcd_api.c1385 inter_pred_tmp_buf_size = ALIGN64(inter_pred_tmp_buf_size); in ihevcd_allocate_static_bufs()
1389 pic_pu_idx_map_size = ALIGN64(pic_pu_idx_map_size); in ihevcd_allocate_static_bufs()
1584 wd = ALIGN64(ps_codec->i4_wd); in ihevcd_allocate_dynamic_bufs()
1585 ht = ALIGN64(ps_codec->i4_ht); in ihevcd_allocate_dynamic_bufs()
1774 size = ALIGN64(size); in ihevcd_allocate_dynamic_bufs()
2494 wd = ALIGN64(ps_codec->i4_wd); in ihevcd_get_status()
2495 ht = ALIGN64(ps_codec->i4_ht); in ihevcd_get_status()
2654 wd = ALIGN64(ps_codec->i4_wd); in ihevcd_get_buf_info()
2655 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/common/
Dih264_macros.h46 #define ALIGN64(x) ((((x) + 63) >> 6) << 6) macro
/external/libavc/decoder/
Dih264d_utils.c1797 pu1_buf += ALIGN64(u4_luma_size); in ih264d_create_pic_buffers()
1799 pu1_buf += ALIGN64(u4_chroma_size); in ih264d_create_pic_buffers()
2134 size = ALIGN64(mvpred_buffer_size) + ALIGN64(col_flag_buffer_size); in ih264d_allocate_dynamic_bufs()
2168 size = ALIGN64(u4_luma_size) + ALIGN64(u4_chroma_size); in ih264d_allocate_dynamic_bufs()
2380 pu1_buf += ALIGN64(col_flag_buffer_size); in ih264d_create_mv_bank()
2383 pu1_buf += ALIGN64(mvpred_buffer_size); in ih264d_create_mv_bank()
/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.