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

  /external/libvpx/vp8/common/
bigend.h 22 #define high_byte(x) (unsigned char)x macro
littlend.h 25 #define high_byte(x) (unsigned char)(x >> 24) macro

Completed in 817 milliseconds