Home
last modified time | relevance | path

Searched refs:tc_2 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevcdsp_template.c1576 const int tc_2 = tc >> 1; in hevc_loop_filter_luma() local
1597 const int deltap1 = av_clip((((p2 + p0 + 1) >> 1) - p1 + delta0) >> 1, -tc_2, tc_2); in hevc_loop_filter_luma()
1601 const int deltaq1 = av_clip((((q2 + q0 + 1) >> 1) - q1 - delta0) >> 1, -tc_2, tc_2); in hevc_loop_filter_luma()

Completed in 5 milliseconds