| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some unneeded fill_rectangle() for 16x16 blocks. | Michael Niedermayer | 2010-02-28 | 1 | -4/+2 |
* | Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster. | Zhou Zongyi | 2010-02-26 | 1 | -1/+2 |
* | Change mvd_cache & mvd_table to 8bit, this is overall a bit faster | Michael Niedermayer | 2010-02-24 | 1 | -13/+13 |
* | Calculate mvd without abs() | Michael Niedermayer | 2010-02-24 | 1 | -14/+18 |
* | switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now. | Michael Niedermayer | 2010-02-24 | 1 | -1/+1 |
* | Factorize common code from the top of decode_cabac_mb_mvd() | Michael Niedermayer | 2010-02-24 | 1 | -13/+16 |
* | Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2) | Michael Niedermayer | 2010-02-24 | 1 | -1/+1 |
* | Replace ad-hoc fill rectangle by fill_rectangle(). | Michael Niedermayer | 2010-02-24 | 1 | -4/+2 |
* | get rid of an if() 1 cpu cycle faster. | Michael Niedermayer | 2010-02-19 | 1 | -2/+1 |
* | Get rid of a local variable, 10 cpu cycles faster. | Michael Niedermayer | 2010-02-19 | 1 | -6/+5 |
* | Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache. | Michael Niedermayer | 2010-02-18 | 1 | -13/+15 |
* | Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles. | Michael Niedermayer | 2010-02-18 | 1 | -2/+1 |
* | Move check for and call of predict_field_decoding_flag() from the mb code to | Michael Niedermayer | 2010-02-17 | 1 | -2/+0 |
* | 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less. | Michael Niedermayer | 2010-02-16 | 1 | -9/+10 |
* | 2 cpu cycles faster context calculation for decode_cabac_intra_mb_type() | Michael Niedermayer | 2010-02-16 | 1 | -2/+2 |
* | Drop a few redundant slice_num checks. | Michael Niedermayer | 2010-02-16 | 1 | -11/+6 |
* | Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take its | Michael Niedermayer | 2010-02-15 | 1 | -28/+1 |
* | Split setting neighboring MBs from fill_decode_caches() | Michael Niedermayer | 2010-02-15 | 1 | -0/+1 |
* | Simplify decode_cabac_mb_intra4x4_pred_mode(). | Michael Niedermayer | 2010-02-15 | 1 | -4/+1 |
* | Merge decode_cabac_mb_type_b() into calling code. | Michael Niedermayer | 2010-02-15 | 1 | -44/+34 |
* | Merge the single line function decode_cabac_mb_transform_size() | Michael Niedermayer | 2010-02-15 | 1 | -7/+2 |
* | indent | Michael Niedermayer | 2010-02-14 | 1 | -6/+6 |
* | Merge decode_cabac_mb_dqp() with surronding code. | Michael Niedermayer | 2010-02-14 | 1 | -22/+22 |
* | Set sub_mb_type in direct_cache instead of just the direct flag. | Michael Niedermayer | 2010-02-14 | 1 | -4/+1 |
* | Store sub_mb_type in direct_cache/direct_table. | Michael Niedermayer | 2010-02-14 | 1 | -3/+3 |
* | Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cb... | Michael Niedermayer | 2010-02-14 | 1 | -2/+2 |
* | Optimize decode_cabac_field_decoding_flag(). | Michael Niedermayer | 2010-01-25 | 1 | -12/+6 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -1/+1 |
* | Cosmetic, get rid of &x[0] | Michael Niedermayer | 2010-01-18 | 1 | -1/+1 |
* | Split fill_caches() between filter and decoder. | Michael Niedermayer | 2010-01-17 | 1 | -1/+1 |
* | Rearchitecturing the stiched up goose part 1 | Michael Niedermayer | 2010-01-17 | 1 | -1/+1 |
* | Replace cabac checks in inline functions from h264.h with constants. | Michael Niedermayer | 2010-01-16 | 1 | -0/+2 |
* | Split cabac decoding code out of h264.c. | Michael Niedermayer | 2010-01-13 | 1 | -0/+1785 |