summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify intra4x4_pred_mode_cache init.Michael Niedermayer2010-02-251-14/+2
* Reorder intra4x4_pred_mode so that we can read/write 4 values at once.Michael Niedermayer2010-02-251-7/+3
* Store intra4x4_pred_mode per row only.Michael Niedermayer2010-02-251-7/+9
* unroll tiny and trivial loop. Same speed but clearer.Michael Niedermayer2010-02-251-3/+3
* Cut the size of mvd_table by yet another factor of 2.Michael Niedermayer2010-02-251-12/+14
* Keep mvd_table values of only 2 mb rows.Michael Niedermayer2010-02-251-4/+7
* Change mvd_cache & mvd_table to 8bit, this is overall a bit fasterMichael Niedermayer2010-02-241-22/+29
* Replace /2 by faster >>1 as the mvd values are now all positive.Michael Niedermayer2010-02-241-1/+1
* Remove unused variable. Seems i forgot to commit this.Michael Niedermayer2010-02-241-1/+0
* Remove unused variable, fixes warnings of the type:Diego Biurrun2010-02-211-1/+0
* H264: use alias-safe macrosMåns Rullgård2010-02-181-55/+56
* Move predict_field_decoding_flag() from h264.h to .c as its only used there a...Michael Niedermayer2010-02-171-11/+0
* Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer2010-02-171-1/+1
* Split setting neighboring MBs from fill_decode_caches()Michael Niedermayer2010-02-151-20/+51
* Store sub_mb_type in direct_cache/direct_table.Michael Niedermayer2010-02-141-10/+10
* Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cb...Michael Niedermayer2010-02-141-4/+4
* Revert r21814Michael Niedermayer2010-02-141-3/+3
* Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call itMichael Niedermayer2010-02-131-1/+1
* h264: Remove unused variables.Alexander Strange2010-02-131-1/+0
* h264: Fix pointer warnings by removing redundant [0]Alexander Strange2010-02-131-3/+3
* Fix integer overflow warnings in h264.hAlexander Strange2010-02-131-2/+2
* Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type)Michael Niedermayer2010-02-131-1/+1
* Skiped MBs dont need the cbp stuff so skip initing that.Michael Niedermayer2010-02-131-0/+2
* Also skip direct/mvd_cache init for skiped blocks.Michael Niedermayer2010-02-131-1/+1
* Move more code under if(!IS_DIRECT(mb_type)).Michael Niedermayer2010-02-131-2/+3
* Skip some more code that isnt needed for direct MBs.Michael Niedermayer2010-02-131-1/+1
* Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.Michael Niedermayer2010-02-131-2/+2
* Dont calculate any surrounding MVs for temporal MBsMichael Niedermayer2010-02-131-4/+3
* Remove an apparently unneeded && !FRAME_MBAFF.Michael Niedermayer2010-02-081-1/+1
* Ooops, 10l forgot to commit h264.h.Michael Niedermayer2010-02-071-0/+2
* Fix svq3_* function declarations.Rafaël Carré2010-01-271-0/+3
* Simplify left_xy initMichael Niedermayer2010-01-271-4/+2
* Split fill_caches() between loopfilter & decode, the 2 no longer where commonMichael Niedermayer2010-01-261-173/+213
* use left_xy[1] in mbaff QP loop filter check, this improves the amount that canMichael Niedermayer2010-01-261-1/+1
* Optimize mv/ref cache init for left MB.Michael Niedermayer2010-01-261-8/+30
* Simplify left_xy content for the loop filter, this also makes it closer toMichael Niedermayer2010-01-261-0/+10
* Set top & left types for deblock in fill_caches().Michael Niedermayer2010-01-261-4/+13
* cosmeticMichael Niedermayer2010-01-261-1/+1
* Fix qp_thres loop filter check for MBAFF.Michael Niedermayer2010-01-261-2/+5
* Optimize mb neighbor initialization for MBAFF in fill_caches().Michael Niedermayer2010-01-261-32/+29
* H.264: Use 64-/128-bit write-combining macros for copiesAlexander Strange2010-01-251-30/+32
* Added a missing const to ff_h264_get_slice_type().Laurent Aimar2010-01-241-1/+1
* Prefer cbp over cbp_table.Michael Niedermayer2010-01-241-4/+4
* Remove unneeded reset of non_zero_count_cache for deblock.Michael Niedermayer2010-01-231-13/+2
* Remove useless things from the deblock side of fill_caches().Michael Niedermayer2010-01-231-11/+3
* make mv_cache init 64bit where possible.Michael Niedermayer2010-01-231-8/+4
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-6/+6
* Dont waste time initializing stuff for deblocking intra mbs, none ofMichael Niedermayer2010-01-191-0/+2
* Fix accumulated indention errors.Michael Niedermayer2010-01-181-91/+91
* Optimize top non_zero_count_cache init.Michael Niedermayer2010-01-181-5/+2
OpenPOWER on IntegriCloud