Searched refs:patch_size (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_nlmeans.c | 48 int patch_size, patch_hsize; // patch size and half size member 68 { "p", "patch size", OFFSET(patch_size), AV_OPT_TYPE_INT, { .i64 = 3*2+1 }, 0, 99, FLAGS }, 435 CHECK_ODD_FIELD(patch_size, "Luma patch"); in init() 438 if (!s->patch_size_uv) s->patch_size_uv = s->patch_size; in init() 445 s->patch_hsize = s->patch_size / 2; in init() 450 s->patch_size, s->patch_size, s->patch_size_uv, s->patch_size_uv); in init()
|
H A D | vf_nlmeans_opencl.c | 67 int patch_size; member 89 if (!(ctx->patch_size & 1)) { in nlmeans_opencl_init() 90 ctx->patch_size |= 1; in nlmeans_opencl_init() 92 "patch_size should be odd, set to %d", in nlmeans_opencl_init() 93 ctx->patch_size); in nlmeans_opencl_init() 99 ctx->patch_size_uv = ctx->patch_size; in nlmeans_opencl_init() 348 patch = (p ? ctx->patch_size_uv : ctx->patch_size) / 2; in nlmeans_opencl_filter_frame() 404 { "p", "patch size", OFFSET(patch_size), AV_OPT_TYPE_INT, { .i64 = 2*3+1 }, 0, 99, FLAGS },
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.h | 125 uint32_t patch_size; member in PipelineBuilder
|
H A D | helpers.cpp | 760 tess_state.patchControlPoints = patch_size; in create_graphics_pipeline()
|
/third_party/backends/backend/genesys/ |
H A D | genesys.cpp | 3103 unsigned int patch_size) /* contiguous extent */ in compute_shifted_coefficients() 3173 if (patch_cnt == patch_size) { in compute_shifted_coefficients() 3472 256); /* patch_size: contiguous extent */ in genesys_send_shading_coefficient() 3093 compute_shifted_coefficients(Genesys_Device * dev, const Genesys_Sensor& sensor, std::uint8_t* shading_data, unsigned int pixels_per_line, unsigned int channels, ColorOrder color_order, int offset, unsigned int coeff, unsigned int target_dark, unsigned int target_bright, unsigned int patch_size) compute_shifted_coefficients() argument
|
Completed in 12 milliseconds