76 Commits (5ef42826d2e17fe041c0f2744868cf0e5deb7d12)

Author SHA1 Message Date
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