comparison i386/mpegvideo_mmx.c @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents d5ba514e3f4a
children 470601203f44
comparison
equal deleted inserted replaced
5126:7982b376b58a 5127:4dbe6578f811
395 "jng 1b \n\t" 395 "jng 1b \n\t"
396 ::"r" (block+nCoeffs), "r"(quant_matrix+nCoeffs), "g" (qscale), "g" (-2*nCoeffs) 396 ::"r" (block+nCoeffs), "r"(quant_matrix+nCoeffs), "g" (qscale), "g" (-2*nCoeffs)
397 : "%"REG_a, "memory" 397 : "%"REG_a, "memory"
398 ); 398 );
399 block[0]= block0; 399 block[0]= block0;
400 //Note, we dont do mismatch control for intra as errors cannot accumulate 400 //Note, we do not do mismatch control for intra as errors cannot accumulate
401 } 401 }
402 402
403 static void dct_unquantize_mpeg2_inter_mmx(MpegEncContext *s, 403 static void dct_unquantize_mpeg2_inter_mmx(MpegEncContext *s,
404 DCTELEM *block, int n, int qscale) 404 DCTELEM *block, int n, int qscale)
405 { 405 {