Searched refs:sizew (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_chromanr.c | 42 int sizew; member 97 const int sizew = s->sizew; \ 148 for (int xx = FFMAX(0, x - sizew); xx < FFMIN(x + sizew, w); xx += stepw) { \ 235 { "sizew", "set horizontal size", OFFSET(sizew), AV_OPT_TYPE_INT, {.i64=5}, 1, 100, VF },
|
D | vf_convolution.c | 608 const int sizew = mode == MATRIX_COLUMN ? height : width; in filter_slice() local 644 s->filter[plane](dst + yoff + xoff, sizew - 2 * radius, in filter_slice() 647 for (x = sizew - radius; x < sizew; x++) { in filter_slice()
|
/third_party/libuv/src/win/ |
D | fs-event.c | 429 int err, sizew, size; in uv__process_fs_event_req() local 523 sizew = -1; in uv__process_fs_event_req() 527 sizew = file_info->FileNameLength / sizeof(WCHAR); in uv__process_fs_event_req() 536 sizew = file_info->FileNameLength / sizeof(WCHAR); in uv__process_fs_event_req() 541 sizew = -1; in uv__process_fs_event_req() 545 uv__convert_utf16_to_utf8(filenamew, sizew, &filename); in uv__process_fs_event_req()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTranscodingSupportTests.cpp | 509 const size_t sizew = size / sizeof(deUint64); in compareAndLog() local 514 for (deUint32 ndx = 0u; ndx < static_cast<deUint32>(sizew); ndx++) in compareAndLog()
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 7862 @item sizew
|