Revision c2894fbf
libavcodec/h264.h | ||
---|---|---|
806 | 806 |
&& (top_xy < 0 || ((qp + s->current_picture.qscale_table[top_xy ] + 1)>>1) <= qp_thresh)){ |
807 | 807 |
return 1; |
808 | 808 |
} |
809 |
if(IS_INTRA(mb_type)) |
|
810 |
return 0; |
|
809 | 811 |
|
810 | 812 |
*((uint64_t*)&h->non_zero_count_cache[0+8*1])= *((uint64_t*)&h->non_zero_count[mb_xy][ 0]); |
811 | 813 |
*((uint64_t*)&h->non_zero_count_cache[0+8*2])= *((uint64_t*)&h->non_zero_count[mb_xy][ 8]); |
Also available in: Unified diff