HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN16 (Results 1 - 25 of 33) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
video2.s 23 //Dreg = ALIGN16 ( Dreg, Dreg ) ; /* overlay 2 bytes (b) */
24 R0 = ALIGN16(R0, R0);
25 R0 = ALIGN16(R0, R1);
26 R0 = ALIGN16(R1, R0);
27 R0 = ALIGN16(R1, R1);
28 R0 = ALIGN16(R1, R2);
29 R3 = ALIGN16(R4, R5);
30 R6 = ALIGN16(R7, R0);
31 R1 = ALIGN16(R2, R3);
32 R4 = ALIGN16(R5, R6)
    [all...]
video2.d 20 [ 0-9a-f]+: 0d c6 00 40 R0 = ALIGN16 \(R0, R0\);
21 [ 0-9a-f]+: 0d c6 08 40 R0 = ALIGN16 \(R0, R1\);
22 [ 0-9a-f]+: 0d c6 01 40 R0 = ALIGN16 \(R1, R0\);
23 [ 0-9a-f]+: 0d c6 09 40 R0 = ALIGN16 \(R1, R1\);
24 [ 0-9a-f]+: 0d c6 11 40 R0 = ALIGN16 \(R1, R2\);
25 [ 0-9a-f]+: 0d c6 2c 46 R3 = ALIGN16 \(R4, R5\);
26 [ 0-9a-f]+: 0d c6 07 4c R6 = ALIGN16 \(R7, R0\);
27 [ 0-9a-f]+: 0d c6 1a 42 R1 = ALIGN16 \(R2, R3\);
28 [ 0-9a-f]+: 0d c6 35 48 R4 = ALIGN16 \(R5, R6\);
29 [ 0-9a-f]+: 0d c6 08 4e R7 = ALIGN16 \(R0, R1\)
    [all...]
parallel4.s 3 R5 = ALIGN16 (R0, R1) || [i0++] = r0;
video.s 5 R5 = ALIGN16 (R0, R1);
video.d 8 [ 0-9a-f]+: 0d c6 08 4a R5 = ALIGN16 \(R0, R1\);
parallel4.d 10 8: 0d ce 08 4a R5 = ALIGN16 \(R0, R1\) \|\| \[I0\+\+\] = R0 \|\| NOP;
  /external/mesa3d/src/mesa/math/
m_debug_util.h 308 # define ALIGN16(type, array) type array __attribute__ ((aligned (16)))
310 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */
312 # define ALIGN16(type, array) type __align (16) array
314 # warning "ALIGN16 will not 16-byte align!\n"
315 # define ALIGN16
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]);
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/
input.c 86 num_mbs = ALIGN16(ps_app_ctxt->u4_wd) * ALIGN16(ps_app_ctxt->u4_ht);
249 num_mbs = ALIGN16(ps_app_ctxt->u4_max_wd) * ALIGN16(ps_app_ctxt->u4_max_ht);
app.h 54 #define ALIGN16(x) ((((x) + 15) >> 4) << 4)
  /external/libhevc/common/
ihevc_macros.h 50 #define ALIGN16(x) ((((x) + 15) >> 4) << 4)
  /external/libmpeg2/common/
icv_macros.h 63 #define ALIGN16(x) ((((x) + 15) >> 4) << 4)
impeg2_macros.h 49 #define ALIGN16(x) ((((x) + 15) >> 4) << 4)
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 49 #define ALIGN16 16
443 return ALIGN(width, ALIGN16);
445 return ALIGN(width, ALIGN16);
449 return ALIGN(width, ALIGN16);
451 return ALIGN(width, ALIGN16);
463 return (ALIGN(width, ALIGN16) * height);
465 return ALIGN(width, ALIGN16) * height;
467 return ALIGN(width, ALIGN16) * height;
471 size_t alignedw = ALIGN(width, ALIGN16);
516 alignedw = ALIGN(width, ALIGN16);
    [all...]
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 50 #define ALIGN16 16
450 return ALIGN(width, ALIGN16);
452 return ALIGN(width, ALIGN16);
456 return ALIGN(width, ALIGN16);
458 return ALIGN(width, ALIGN16);
470 return (ALIGN(width, ALIGN16) * height);
472 return ALIGN(width, ALIGN16) * height;
474 return ALIGN(width, ALIGN16) * height;
478 size_t alignedw = ALIGN(width, ALIGN16);
523 alignedw = ALIGN(width, ALIGN16);
    [all...]
  /hardware/qcom/media/sdm845/libc2dcolorconvert/
C2DColorConverter.cpp 432 return ALIGN(width, ALIGN16);
434 return ALIGN(width, ALIGN16);
438 return ALIGN(width, ALIGN16);
440 return ALIGN(width, ALIGN16);
452 return (ALIGN(width, ALIGN16) * height);
454 return ALIGN(width, ALIGN16) * height;
456 return ALIGN(width, ALIGN16) * height;
460 size_t alignedw = ALIGN(width, ALIGN16);
505 alignedw = ALIGN(width, ALIGN16);
509 alignedw = ALIGN(width, ALIGN16);
    [all...]
C2DColorConverter.h 56 #define ALIGN16 16
  /external/libavc/common/
ih264_macros.h 48 #define ALIGN16(x) ((((x) + 15) >> 4) << 4)
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 49 #define ALIGN16 16
410 return ALIGN(width, ALIGN16);
412 return ALIGN(width, ALIGN16);
418 return ALIGN(width, ALIGN16);
428 return (ALIGN(width, ALIGN16) * height);
432 return ALIGN(width, ALIGN16) * height;
436 size_t alignedw = ALIGN(width, ALIGN16);
466 alignedw = ALIGN(width, ALIGN16);
473 alignedw = ALIGN(width, ALIGN16);
474 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN16) * (height/2) * 2), ALIGN4K)
    [all...]
  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 39 #define ALIGN16(var) __declspec(align(16)) var
41 #define ALIGN16(var) var __attribute__((aligned(16)))
195 ALIGN16(uint8_t ibuf[I420_SIZE(iw, ih)]);
196 ALIGN16(uint8_t obuf[I420_SIZE(ow, oh)]);
  /external/libmpeg2/decoder/
impeg2d_deinterlace.c 234 WORD32 wd = ALIGN16(ps_dec->u2_horizontal_size);
235 WORD32 ht = ALIGN16(ps_dec->u2_vertical_size);
impeg2d_pic_proc.c 300 ps_dec->u2_frame_height = ALIGN16(ps_dec->u2_vertical_size);
301 ps_dec->u2_frame_width = ALIGN16(ps_dec->u2_horizontal_size);
  /external/libavc/encoder/
ih264e_api.c 293 WORD32 max_wd = ALIGN16(ps_ip->s_ive_ip.u4_max_wd);
294 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht);
368 WORD32 max_wd = ALIGN16(ps_ip->s_ive_ip.u4_max_wd);
369 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 102 #define ALIGN16(x) ((((x) + 15) >> 4) << 4)

Completed in 375 milliseconds

1 2