<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<div><br><br> In libavcodec library the H264.c file ,i am trying to seperate the loop filter fuction from the decode_mb() function but i got some prolems</div><div>since the loop filter is called each time an entire row is completetly decoded,when i try to change its place to be when an entire frame is ended there is a full degradation in the picture </div><div>any idea can be usefull??</div><div>BTW i am doing this to seperate the 4 decoding stages functions from each other in order to prallaleize these pipelined stages into seperate cores</div><div>thus achieving better decoding times</div><div> </div><div>thanks </div> </div></body>
</html>