Searched refs:get_le16 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c630 #define get_le16(x) ((*(x)) | (*(x+1)) << 8) macro
642 nsections = get_le16(buf + 2);
714 int16_t section = get_le16(ptr + 12); // section number
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c630 #define get_le16(x) ((*(x)) | (*(x+1)) << 8) macro
642 nsections = get_le16(buf + 2);
714 int16_t section = get_le16(ptr + 12); // section number

Completed in 452 milliseconds