git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.
[ffmpeg.git]
/
libavcodec
/
h264_cabac.c
2010-02-26
Zhou Zongyi
Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.
blob
|
commitdiff
2010-02-24
Michael Niedermayer
Change mvd_cache & mvd_table to 8bit, this is overall...
blob
|
commitdiff
|
diff to current
2010-02-24
Michael Niedermayer
Calculate mvd without abs()
blob
|
commitdiff
|
diff to current
2010-02-24
Michael Niedermayer
switch back to (amvd>2)+(amvd>32), its 5 cpu cycles...
blob
|
commitdiff
|
diff to current
2010-02-24
Michael Niedermayer
Factorize common code from the top of decode_cabac_mb_mvd()
blob
|
commitdiff
|
diff to current
2010-02-24
Michael Niedermayer
Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)
blob
|
commitdiff
|
diff to current
2010-02-24
Michael Niedermayer
Replace ad-hoc fill rectangle by fill_rectangle().
blob
|
commitdiff
|
diff to current
2010-02-19
Michael Niedermayer
get rid of an if() 1 cpu cycle faster.
blob
|
commitdiff
|
diff to current
2010-02-19
Michael Niedermayer
Get rid of a local variable, 10 cpu cycles faster.
blob
|
commitdiff
|
diff to current
2010-02-18
Michael Niedermayer
Move abs() from decode_cabac_mb_mvd() to the code that...
blob
|
commitdiff
|
diff to current
2010-02-18
Michael Niedermayer
Speedup decode_cabac_field_decoding_flag() by 9 cpu...
blob
|
commitdiff
|
diff to current
2010-02-17
Michael Niedermayer
Move check for and call of predict_field_decoding_flag...
blob
|
commitdiff
|
diff to current
2010-02-16
Michael Niedermayer
2x faster ff_h264_init_cabac_states(), 4k cpu cycles...
blob
|
commitdiff
|
diff to current
2010-02-16
Michael Niedermayer
2 cpu cycles faster context calculation for decode_caba...
blob
|
commitdiff
|
diff to current
2010-02-16
Michael Niedermayer
Drop a few redundant slice_num checks.
blob
|
commitdiff
|
diff to current
2010-02-15
Michael Niedermayer
Drop compute_mb_neighbors() and move fill_decode_neighb...
blob
|
commitdiff
|
diff to current
2010-02-15
Michael Niedermayer
Split setting neighboring MBs from fill_decode_caches()
blob
|
commitdiff
|
diff to current
2010-02-15
Michael Niedermayer
Simplify decode_cabac_mb_intra4x4_pred_mode().
blob
|
commitdiff
|
diff to current
2010-02-15
Michael Niedermayer
Merge decode_cabac_mb_type_b() into calling code.
blob
|
commitdiff
|
diff to current
2010-02-15
Michael Niedermayer
Merge the single line function decode_cabac_mb_transfor...
blob
|
commitdiff
|
diff to current
2010-02-14
Michael Niedermayer
indent
blob
|
commitdiff
|
diff to current
2010-02-14
Michael Niedermayer
Merge decode_cabac_mb_dqp() with surronding code.
blob
|
commitdiff
|
diff to current
2010-02-14
Michael Niedermayer
Set sub_mb_type in direct_cache instead of just the...
blob
|
commitdiff
|
diff to current
2010-02-14
Michael Niedermayer
Store sub_mb_type in direct_cache/direct_table.
blob
|
commitdiff
|
diff to current
2010-02-14
Michael Niedermayer
Remove slice_table checks from decode_cabac_mb_cbp_luma...
blob
|
commitdiff
|
diff to current
2010-01-25
Michael Niedermayer
Optimize decode_cabac_field_decoding_flag().
blob
|
commitdiff
|
diff to current
2010-01-22
Måns Rullgård
Move array specifiers outside DECLARE_ALIGNED() invocations
blob
|
commitdiff
|
diff to current
2010-01-18
Michael Niedermayer
Cosmetic, get rid of &x[0]
blob
|
commitdiff
|
diff to current
2010-01-17
Michael Niedermayer
Split fill_caches() between filter and decoder.
blob
|
commitdiff
|
diff to current
2010-01-17
Michael Niedermayer
Rearchitecturing the stiched up goose part 1
blob
|
commitdiff
|
diff to current
2010-01-16
Michael Niedermayer
Replace cabac checks in inline functions from h264...
blob
|
commitdiff
|
diff to current
2010-01-13
Michael Niedermayer
Split cabac decoding code out of h264.c.
blob
|
commitdiff
|
diff to current