Searched refs:ALIGN16 (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.cpp49 #define ALIGN16 16 macro
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/msm8974/libc2dcolorconvert/
H A DC2DColorConverter.cpp49 #define ALIGN16 16 macro
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) * (heigh
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c30 #define ALIGN16(var) __declspec(align(16)) var macro
32 #define ALIGN16(var) var __attribute__((aligned(16)))
2810 ALIGN16(uint8 src_row[kMaxRow12 * 2]);
2926 ALIGN16(uint8 row[kMaxInputWidth]);
2935 ALIGN16(uint8 row[kMaxInputWidth]);
3457 ALIGN16(uint16 row[kMaxInputWidth]);
3558 ALIGN16(uint8 row[kMaxInputWidth + 1]);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp151 #define ALIGN16 16 macro
9285 return ALIGN(omx->drv_ctx.video_resolution.frame_width, ALIGN16);

Completed in 167 milliseconds