Home
last modified time | relevance | path

Searched defs:CLAMP_TO_EDGE (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native_layer_conv2d.c26 #define CLAMP_TO_EDGE(x, w) ((x) < 0 ? 0 : ((x) >= (w) ? (w - 1) : (x))) macro
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.hpp194 CLAMP_TO_EDGE = 0, //! Clamp to edge enumerator

Completed in 5 milliseconds