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

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

Completed in 60 milliseconds