comparison h264_cabac.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 0c93bb2b3cb0
children cc70f8c44019
comparison
equal deleted inserted replaced
11182:0c93bb2b3cb0 11183:d1a855cb0a0c
1363 if(MB_MBAFF){ 1363 if(MB_MBAFF){
1364 h->ref_count[0] <<= 1; 1364 h->ref_count[0] <<= 1;
1365 h->ref_count[1] <<= 1; 1365 h->ref_count[1] <<= 1;
1366 } 1366 }
1367 1367
1368 fill_decode_neighbors(h, mb_type);
1368 fill_decode_caches(h, mb_type); 1369 fill_decode_caches(h, mb_type);
1369 1370
1370 if( IS_INTRA( mb_type ) ) { 1371 if( IS_INTRA( mb_type ) ) {
1371 int i, pred_mode; 1372 int i, pred_mode;
1372 if( IS_INTRA4x4( mb_type ) ) { 1373 if( IS_INTRA4x4( mb_type ) ) {