Searched defs:need_clipping (Results 1 – 3 of 3) sorted by relevance
| /third_party/ffmpeg/libavfilter/ |
| D | af_biquads.c | 205 #define BIQUAD_FILTER(name, type, min, max, need_clipping) \ argument 288 #define BIQUAD_DII_FILTER(name, type, min, max, need_clipping) \ argument 336 #define BIQUAD_TDI_FILTER(name, type, min, max, need_clipping) \ argument 392 #define BIQUAD_TDII_FILTER(name, type, min, max, need_clipping) \ argument 439 #define BIQUAD_LATT_FILTER(name, type, min, max, need_clipping) \ argument 495 #define BIQUAD_SVF_FILTER(name, type, min, max, need_clipping) \ argument 543 #define BIQUAD_ZDF_FILTER(name, type, min, max, need_clipping) \ argument
|
| D | af_aiir.c | 112 #define IIR_CH(name, type, min, max, need_clipping) \ argument 168 #define SERIAL_IIR_CH(name, type, min, max, need_clipping) \ argument 227 #define PARALLEL_IIR_CH(name, type, min, max, need_clipping) \ argument 291 #define LATTICE_IIR_CH(name, type, min, max, need_clipping) \ argument
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui.cpp | 2337 … bool need_clipping = (pos.x + text_size.x >= clip_max->x) || (pos.y + text_size.y >= clip_max->y); in RenderTextClippedEx() local
|