Revision 2e4362af libavcodec/h264.h
libavcodec/h264.h | ||
---|---|---|
801 | 801 |
left_type[0] = h->slice_table[left_xy[0] ] == h->slice_num ? s->current_picture.mb_type[left_xy[0]] : 0; |
802 | 802 |
left_type[1] = h->slice_table[left_xy[1] ] == h->slice_num ? s->current_picture.mb_type[left_xy[1]] : 0; |
803 | 803 |
|
804 |
if(!IS_SKIP(mb_type)){ |
|
804 | 805 |
if(IS_INTRA(mb_type)){ |
805 | 806 |
int type_mask= h->pps.constrained_intra_pred ? IS_INTRA(-1) : -1; |
806 | 807 |
h->topleft_samples_available= |
... | ... | |
945 | 946 |
h->left_cbp |= ((h->cbp_table[left_xy[1]]>>((left_block[2]&(~1))+1))&0x1) << 3; |
946 | 947 |
} |
947 | 948 |
} |
949 |
} |
|
948 | 950 |
|
949 | 951 |
#if 1 |
950 | 952 |
if(IS_INTER(mb_type) || (IS_DIRECT(mb_type) && h->direct_spatial_mv_pred)){ |
Also available in: Unified diff