141 Commits (834e9fb0563956630e4d9bf61c9242ad134334da)

Author SHA1 Message Date
Jason Garrett-Glaser a71abb714e VP8: shave a few clocks off check_intra_pred_mode 15 years ago
Jason Garrett-Glaser 0087aa47d0 VP8: fix broken sign bias code in MV pred 15 years ago
Jason Garrett-Glaser 3ae079a3c8 VP8: optimize DC-only chroma case in the same way as luma. 15 years ago
Jason Garrett-Glaser 3df56f4118 VP8: Clean up some variable shadowing. 15 years ago
Jason Garrett-Glaser 8a467b2d44 VP8: 30% faster idct_mb 15 years ago
Jason Garrett-Glaser ef38842f0b VP8: smarter prefetching 15 years ago
Jason Garrett-Glaser c25c776708 VP8: clear DCT blocks in iDCT instead of using clear_blocks. 15 years ago
Jason Garrett-Glaser b74f70d646 VP8: avoid a memset for non-i4x4 blocks with no coefficients 15 years ago
Jason Garrett-Glaser 145d31865d Get rid of more unnecessary dereferences in VP8 deblocking 15 years ago
Jason Garrett-Glaser 867215336d Shut up an uninitialized variable GCC warning in VP8. 15 years ago
Jason Garrett-Glaser c4211046d2 Smarter VP8 prefetching 15 years ago
Jason Garrett-Glaser 8cfae560ad Fix stupid bug in VP8 prefetching code 15 years ago
Jason Garrett-Glaser 2a38c2e99a Eliminate a LUT in escape decoding in VP8 decode_block_coeffs 15 years ago
Jason Garrett-Glaser d292c3455e Eliminate some repeated dereferences in VP8 inter_predict 15 years ago
Jason Garrett-Glaser b946111fde Eliminate a pointless memset for intra blocks in P-frames in VP8 15 years ago
Jason Garrett-Glaser b9a7186bf4 VP8: Don't store segment in macroblock struct anymore. 15 years ago
Jason Garrett-Glaser c55e0d34ba Convert VP8 macroblock structures to a ring buffer. 15 years ago
Jason Garrett-Glaser 968570d65f Calculate deblock strength per-MB instead of per-row 15 years ago
Jason Garrett-Glaser d1c58fce20 Avoid tracking i4x4 modes in P-frames in VP8 15 years ago
Jason Garrett-Glaser 158e062c95 Avoid useless fill_rectangle in P-frames in VP8 15 years ago
Jason Garrett-Glaser 7bf254c41d Optimize partition mv decoding in VP8 15 years ago
Jason Garrett-Glaser c0498b3031 Take shortcuts for mv0 case in VP8 MC 15 years ago
Jason Garrett-Glaser 702e8d3376 Much faster VP8 mv and mode prediction 15 years ago
Jason Garrett-Glaser d864dee8ab Add prefetching to VP8 decoder 15 years ago
Måns Rullgård 096971e892 vp8: indent 15 years ago
Måns Rullgård 070ce7efad vp8: add do { } while(0) around XCHG() macro to avoid confusing if/else 15 years ago
Diego Biurrun 153da88dfb Add some braces to silence the warning: 15 years ago
Ronald S. Bultje 3facfc99da Change function prototypes for width=8 inner and mbedge loopfilter functions 15 years ago
David Conrad 9ac831c2c0 vp8: Save mb border needed for intra prediction so that loop filter can run 15 years ago
David Conrad b6c420ce8f vp8: Check for malloc failure 15 years ago
Ronald S. Bultje e394953e62 Add missing doxy for function arguments. 15 years ago
David Conrad 5245c04da3 VP8: Move calculation of outer filter limit out of dsp functions for normal 15 years ago
Diego Biurrun 3fa7626863 Avoid square brackets in Doxygen comments; Doxygen chokes on them. 15 years ago
Ronald S. Bultje 7ed06b2be8 Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over all 15 years ago
Ronald S. Bultje 7c4dcf8165 Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, but 15 years ago
David Conrad 0ef1dbedcb VP8 bilinear filter 15 years ago
Måns Rullgård 92a544267b vp8: warn and request sample if upscaling specified in header 15 years ago
Jason Garrett-Glaser d6f8476be4 Make VP8 DSP functions take two strides 15 years ago
Jason Garrett-Glaser 03ac56e7f1 fix typo in vp8 decoder error message 15 years ago
Stefan Gehrer 8f910a5621 avoid conditional and division in chroma MV calculation 15 years ago
David Conrad 3b636f21da Native VP8 decoder. 15 years ago