Home
last modified time | relevance | path

Searched defs:clip_max (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_bwdif.c221 int clip_max = (1 << (yadif->csp->comp[td->plane].depth)) - 1; in filter_slice() local
125 filter_intra(void *dst1, void *cur1, int w, int prefs, int mrefs, int prefs3, int mrefs3, int parity, int clip_max) filter_intra() argument
135 filter_line_c(void *dst1, void *prev1, void *cur1, void *next1, int w, int prefs, int mrefs, int prefs2, int mrefs2, int prefs3, int mrefs3, int prefs4, int mrefs4, int parity, int clip_max) filter_line_c() argument
153 filter_edge(void *dst1, void *prev1, void *cur1, void *next1, int w, int prefs, int mrefs, int prefs2, int mrefs2, int parity, int clip_max, int spat) filter_edge() argument
170 filter_intra_16bit(void *dst1, void *cur1, int w, int prefs, int mrefs, int prefs3, int mrefs3, int parity, int clip_max) filter_intra_16bit() argument
180 filter_line_c_16bit(void *dst1, void *prev1, void *cur1, void *next1, int w, int prefs, int mrefs, int prefs2, int mrefs2, int prefs3, int mrefs3, int prefs4, int mrefs4, int parity, int clip_max) filter_line_c_16bit() argument
198 filter_edge_16bit(void *dst1, void *prev1, void *cur1, void *next1, int w, int prefs, int mrefs, int prefs2, int mrefs2, int parity, int clip_max, int spat) filter_edge_16bit() argument
[all...]
H A Dvf_tinterlace.c327 int clip_max = (1 << tinterlace->csp->comp[plane].depth) - 1; in copy_picture_field() local
104 lowpass_line_c(uint8_t *dstp, ptrdiff_t width, const uint8_t *srcp, ptrdiff_t mref, ptrdiff_t pref, int clip_max) lowpass_line_c() argument
118 lowpass_line_c_16(uint8_t *dst8, ptrdiff_t width, const uint8_t *src8, ptrdiff_t mref, ptrdiff_t pref, int clip_max) lowpass_line_c_16() argument
136 lowpass_line_complex_c(uint8_t *dstp, ptrdiff_t width, const uint8_t *srcp, ptrdiff_t mref, ptrdiff_t pref, int clip_max) lowpass_line_complex_c() argument
163 lowpass_line_complex_c_16(uint8_t *dst8, ptrdiff_t width, const uint8_t *src8, ptrdiff_t mref, ptrdiff_t pref, int clip_max) lowpass_line_complex_c_16() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc.c25 static WEBP_INLINE int clip_max(int v, int max) { in clip_max() function
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2336 const ImVec2* clip_max = clip_rect ? &clip_rect->Max : &pos_max; in RenderTextClippedEx() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp2757 const ImVec2* clip_max = clip_rect ? &clip_rect->Max : &pos_max; in RenderTextClippedEx() local

Completed in 42 milliseconds