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

  /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)
  /external/libavc/common/
ih264_macros.h 48 #define ALIGN16(x) ((((x) + 15) >> 4) << 4)
  /external/libhevc/common/
ihevc_macros.h 50 #define ALIGN16(x) ((((x) + 15) >> 4) << 4)
  /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
  /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)]);
  /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...]
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 50 #define ALIGN16 16
444 return ALIGN(width, ALIGN16);
446 return ALIGN(width, ALIGN16);
450 return ALIGN(width, ALIGN16);
452 return ALIGN(width, ALIGN16);
464 return (ALIGN(width, ALIGN16) * height);
466 return ALIGN(width, ALIGN16) * height;
468 return ALIGN(width, ALIGN16) * height;
472 size_t alignedw = ALIGN(width, ALIGN16);
517 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...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 102 #define ALIGN16(x) ((((x) + 15) >> 4) << 4)
  /hardware/google/av/media/codecs/avc/
C2SoftAvcEnc.h 104 #define ALIGN16(x) ((((x) + 15) >> 4) << 4)
  /external/libavc/test/encoder/
app.h 54 #define ALIGN16(x) ((((x) + 15) >> 4) << 4)
  /external/webrtc/talk/media/base/
videoframe_unittest.h 48 #define ALIGN16(var) __declspec(align(16)) var
50 #define ALIGN16(var) var __attribute__((aligned(16)))
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 151 #define ALIGN16 16
    [all...]

Completed in 1337 milliseconds