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

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_util.h 305 # define ALIGN16(type, array) type array __attribute__ ((aligned (16)))
307 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */
309 # define ALIGN16(type, array) /* Watcom does not support this */
311 # define ALIGN16(type, array) type __align (16) array
313 # warning "ALIGN16 will not 16-byte align!\n"
314 # 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/mesa3d/src/mesa/math/
m_debug_util.h 305 # define ALIGN16(type, array) type array __attribute__ ((aligned (16)))
307 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */
309 # define ALIGN16(type, array) /* Watcom does not support this */
311 # define ALIGN16(type, array) type __align (16) array
313 # warning "ALIGN16 will not 16-byte align!\n"
314 # 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/libhevc/common/
ihevc_macros.h 50 #define ALIGN16(x) ((((x) + 15) >> 4) << 4)
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp 46 #define ALIGN16 16
400 return ALIGN(width, ALIGN16);
402 return ALIGN(width, ALIGN16);
408 return ALIGN(width, ALIGN16);
418 return (ALIGN(width, ALIGN16) * height);
422 return ALIGN(width, ALIGN16) * height;
426 size_t alignedw = ALIGN(width, ALIGN16);
456 alignedw = ALIGN(width, ALIGN16);
463 alignedw = ALIGN(width, ALIGN16);
464 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN16) * (height/2) * 2), ALIGN4K)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
yuvscaler_unittest.cc 39 #define ALIGN16(var) __declspec(align(16)) var
41 #define ALIGN16(var) var __attribute__((aligned(16)))
192 ALIGN16(uint8 ibuf[I420_SIZE(iw, ih)]);
193 ALIGN16(uint8 obuf[I420_SIZE(ow, oh)]);
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 30 #define ALIGN16(var) __declspec(align(16)) var
32 #define ALIGN16(var) var __attribute__((aligned(16)))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 30 #define ALIGN16(var) __declspec(align(16)) var
32 #define ALIGN16(var) var __attribute__((aligned(16)))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 47 #define ALIGN16(var) __declspec(align(16)) var
49 #define ALIGN16(var) var __attribute__((aligned(16)))
    [all...]
  /external/libhevc/decoder/
ihevcd_api.c     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 151 #define ALIGN16 16
    [all...]

Completed in 636 milliseconds