2015-02-20 22:46:15 +00:00
..
basic_types.h Declare parameters that are unused, since C does not let you give a type without name. 2014-01-07 05:42:27 +00:00
compare.h Detect Endian of ARGB image. 2014-11-05 18:46:06 +00:00
convert_argb.h Remove Q420 fourcc support. 2015-02-11 18:20:54 +00:00
convert_from_argb.h Add J422 support which is 2x1 subsampling with jpeg color space. 2015-01-14 19:16:01 +00:00
convert_from.h Remove Q420 fourcc support. 2015-02-11 18:20:54 +00:00
convert.h Remove Q420 fourcc support. 2015-02-11 18:20:54 +00:00
cpu_id.h Port a few functions to C 2014-01-06 22:37:28 +00:00
mjpeg_decoder.h fixes for blank line lint warnings 2014-08-14 19:42:48 +00:00
planar_functions.h YUV scaling with 16 bit planes 2014-05-20 19:22:30 +00:00
rotate_argb.h C header compatible 2013-03-22 08:40:40 +00:00
rotate.h use LIBYUV_BOOL instead of bool 2014-01-07 03:59:31 +00:00
row.h Remove bayer format support from libyuv. This format is very rare and used on legacy hardware. Its not well optimized and has bugs related to odd widths. Removing the format will allow tests to pass under more circumstances, run faster and allow focus on higher priority quality and performance issues. 2015-02-09 19:58:19 +00:00
scale_argb.h YUV to ARGB scaler low level function. Not hooked up to high level. 2013-06-13 21:05:47 +00:00
scale_row.h clear aarch64 related macro and fix bugs 2014-10-09 02:00:40 +00:00
scale.h scale16 api use LIBYUV_API 2014-09-15 22:01:43 +00:00
version.h Switch SSSE3 row wrappers from variable sized malloc to fixed size array with loop to process a portion of the row at a time. This helps performance in the case where the image has been coalesced into a single large row and the allocator, although only called once, is slow to clear the pages. Also the smaller temporary buffer fits cache, further improving performance. 2015-02-20 22:46:15 +00:00
video_common.h Remove Q420 fourcc support. 2015-02-11 18:20:54 +00:00