comparison h264_cavlc.c @ 11183:d1a855cb0a0c libavcodec

Split setting neighboring MBs from fill_decode_caches() no speed change.
author michael
date Mon, 15 Feb 2010 22:07:02 +0000
parents 7cfb7bb6e554
children 5e583a785508
comparison
equal deleted inserted replaced
11182:0c93bb2b3cb0 11183:d1a855cb0a0c
621 if(MB_MBAFF){ 621 if(MB_MBAFF){
622 h->ref_count[0] <<= 1; 622 h->ref_count[0] <<= 1;
623 h->ref_count[1] <<= 1; 623 h->ref_count[1] <<= 1;
624 } 624 }
625 625
626 fill_decode_neighbors(h, mb_type);
626 fill_decode_caches(h, mb_type); 627 fill_decode_caches(h, mb_type);
627 628
628 //mb_pred 629 //mb_pred
629 if(IS_INTRA(mb_type)){ 630 if(IS_INTRA(mb_type)){
630 int pred_mode; 631 int pred_mode;