Browse Source

mpegvideo_mmx_template: drop some commented-out cruft

tags/n1.0
Diego Biurrun 13 years ago
parent
commit
be12958937
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      libavcodec/x86/mpegvideo_mmx_template.c

+ 0
- 8
libavcodec/x86/mpegvideo_mmx_template.c View File

@@ -357,13 +357,5 @@ static int RENAME(dct_quantize)(MpegEncContext *s,
block[0x3E] = temp_block[0x3E]; block[0x3F] = temp_block[0x3F]; block[0x3E] = temp_block[0x3E]; block[0x3F] = temp_block[0x3F];
} }
end: end:
/*
for(i=0; i<last_non_zero_p1; i++)
{
int j= zigzag_direct_noperm[i];
block[block_permute_op(j)]= temp_block[j];
}
*/

return last_non_zero_p1 - 1; return last_non_zero_p1 - 1;
} }

Loading…
Cancel
Save