Home
last modified time | relevance | path

Searched refs:deltap1 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdsp_template.c1597 … const int deltap1 = av_clip((((p2 + p0 + 1) >> 1) - p1 + delta0) >> 1, -tc_2, tc_2); in FUNC() local
1598 P1 = av_clip_pixel(p1 + deltap1); in FUNC()
/third_party/ffmpeg/libavcodec/x86/
Dhevc_deblock.asm581 pminsw m15, m9; av_clip(deltap1, -tc/2, tc/2)