summaryrefslogtreecommitdiff
path: root/libavcodec/h264_loopfilter.c
Commit message (Expand)AuthorAge
...
* H.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t casts.Alexander Strange2010-01-20
* Simplify/Optimize another of the mbaff loop filter cases.Michael Niedermayer2010-01-20
* Only calculate the second chroma qp if it differs from the firstin the mainMichael Niedermayer2010-01-20
* Set bS with 64bits at a time.Michael Niedermayer2010-01-20
* Merge multiple IS_* macro uses where possible.Michael Niedermayer2010-01-20
* Simplify and optimize intra code in h264_loopfilter.cMichael Niedermayer2010-01-20
* Sightly simplify initialization of int start.Michael Niedermayer2010-01-20
* Reenable ff_h264_filter_mb_fast() for all slices it supported before.Michael Niedermayer2010-01-19
* Fix compilation with -O0.Michael Niedermayer2010-01-18
* Rather call filter_mb_mbaff_edge*v() more often than do extra calculationsMichael Niedermayer2010-01-18
* Use h->slice_num where possible.Michael Niedermayer2010-01-18
* Enable filter_mb_fast for CAVLC P slices.Michael Niedermayer2010-01-18
* PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_m...Michael Niedermayer2010-01-18
* Reenable filter_mb_fast for I slices and progressive CABAC P slices.Michael Niedermayer2010-01-18
* Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_cachesMichael Niedermayer2010-01-18
* Perform reference remapping at fill_cache() time instead of in theMichael Niedermayer2010-01-18
* Move the qp check to skip the loop filter up.Michael Niedermayer2010-01-18
* Reorganize how values are stored in h->non_zero_count.Michael Niedermayer2010-01-17
* Rearchitecturing the stiched up goose part 1Michael Niedermayer2010-01-17
* Comment for() ; outMichael Niedermayer2010-01-16
* Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smallerMichael Niedermayer2010-01-16
* Apply last 2 optimizations to similar code i forgot.Michael Niedermayer2010-01-16
* Another microopt, 4 cpu cycles for avoidance of FFABS().Michael Niedermayer2010-01-16
* Minor (2 cpu cycles) optimization ||->|.Michael Niedermayer2010-01-16
* Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.Michael Niedermayer2010-01-16
* Split h264 loop filter off h264.c.Michael Niedermayer2010-01-12