HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN8 (Results 1 - 3 of 3) sorted by null

  /external/libhevc/common/
ihevc_macros.h 51 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 26 Pointer ALIGN8 - 8-byte aligned pointer
192 void * ALIGN8,
193 Pointer ALIGN8
  /external/libhevc/test/decoder/
main.c 67 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
    [all...]

Completed in 799 milliseconds