/external/mesa3d/src/mesa/math/ |
D | m_debug_util.h | 305 # define ALIGN16(type, array) type array __attribute__ ((aligned (16))) macro 307 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */ macro 309 # define ALIGN16(type, array) /* Watcom does not support this */ macro 311 # define ALIGN16(type, array) type __align (16) array macro 314 # define ALIGN16 macro
|
D | m_debug_xform.c | 164 ALIGN16(static GLfloat, s[TEST_COUNT][4]); 165 ALIGN16(static GLfloat, d[TEST_COUNT][4]); 166 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
|
D | m_debug_clip.c | 206 ALIGN16(static GLfloat, s[TEST_COUNT][4]); 207 ALIGN16(static GLfloat, d[TEST_COUNT][4]); 208 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
|
/external/libavc/test/encoder/ |
D | input.c | 86 num_mbs = ALIGN16(ps_app_ctxt->u4_wd) * ALIGN16(ps_app_ctxt->u4_ht); in read_mb_info() 249 num_mbs = ALIGN16(ps_app_ctxt->u4_max_wd) * ALIGN16(ps_app_ctxt->u4_max_ht); in allocate_input()
|
D | app.h | 54 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
|
/external/webrtc/talk/session/media/ |
D | yuvscaler_unittest.cc | 39 #define ALIGN16(var) __declspec(align(16)) var macro 41 #define ALIGN16(var) var __attribute__((aligned(16))) macro 195 ALIGN16(uint8_t ibuf[I420_SIZE(iw, ih)]); in TEST_F() 196 ALIGN16(uint8_t obuf[I420_SIZE(ow, oh)]); in TEST_F()
|
/external/libmpeg2/decoder/ |
D | impeg2d_deinterlace.c | 234 WORD32 wd = ALIGN16(ps_dec->u2_horizontal_size); in impeg2d_deinterlace() 235 WORD32 ht = ALIGN16(ps_dec->u2_vertical_size); in impeg2d_deinterlace()
|
D | impeg2d_pic_proc.c | 300 ps_dec->u2_frame_height = ALIGN16(ps_dec->u2_vertical_size); in impeg2d_init_video_state() 301 ps_dec->u2_frame_width = ALIGN16(ps_dec->u2_horizontal_size); in impeg2d_init_video_state()
|
D | impeg2d_api_main.c | 430 max_frm_width = ALIGN16(ps_ip->s_ivd_fill_mem_rec_ip_t.u4_max_frm_wd); in impeg2d_fill_mem_rec() 431 max_frm_height = ALIGN16(ps_ip->s_ivd_fill_mem_rec_ip_t.u4_max_frm_ht); in impeg2d_fill_mem_rec() 1318 buffer_wd = ALIGN16(disp_wd); in impeg2d_get_frame_dimensions() 1319 buffer_ht = ALIGN16(disp_ht); in impeg2d_get_frame_dimensions() 1558 i4_max_wd = ALIGN16(ps_dec_init_ip->s_ivd_init_ip_t.u4_frm_max_wd); in impeg2d_api_init() 1559 i4_max_ht = ALIGN16(ps_dec_init_ip->s_ivd_init_ip_t.u4_frm_max_ht); in impeg2d_api_init() 1774 u4_max_frm_width = ALIGN16(ps_dec_init_ip->s_ivd_init_ip_t.u4_frm_max_wd); in impeg2d_api_init() 1775 u4_max_frm_height = ALIGN16(ps_dec_init_ip->s_ivd_init_ip_t.u4_frm_max_ht); in impeg2d_api_init()
|
/external/libmpeg2/common/ |
D | icv_macros.h | 63 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
|
D | impeg2_macros.h | 49 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
|
/external/libhevc/common/ |
D | ihevc_macros.h | 50 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
|
/external/libavc/common/ |
D | ih264_macros.h | 48 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
|
/external/libavc/encoder/ |
D | ih264e_api.c | 293 WORD32 max_wd = ALIGN16(ps_ip->s_ive_ip.u4_max_wd); in api_check_struct_sanity() 294 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in api_check_struct_sanity() 368 WORD32 max_wd = ALIGN16(ps_ip->s_ive_ip.u4_max_wd); in api_check_struct_sanity() 369 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in api_check_struct_sanity() 1861 UWORD32 wd_aln = ALIGN16(ps_cfg->u4_wd); in ih264e_codec_update_config() 1862 UWORD32 ht_aln = ALIGN16(ps_cfg->u4_ht); in ih264e_codec_update_config() 1877 ps_codec->i4_rec_strd = ALIGN16(ps_cfg->u4_wd) + PAD_WD; in ih264e_codec_update_config() 2731 max_ht_luma = ALIGN16(max_ht_luma); in ih264e_fill_num_mem_rec() 2732 max_wd_luma = ALIGN16(max_wd_luma); in ih264e_fill_num_mem_rec() 3594 max_ht_luma = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in ih264e_init_mem_rec() [all …]
|
D | ih264e_utils.c | 880 WORD32 num_luma_samples = ALIGN16(ps_codec->s_cfg.u4_wd) in ih264e_mv_buf_mgr_add_bufs() 881 * ALIGN16(ps_codec->s_cfg.u4_ht); in ih264e_mv_buf_mgr_add_bufs() 1345 ps_codec->i4_rec_strd = ALIGN16(ps_codec->s_cfg.u4_max_wd) + PAD_WD; in ih264e_codec_init()
|
/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 48 #define ALIGN16(var) __declspec(align(16)) var macro 50 #define ALIGN16(var) var __attribute__((aligned(16))) macro
|
/external/libavc/decoder/ |
D | ih264d_api.c | 3462 buffer_wd = ALIGN16(disp_wd) + (PAD_LEN_Y_H << 1); in ih264d_get_frame_dimensions() 3463 buffer_ht = ALIGN16(disp_ht) + (PAD_LEN_Y_V << 2); in ih264d_get_frame_dimensions()
|
/external/libhevc/decoder/ |
D | ihevcd_api.c | 2967 buffer_wd = ALIGN16(disp_wd) + PAD_WD; in ihevcd_get_frame_dimensions() 2968 buffer_ht = ALIGN16(disp_ht) + PAD_HT; in ihevcd_get_frame_dimensions()
|