comparison h264_cabac.c @ 10907:2d82b73b12ef libavcodec

Split fill_caches() between filter and decoder.
author michael
date Sun, 17 Jan 2010 21:43:08 +0000
parents 1b5fba731e24
children b4e6b2d301ad
comparison
equal deleted inserted replaced
10906:1b5fba731e24 10907:2d82b73b12ef
1401 if(MB_MBAFF){ 1401 if(MB_MBAFF){
1402 h->ref_count[0] <<= 1; 1402 h->ref_count[0] <<= 1;
1403 h->ref_count[1] <<= 1; 1403 h->ref_count[1] <<= 1;
1404 } 1404 }
1405 1405
1406 fill_caches(h, mb_type, 0); 1406 fill_decode_caches(h, mb_type);
1407 1407
1408 if( IS_INTRA( mb_type ) ) { 1408 if( IS_INTRA( mb_type ) ) {
1409 int i, pred_mode; 1409 int i, pred_mode;
1410 if( IS_INTRA4x4( mb_type ) ) { 1410 if( IS_INTRA4x4( mb_type ) ) {
1411 if( dct8x8_allowed && decode_cabac_mb_transform_size( h ) ) { 1411 if( dct8x8_allowed && decode_cabac_mb_transform_size( h ) ) {