/external/mesa3d/src/mesa/math/ |
D | m_debug_util.h | 308 # define ALIGN16(type, array) type array __attribute__ ((aligned (16))) macro 310 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */ macro 312 # define ALIGN16(type, array) type __align (16) array macro 315 # 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/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.h | 317 #define ALIGN16 __declspec(align(16)) macro 319 #define ALIGN16 __attribute__((aligned(16))) macro 323 struct ALIGN16 tc_call {
|
/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_api_main.c | 462 max_frm_width = ALIGN16(ps_ip->s_ivd_fill_mem_rec_ip_t.u4_max_frm_wd); in impeg2d_fill_mem_rec() 835 u4_stride = ALIGN16(u4_stride); in impeg2d_api_get_buf_info() 1294 buffer_wd = ALIGN16(disp_wd); in impeg2d_get_frame_dimensions() 1295 buffer_ht = ALIGN16(disp_ht); in impeg2d_get_frame_dimensions() 1628 i4_max_wd = ALIGN16(ps_dec_init_ip->s_ivd_init_ip_t.u4_frm_max_wd); in impeg2d_api_init() 1629 i4_max_ht = ALIGN16(ps_dec_init_ip->s_ivd_init_ip_t.u4_frm_max_ht); in impeg2d_api_init() 1844 u4_max_frm_width = ALIGN16(ps_dec_init_ip->s_ivd_init_ip_t.u4_frm_max_wd); in impeg2d_api_init() 1845 u4_max_frm_height = ALIGN16(ps_dec_init_ip->s_ivd_init_ip_t.u4_frm_max_ht); in impeg2d_api_init()
|
D | impeg2d_pic_proc.c | 302 ps_dec->u2_frame_height = ALIGN16(ps_dec->u2_vertical_size); in impeg2d_init_video_state() 303 ps_dec->u2_frame_width = ALIGN16(ps_dec->u2_horizontal_size); in impeg2d_init_video_state()
|
/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 | 52 #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() 1879 UWORD32 wd_aln = ALIGN16(ps_cfg->u4_wd); in ih264e_codec_update_config() 1880 UWORD32 ht_aln = ALIGN16(ps_cfg->u4_ht); in ih264e_codec_update_config() 1895 ps_codec->i4_rec_strd = ALIGN16(ps_cfg->u4_wd) + PAD_WD; in ih264e_codec_update_config() 2749 max_ht_luma = ALIGN16(max_ht_luma); in ih264e_fill_num_mem_rec() 2750 max_wd_luma = ALIGN16(max_wd_luma); in ih264e_fill_num_mem_rec() 3612 max_ht_luma = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in ih264e_init_mem_rec() [all …]
|
D | ih264e_utils.c | 890 WORD32 num_luma_samples = ALIGN16(ps_codec->s_cfg.u4_wd) in ih264e_mv_buf_mgr_add_bufs() 891 * ALIGN16(ps_codec->s_cfg.u4_ht); in ih264e_mv_buf_mgr_add_bufs() 1355 ps_codec->i4_rec_strd = ALIGN16(ps_codec->s_cfg.u4_max_wd) + PAD_WD; in ih264e_codec_init()
|
/external/libhevc/encoder/ |
D | ihevce_enc_subpel_gen.c | 394 tot_wd = ALIGN16(tot_wd); in ihevce_pad_interp_recon_ctb()
|
/external/libavc/decoder/ |
D | ih264d_api.c | 3504 buffer_wd = ALIGN16(disp_wd) + (PAD_LEN_Y_H << 1); in ih264d_get_frame_dimensions() 3505 buffer_ht = ALIGN16(disp_ht) + (PAD_LEN_Y_V << 2); in ih264d_get_frame_dimensions()
|
/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/libhevc/decoder/ |
D | ihevcd_api.c | 3002 buffer_wd = ALIGN16(disp_wd) + PAD_WD; in ihevcd_get_frame_dimensions() 3003 buffer_ht = ALIGN16(disp_ht) + PAD_HT; in ihevcd_get_frame_dimensions()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinInstrInfo.td | 839 def ALIGN16 : F2<(outs D:$dst), (ins D:$src1, D:$src2),
|