comparison intrax8.c @ 8288:800444234375 libavcodec

clear_block mmx
author lorenm
date Wed, 10 Dec 2008 21:35:17 +0000
parents 1d735690e172
children f8bf438c6000
comparison
equal deleted inserted replaced
8287:7a1d037482c4 8288:800444234375
509 int zeros_only; 509 int zeros_only;
510 int use_quant_matrix; 510 int use_quant_matrix;
511 int sign; 511 int sign;
512 512
513 assert(w->orient<12); 513 assert(w->orient<12);
514 memset(s->block[0],0x00,64*sizeof(DCTELEM)); 514 s->dsp.clear_block(s->block[0]);
515 515
516 if(chroma){ 516 if(chroma){
517 dc_mode=2; 517 dc_mode=2;
518 }else{ 518 }else{
519 dc_mode=!!w->est_run;//0,1 519 dc_mode=!!w->est_run;//0,1