Searched refs:ALIGN16 (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/media/msm8996/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 49 #define ALIGN16 16 macro 436 return ALIGN(width, ALIGN16); in calcStride() 438 return ALIGN(width, ALIGN16); in calcStride() 442 return ALIGN(width, ALIGN16); in calcStride() 444 return ALIGN(width, ALIGN16); in calcStride() 456 return (ALIGN(width, ALIGN16) * height); in calcYSize() 458 return ALIGN(width, ALIGN16) * height; in calcYSize() 460 return ALIGN(width, ALIGN16) * height; in calcYSize() 464 size_t alignedw = ALIGN(width, ALIGN16); in calcYSize() 509 alignedw = ALIGN(width, ALIGN16); in calcSize() [all …]
|
/hardware/qcom/media/msm8974/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 49 #define ALIGN16 16 macro 403 return ALIGN(width, ALIGN16); in calcStride() 405 return ALIGN(width, ALIGN16); in calcStride() 411 return ALIGN(width, ALIGN16); in calcStride() 421 return (ALIGN(width, ALIGN16) * height); in calcYSize() 425 return ALIGN(width, ALIGN16) * height; in calcYSize() 429 size_t alignedw = ALIGN(width, ALIGN16); in calcYSize() 459 alignedw = ALIGN(width, ALIGN16); in calcSize() 466 alignedw = ALIGN(width, ALIGN16); in calcSize() 467 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN16) * (height/2) * 2), ALIGN4K); in calcSize() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 30 #define ALIGN16(var) __declspec(align(16)) var macro 32 #define ALIGN16(var) var __attribute__((aligned(16))) 2810 ALIGN16(uint8 src_row[kMaxRow12 * 2]); in ScaleRowDown8Int_C() 2926 ALIGN16(uint8 row[kMaxInputWidth]); in ScaleRowDown34_0_Int_SSE2() 2935 ALIGN16(uint8 row[kMaxInputWidth]); in ScaleRowDown34_1_Int_SSE2() 3457 ALIGN16(uint16 row[kMaxInputWidth]); in ScalePlaneBox() 3558 ALIGN16(uint8 row[kMaxInputWidth + 1]); in ScalePlaneBilinear()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 151 #define ALIGN16 16 macro 9285 return ALIGN(omx->drv_ctx.video_resolution.frame_width, ALIGN16); in get_output_stride()
|