Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_limitdiff.c95 const int diff_ref = FFABS(filtered[x] - reference[x]); in limitdiff8() local
97 if (diff_ref <= thr1) in limitdiff8()
99 else if (diff_ref >= thr2) in limitdiff8()
102 dst[x] = av_clip_uint8(source[x] + diff * (thr2 - diff_ref) / (thr2 - thr1)); in limitdiff8()
117 const int diff_ref = FFABS(filtered[x] - reference[x]); in limitdiff16() local
119 if (diff_ref <= thr1) in limitdiff16()
121 else if (diff_ref >= thr2) in limitdiff16()
124 dst[x] = av_clip_uintp2_c(source[x] + diff * (thr2 - diff_ref) / (thr2 - thr1), depth); in limitdiff16()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c1252 bool diff_ref = in translate_stencil_test() local
1297 if (diff_ref && in translate_stencil_test()

Completed in 4 milliseconds