comparison intrax8.c @ 5907:fbd10e6dfbe1 libavcodec

cosmetics: Fix spacial --> spatial typo in function names.
author diego
date Sat, 10 Nov 2007 12:24:02 +0000
parents 595a2f31430e
children 1d735690e172
comparison
equal deleted inserted replaced
5906:595a2f31430e 5907:fbd10e6dfbe1
276 MpegEncContext * const s= w->s; 276 MpegEncContext * const s= w->s;
277 int range; 277 int range;
278 int sum; 278 int sum;
279 int quant; 279 int quant;
280 280
281 s->dsp.x8_setup_spacial_compensation(s->dest[chroma], s->edge_emu_buffer, 281 s->dsp.x8_setup_spatial_compensation(s->dest[chroma], s->edge_emu_buffer,
282 s->current_picture.linesize[chroma>0], 282 s->current_picture.linesize[chroma>0],
283 &range, &sum, w->edges); 283 &range, &sum, w->edges);
284 if(chroma){ 284 if(chroma){
285 w->orient=w->chroma_orient; 285 w->orient=w->chroma_orient;
286 quant=w->quant_dc_chroma; 286 quant=w->quant_dc_chroma;
612 } 612 }
613 613
614 if(w->flat_dc){ 614 if(w->flat_dc){
615 dsp_x8_put_solidcolor(w->predicted_dc, s->dest[chroma], s->current_picture.linesize[!!chroma]); 615 dsp_x8_put_solidcolor(w->predicted_dc, s->dest[chroma], s->current_picture.linesize[!!chroma]);
616 }else{ 616 }else{
617 s->dsp.x8_spacial_compensation[w->orient]( s->edge_emu_buffer, 617 s->dsp.x8_spatial_compensation[w->orient]( s->edge_emu_buffer,
618 s->dest[chroma], 618 s->dest[chroma],
619 s->current_picture.linesize[!!chroma] ); 619 s->current_picture.linesize[!!chroma] );
620 } 620 }
621 if(!zeros_only) 621 if(!zeros_only)
622 s->dsp.idct_add ( s->dest[chroma], 622 s->dsp.idct_add ( s->dest[chroma],