OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGN32
(Results
1 - 9
of
9
) sorted by null
/external/libhevc/common/
ihevc_macros.h
49
#define
ALIGN32
(x) ((((x) + 31) >> 5) << 5)
/external/libmpeg2/common/
icv_macros.h
62
#define
ALIGN32
(x) ((((x) + 31) >> 5) << 5)
impeg2_macros.h
48
#define
ALIGN32
(x) ((((x) + 31) >> 5) << 5)
/hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp
48
#define
ALIGN32
32
394
return ALIGN(width,
ALIGN32
) * 2; // RGB565 has width as twice
399
return ALIGN(width,
ALIGN32
) * 4;
427
return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height,
ALIGN32
), ALIGN8K);
434
return ALIGN(width, ALIGN128) * ALIGN(height,
ALIGN32
);
448
size = ALIGN(width,
ALIGN32
) * ALIGN(height,
ALIGN32
) * 2;
453
size = mSrcStride * ALIGN(height,
ALIGN32
) * 4;
455
size = ALIGN(width,
ALIGN32
) * ALIGN(height,
ALIGN32
) * 4
[
all
...]
/external/libavc/common/
ih264_macros.h
47
#define
ALIGN32
(x) ((((x) + 31) >> 5) << 5)
/hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp
48
#define
ALIGN32
32
427
return ALIGN(width,
ALIGN32
) * 2; // RGB565 has width as twice
432
return ALIGN(width,
ALIGN32
) * 4;
462
return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height,
ALIGN32
), ALIGN8K);
469
return ALIGN(width, ALIGN128) * ALIGN(height,
ALIGN32
);
510
size = ALIGN((alignedw * height) + (ALIGN(width/2,
ALIGN32
) * (height/2) * 2), ALIGN4K);
522
alignedh = ALIGN(height,
ALIGN32
);
523
size = ALIGN(alignedw * alignedh, ALIGN8K) + ALIGN(alignedw * ALIGN(height/2,
ALIGN32
), ALIGN8K);
535
alignedh = ALIGN(height,
ALIGN32
);
/external/libhevc/decoder/
ihevcd_parse_headers.c
[
all
...]
ihevcd_api.c
[
all
...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp
150
#define
ALIGN32
32
[
all
...]
Completed in 158 milliseconds