P2                 52 libavcodec/cavsdsp.c         if(abs(P2-p0) < beta && abs(p0-q0) < alpha) {
P2                 73 libavcodec/cavsdsp.c         if(abs(P2-p0)<beta) {
P2                 74 libavcodec/cavsdsp.c             delta = av_clip(((P0-P1)*3+P2-Q0+4)>>3, -tc, tc);
P2                 91 libavcodec/cavsdsp.c         if(abs(P2-p0) < beta && abs(p0-q0) < alpha) {
P2               1533 libavcodec/hevcdsp_template.c         const int dp0  = abs(P2  - 2 * P1  + P0);
P2               1558 libavcodec/hevcdsp_template.c                     const int p2 = P2;
P2               1568 libavcodec/hevcdsp_template.c                         P2 = p2 + av_clip(((2 * p3 + 3 * p2 + p1 + p0 + q0 + 4) >> 3) - p2, -tc2, tc2);
P2               1587 libavcodec/hevcdsp_template.c                     const int p2 = P2;