Mercurial > libavcodec.hg
diff dsputil.c @ 3645:47821be55b6c libavcodec
mmx implementation of deblocking strength decision.
2-3% faster h264.
| author | lorenm |
|---|---|
| date | Mon, 28 Aug 2006 09:33:01 +0000 |
| parents | 945caa35ee9a |
| children | 1cc5bdadd487 |
line wrap: on
line diff
--- a/dsputil.c Sun Aug 27 21:45:26 2006 +0000 +++ b/dsputil.c Mon Aug 28 09:33:01 2006 +0000 @@ -4111,6 +4111,7 @@ c->h264_h_loop_filter_chroma= h264_h_loop_filter_chroma_c; c->h264_v_loop_filter_chroma_intra= h264_v_loop_filter_chroma_intra_c; c->h264_h_loop_filter_chroma_intra= h264_h_loop_filter_chroma_intra_c; + c->h264_loop_filter_strength= NULL; c->h263_h_loop_filter= h263_h_loop_filter_c; c->h263_v_loop_filter= h263_v_loop_filter_c;
