P2 53 libavcodec/cavsdsp.c if(abs(P2-p0) < beta && abs(p0-q0) < alpha) { P2 75 libavcodec/cavsdsp.c if(abs(P2-p0)<beta) { P2 76 libavcodec/cavsdsp.c delta = av_clip(((P0-P1)*3+P2-Q0+4)>>3, -tc, tc); P2 94 libavcodec/cavsdsp.c if(abs(P2-p0) < beta && abs(p0-q0) < alpha) { P2 1529 libavcodec/hevcdsp_template.c const int dp0 = abs(P2 - 2 * P1 + P0); P2 1554 libavcodec/hevcdsp_template.c const int p2 = P2; P2 1564 libavcodec/hevcdsp_template.c P2 = p2 + av_clip(((2 * p3 + 3 * p2 + p1 + p0 + q0 + 4) >> 3) - p2, -tc2, tc2); P2 1583 libavcodec/hevcdsp_template.c const int p2 = P2;