GetLE24           164 3rdparty/libwebp/demux/demux.c   const int val = GetLE24(data);
GetLE24           421 3rdparty/libwebp/mux/muxedit.c   *x_offset = 2 * GetLE24(data->bytes + 0);
GetLE24           422 3rdparty/libwebp/mux/muxedit.c   *y_offset = 2 * GetLE24(data->bytes + 3);
GetLE24           423 3rdparty/libwebp/mux/muxedit.c   if (is_frame) *duration = GetLE24(data->bytes + 12);
GetLE24           393 3rdparty/libwebp/mux/muxread.c   frame->x_offset = 2 * GetLE24(frame_frgm_data->bytes + 0);
GetLE24           394 3rdparty/libwebp/mux/muxread.c   frame->y_offset = 2 * GetLE24(frame_frgm_data->bytes + 3);
GetLE24           395 3rdparty/libwebp/mux/muxread.c   frame->duration = is_frame ? GetLE24(frame_frgm_data->bytes + 12) : 1;