OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:align128
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/memory/
singleton_unittest.cc
279
AlignedTestSingleton<AlignedMemory<128, 128> >*
align128
=
local
286
EXPECT_ALIGNED(
align128
, 128);
/hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp
44
#define
ALIGN128
128
398
return ALIGN(width,
ALIGN128
);
404
return ALIGN(width,
ALIGN128
);
424
return ALIGN(ALIGN(width,
ALIGN128
) * ALIGN(height, ALIGN32), ALIGN8K);
431
return ALIGN(width,
ALIGN128
) * ALIGN(height, ALIGN32);
467
alignedw = ALIGN(width,
ALIGN128
);
480
alignedw = ALIGN(width,
ALIGN128
);
/external/libhevc/common/
ihevc_macros.h
47
#define
ALIGN128
(x) ((((x) + 127) >> 7) << 7)
/external/libhevc/decoder/
ihevcd_api.c
[
all
...]
Completed in 348 milliseconds