Home
last modified time | relevance | path

Searched defs:ALIGN_POWER_OF_TWO (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_ports/
Dmem.h34 #define ALIGN_POWER_OF_TWO(value, n) \ macro
/external/libaom/libaom/aom_ports/
Dmem.h61 #define ALIGN_POWER_OF_TWO(value, n) \ macro
/external/libaom/libaom/examples/
Dlightfield_bitstream_parsing.c62 #define ALIGN_POWER_OF_TWO(value, n) \ macro