Searched refs:border_type (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_sharpen_npp.c | 48 NppiBorderType border_type; member 167 out->data[i], out->linesize[i], (NppiSize){ow, oh}, s->border_type); in nppsharpen_sharpen() 231 { "border_type", "Type of operation to be performed on image border", OFFSET(border_type), AV_OPT_TYPE_INT, { .i64 = NPP_BORDER_REPLICATE }, NPP_BORDER_REPLICATE, NPP_BORDER_REPLICATE, FLAGS, "border_type" }, 232 { "replicate", "replicate pixels", 0, AV_OPT_TYPE_CONST, { .i64 = NPP_BORDER_REPLICATE }, 0, 0, FLAGS, "border_type" },
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_soa.c | 189 struct lp_type border_type = bld->texel_type; in lp_build_sample_texel_soa() local 190 border_type.length = 4; in lp_build_sample_texel_soa() 218 border_type, in lp_build_sample_texel_soa()
|
Completed in 12 milliseconds