<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hello,<br>
I would like to understand the prototype of this function: </p>
<p><br>
filter_mb_edgeh(uint8_t *pix, int stride,<br>
                                             const int16_t bS[4],<br>
                                             unsigned int qp, int a, int b,<br>
                                             H264Context *h, int intra)<br>
<br>
Let's say I want to check the filtering condition on p0,1,2 and q0,1,2 . How am I supposed to read the pix buffer to get them ?<br>
<br>
Regards,<br>
<br>
Nicolas<br>
<br>
<br>
</p>
</body>
</html>