annotate fastmemcpy.h @ 1177:fea03d2c4946 libavcodec

simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture more direct use of the new mb_type stuff instead of codec specific stuff runtime mb_type debug output h264/h263 variants/mpeg1/2/4 error concealment /resilience for mpeg1/2 various minor optimizations
author michaelni
date Thu, 10 Apr 2003 13:18:38 +0000
parents b69fe46fd708
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
b69fe46fd708 Adding fastmemcpy stuff to speedup mplayer project
nickols_k
parents:
diff changeset
1 #include "../libvo/fastmemcpy.h"