comparison h264.c @ 1636:d9d98cdcfcde libavcodec

intra16x16 fix
author michael
date Sat, 29 Nov 2003 00:19:24 +0000
parents 932d306bf1dc
children 420cac032278
comparison
equal deleted inserted replaced
1635:20c1a4d5b761 1636:d9d98cdcfcde
3563 return -1; 3563 return -1;
3564 } 3564 }
3565 } 3565 }
3566 } 3566 }
3567 }else{ 3567 }else{
3568 memset(&h->non_zero_count_cache[8], 0, 8*4); //FIXME stupid & slow 3568 fill_rectangle(&h->non_zero_count_cache[scan8[0]], 4, 4, 8, 0, 1);
3569 } 3569 }
3570 }else{ 3570 }else{
3571 for(i8x8=0; i8x8<4; i8x8++){ 3571 for(i8x8=0; i8x8<4; i8x8++){
3572 if(cbp & (1<<i8x8)){ 3572 if(cbp & (1<<i8x8)){
3573 for(i4x4=0; i4x4<4; i4x4++){ 3573 for(i4x4=0; i4x4<4; i4x4++){