Home
last modified time | relevance | path

Searched defs:pad_size (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native_layer_conv2d.c128 int pad_size = (conv_params->padding_method == VALID) ? (conv_params->kernel_size - 1) / 2 * conv_params->dilation : 0; in dnn_execute_layer_conv2d_thread() local
202 int pad_size = (conv_params->padding_method == VALID) ? (conv_params->kernel_size - 1) / 2 * conv_params->dilation : 0; in ff_dnn_execute_layer_conv2d() local
[all...]
/third_party/libsnd/src/
H A Drf64.c638 { sf_count_t current, pad_size ; in rf64_write_header() local
/third_party/backends/lib/
H A Dalloca.c303 long pad_size; /* Stack pad size. */ member
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c1433 sljit_uw pad_size; in sljit_generate_code() local

Completed in 9 milliseconds