Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdsp_template.c1601 … const int deltaq1 = av_clip((((q2 + q0 + 1) >> 1) - q1 - delta0) >> 1, -tc_2, tc_2); in FUNC() local
1602 Q1 = av_clip_pixel(q1 + deltaq1); in FUNC()
/third_party/ffmpeg/libavcodec/x86/
Dhevc_deblock.asm603 pminsw m8, m9; av_clip(deltaq1, -tc/2, tc/2)