Home
last modified time | relevance | path

Searched refs:in_desc (Results 1 - 19 of 19) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_chromakey_cuda.c57 const AVPixFmtDescriptor *in_desc, *out_desc; member
166 s->in_desc = av_pix_fmt_desc_get(s->in_fmt); in set_format_info()
175 for (i = 0; i < s->in_desc->nb_components; i++) in set_format_info()
177 d = (s->in_desc->comp[i].depth + 7) / 8; in set_format_info()
178 p = s->in_desc->comp[i].plane; in set_format_info()
179 s->in_plane_channels[p] = FFMAX(s->in_plane_channels[p], s->in_desc->comp[i].step / d); in set_format_info()
181 s->in_plane_depths[p] = s->in_desc->comp[i].depth; in set_format_info()
353 res_desc.res.pitch2D.width = AV_CEIL_RSHIFT(in->width, s->in_desc->log2_chroma_w); in cudachromakey_process_internal()
354 res_desc.res.pitch2D.height = AV_CEIL_RSHIFT(in->height, s->in_desc->log2_chroma_h); in cudachromakey_process_internal()
H A Dvf_scale_cuda.c79 const AVPixFmtDescriptor *in_desc, *out_desc; member
203 s->in_desc = av_pix_fmt_desc_get(s->in_fmt); in set_format_info()
212 for (i = 0; i < s->in_desc->nb_components; i++) { in set_format_info()
213 d = (s->in_desc->comp[i].depth + 7) / 8; in set_format_info()
214 p = s->in_desc->comp[i].plane; in set_format_info()
215 s->in_plane_channels[p] = FFMAX(s->in_plane_channels[p], s->in_desc->comp[i].step / d); in set_format_info()
217 s->in_plane_depths[p] = s->in_desc->comp[i].depth; in set_format_info()
461 res_desc.res.pitch2D.width = AV_CEIL_RSHIFT(in->width, s->in_desc->log2_chroma_w); in scalecuda_resize()
462 res_desc.res.pitch2D.height = AV_CEIL_RSHIFT(in->height, s->in_desc->log2_chroma_h); in scalecuda_resize()
483 AV_CEIL_RSHIFT(in->width, s->in_desc in scalecuda_resize()
[all...]
H A Dvf_colorspace.c401 const AVPixFmtDescriptor *in_desc = av_pix_fmt_desc_get(in->format); in create_filtergraph() local
414 if (!supported_format(in_desc)) { in create_filtergraph()
418 in_desc ? in_desc->comp[0].depth : -1); in create_filtergraph()
590 fmt_identical = in_desc->log2_chroma_h == out_desc->log2_chroma_h && in create_filtergraph()
591 in_desc->log2_chroma_w == out_desc->log2_chroma_w; in create_filtergraph()
596 in_desc->comp[0].depth == out_desc->comp[0].depth; in create_filtergraph()
603 s->in_rng, in_desc->comp[0].depth); in create_filtergraph()
614 bits = 1 << (in_desc->comp[0].depth - 1); in create_filtergraph()
626 s->yuv2rgb = s->dsp.yuv2rgb[(in_desc in create_filtergraph()
[all...]
/third_party/zlib/contrib/infback9/
H A Dinfback9.h24 in_func in, void FAR *in_desc,
H A Dinfback9.c124 have = in(in_desc, &next); \
213 int ZEXPORT inflateBack9(z_stream FAR *strm, in_func in, void FAR *in_desc, in inflateBack9() argument
/third_party/node/deps/v8/third_party/zlib/
H A Dinfback.c161 have = in(in_desc, &next); \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack()
253 void FAR *in_desc;
H A Dzlib.h1099 in_func in, void FAR *in_desc,
1129 typedefs. inflateBack() will call in(in_desc, &buf) which should return the
1149 The in_desc and out_desc parameters of inflateBack() is passed as the
/third_party/libwebsockets/win32port/zlib/
H A Dinfback.c152 have = in(in_desc, &next); \
241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack()
244 void FAR *in_desc;
H A Dzlib.h974 in_func in, void FAR *in_desc,
1003 typedefs. inflateBack() will call in(in_desc, &buf) which should return the
1023 The in_desc and out_desc parameters of inflateBack() is passed as the
/third_party/skia/third_party/externals/zlib/
H A Dinfback.c161 have = in(in_desc, &next); \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack()
253 void FAR *in_desc;
H A Dzlib.h1097 in_func in, void FAR *in_desc,
1127 typedefs. inflateBack() will call in(in_desc, &buf) which should return the
1147 The in_desc and out_desc parameters of inflateBack() is passed as the
/third_party/node/deps/zlib/
H A Dinfback.c153 have = in(in_desc, &next); \
242 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, in inflateBack() argument
H A Dzlib.h1101 in_func in, void FAR *in_desc,
1131 typedefs. inflateBack() will call in(in_desc, &buf) which should return the
1151 The in_desc and out_desc parameters of inflateBack() is passed as the
/third_party/zlib/examples/
H A Dgun.c89 local unsigned in(void *in_desc, z_const unsigned char **buf) in in() argument
94 struct ind *me = (struct ind *)in_desc; in in()
/third_party/zlib/
H A Dinfback.c153 have = in(in_desc, &next); \
242 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, in inflateBack() argument
H A Dzlib.h1102 in_func in, void FAR *in_desc,
1132 typedefs. inflateBack() will call in(in_desc, &buf) which should return the
1152 The in_desc and out_desc parameters of inflateBack() is passed as the
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; in inflateBack()
/third_party/ltp/scripts/
H A Dcheckpatch.pl248 my $in_desc = 0;
261 $in_desc = 1;
262 } elsif ($in_desc) {
271 $in_desc = 0;
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp15238 const descriptor& in_desc = desc_in[i]; in test() local
15241 prepareVarying(basic_type, in_desc, interpolation, si, stage, Utils::Variable::VARYING_INPUT); in test()

Completed in 59 milliseconds