HomeSort by relevance Sort by last modified time
    Searched defs:ALIGN16 (Results 1 - 13 of 13) 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 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
  /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
403 return ALIGN(width, ALIGN16);
405 return ALIGN(width, ALIGN16);
411 return ALIGN(width, ALIGN16);
421 return (ALIGN(width, ALIGN16) * height);
425 return ALIGN(width, ALIGN16) * height;
429 size_t alignedw = ALIGN(width, ALIGN16);
459 alignedw = ALIGN(width, ALIGN16);
466 alignedw = ALIGN(width, ALIGN16);
467 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN16) * (height/2) * 2), ALIGN4K)
    [all...]
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 49 #define ALIGN16 16
436 return ALIGN(width, ALIGN16);
438 return ALIGN(width, ALIGN16);
442 return ALIGN(width, ALIGN16);
444 return ALIGN(width, ALIGN16);
456 return (ALIGN(width, ALIGN16) * height);
458 return ALIGN(width, ALIGN16) * height;
460 return ALIGN(width, ALIGN16) * height;
464 size_t alignedw = ALIGN(width, ALIGN16);
509 alignedw = ALIGN(width, ALIGN16);
    [all...]
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 50 #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...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 102 #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 375 milliseconds