Home
last modified time | relevance | path

Searched refs:diff_ (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_estdif.c226 static unsigned diff_##ss(const type *const prev, \
282 sum += diff_##ss(prev_line, next_line, end, x, i, j); \
283 sum += diff_##ss(prev2_line, prev_line, end, x, i, j); \
284 sum += diff_##ss(next_line, next2_line, end, x, i, j); \
298 sum += diff_##ss(prev_line, next_line, end, x, k + i, j); \
299 sum += diff_##ss(prev2_line, prev_line, end, x, k + i, j); \
300 sum += diff_##ss(next_line, next2_line, end, x, k + i, j); \
/third_party/gstreamer/gstreamer/gst/
Dgstevent.c1273 GstClockTimeDiff diff_ = in gst_event_parse_qos() local
1288 if (diff_ < 0 && *timestamp < -diff_) in gst_event_parse_qos()
1289 *timestamp = (GstClockTime) - diff_; in gst_event_parse_qos()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82894 static nsIAtom* diff_; member in nsGkAtoms