libwebp/src/utils
Djordje Pesut 2772b8bd98 MIPS: fix assembler error revealed by clang's debug build
.set at -  Indicates that macro expansions may clobber
           the assembler temporary ($at or $28) register.
           Some macros may not be expanded without this
           and will generate an error message if noat
           is in effect.

"at" also added to the clobber list.

Change-Id: I67feebbd9f2944fc7f26c28496e49e1e2348529d
2014-04-18 18:10:52 +02:00
..
alpha_processing.c drop: ifdef __cplusplus checks from C files 2013-12-13 11:42:13 -08:00
alpha_processing.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
bit_reader.c drop: ifdef __cplusplus checks from C files 2013-12-13 11:42:13 -08:00
bit_reader.h MIPS: fix assembler error revealed by clang's debug build 2014-04-18 18:10:52 +02:00
bit_writer.c use WebPSafe[CM]alloc/WebPSafeFree instead of [cm]alloc/free 2014-03-27 15:50:59 -07:00
bit_writer.h VP8LBitWriter: use a bit-accumulator 2014-02-11 09:12:45 -08:00
color_cache.c use WebPSafe[CM]alloc/WebPSafeFree instead of [cm]alloc/free 2014-03-27 15:50:59 -07:00
color_cache.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
filters.c drop: ifdef __cplusplus checks from C files 2013-12-13 11:42:13 -08:00
filters.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
huffman_encode.c use WebPSafe[CM]alloc/WebPSafeFree instead of [cm]alloc/free 2014-03-27 15:50:59 -07:00
huffman_encode.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
huffman.c use WebPSafe[CM]alloc/WebPSafeFree instead of [cm]alloc/free 2014-03-27 15:50:59 -07:00
huffman.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
Makefile.am extract random utils to their own file util/random.[ch] 2013-10-30 02:00:33 -07:00
quant_levels_dec.c drop: ifdef __cplusplus checks from C files 2013-12-13 11:42:13 -08:00
quant_levels_dec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
quant_levels.c drop: ifdef __cplusplus checks from C files 2013-12-13 11:42:13 -08:00
quant_levels.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
random.c drop: ifdef __cplusplus checks from C files 2013-12-13 11:42:13 -08:00
random.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
rescaler.c cosmetics: normalize VP8GetCPUInfo checks 2014-02-28 18:47:41 -08:00
rescaler.h Rescale: let ImportRow / ExportRow be pointer-to-function 2014-02-17 00:58:17 -08:00
thread.c drop: ifdef __cplusplus checks from C files 2013-12-13 11:42:13 -08:00
thread.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
utils.c use WebPSafe[CM]alloc/WebPSafeFree instead of [cm]alloc/free 2014-03-27 15:50:59 -07:00
utils.h windows: fix dll builds 2014-03-31 17:46:12 -07:00