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

  /external/libhevc/decoder/
ihevcd_bitstream.h 140 m_u4_nxt_word = ITT_BIG_ENDIAN(temp); \
170 m_u4_nxt_word = ITT_BIG_ENDIAN(pu4_word_tmp); \
197 m_u4_nxt_word = ITT_BIG_ENDIAN(pu4_word_tmp); \
ihevcd_bitstream.c 116 u4_cur_word = ITT_BIG_ENDIAN(u4_temp);
118 u4_nxt_word = ITT_BIG_ENDIAN(u4_temp);
256 ps_bitstrm->u4_cur_word = ITT_BIG_ENDIAN(val);
  /external/libhevc/common/arm/
ihevc_platform_macros.h 86 static __inline UWORD32 ITT_BIG_ENDIAN(UWORD32 x)
105 #define ITT_BIG_ENDIAN(x) ((x & 0x000000ff) << 24) | \
  /external/libhevc/common/mips/
ihevc_platform_macros.h 50 #define ITT_BIG_ENDIAN(x) ((x << 24)) | \
  /external/libhevc/common/x86/
ihevc_platform_macros.h 63 #define ITT_BIG_ENDIAN(x) ((x << 24)) | \

Completed in 101 milliseconds