summaryrefslogtreecommitdiff
path: root/apps/recorder/jpeg_load.c
AgeCommit message (Expand)Author
2009-06-192-point and 1-point JPEG IDCT ARM assembly, remove comment in jpeg_load.c abo...Andrew Mahone
2009-06-19Core JPEG decoder improvements:Andrew Mahone
2009-06-14Remove explicit counter for rows/columns in IDCT, instead testing against a p...Andrew Mahone
2009-06-14Adjust AC decode such that decode *always* stops before storing an unneeded c...Andrew Mahone
2009-06-12Fix red.Andrew Mahone
2009-06-11ARMv4 and ARMv5 inline assembly for 4-point IDCT.Andrew Mahone
2009-06-11Move +128 offset out of range_limit, and add it to the DC coefficient in each...Andrew Mahone
2009-06-11Don't compensate for lack of shift in second IDCT stage, allowing quantizatio...Andrew Mahone
2009-06-07Undo the delta on ARM but making the loop variables signed as before r21205. ...Jens Arnold
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold
2009-06-03Don't perform YUV->RGB conversion before row output for unscaled loads of gre...Andrew Mahone
2009-05-11Flag EOF and empty buffer conditions as UNLIKELY in JPEG decoder.Andrew Mahone
2009-05-11Fix a bug reading JPEG when the output data is smaller than sizeof(struct jpe...Andrew Mahone
2009-05-09Don't build 16-point IDCT on greyscale targets, since it's only used for chro...Andrew Mahone
2009-05-09Fix test for direct JPEG output, bump plugin API as r20884 changed struct cus...Andrew Mahone
2009-05-09Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...Andrew Mahone
2009-05-08Convert Huffman decode from inline function to macro, for small code size sav...Andrew Mahone
2009-05-08Small size improvement for JPEG on ARM/Coldfire.Andrew Mahone
2009-05-08Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_...Andrew Mahone
2009-05-07Never use upscaling IDCT for luma (to reduce blockiness), plus some small siz...Andrew Mahone
2009-05-06Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...Andrew Mahone
2009-05-03Make local function static in jpeg_load.c, add missing header file in read_im...Bertrik Sikken
2009-05-01Add core JPEG reader, adapted from the JPEG plugin's decoder, with some chang...Andrew Mahone