OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGN32
(Results
1 - 4
of
4
) sorted by null
/external/libhevc/common/
ihevc_macros.h
49
#define
ALIGN32
(x) ((((x) + 31) >> 5) << 5)
/hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp
45
#define
ALIGN32
32
391
return ALIGN(width,
ALIGN32
) * 2; // RGB565 has width as twice
396
return ALIGN(width,
ALIGN32
) * 4;
424
return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height,
ALIGN32
), ALIGN8K);
431
return ALIGN(width, ALIGN128) * ALIGN(height,
ALIGN32
);
445
size = ALIGN(width,
ALIGN32
) * ALIGN(height,
ALIGN32
) * 2;
450
size = mSrcStride * ALIGN(height,
ALIGN32
) * 4;
452
size = ALIGN(width,
ALIGN32
) * ALIGN(height,
ALIGN32
) * 4
[
all
...]
/external/libhevc/decoder/
ihevcd_parse_headers.c
[
all
...]
ihevcd_api.c
[
all
...]
Completed in 720 milliseconds