/third_party/ffmpeg/libavfilter/ |
H A D | vf_chromakey_cuda.c | 57 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 D | vf_scale_cuda.c | 79 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 D | vf_colorspace.c | 401 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 D | infback9.h | 24 in_func in, void FAR *in_desc,
|
H A D | infback9.c | 124 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 D | infback.c | 161 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 D | zlib.h | 1099 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 D | infback.c | 152 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 D | zlib.h | 974 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 D | infback.c | 161 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 D | zlib.h | 1097 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 D | infback.c | 153 have = in(in_desc, &next); \ 242 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, in inflateBack() argument
|
H A D | zlib.h | 1101 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 D | gun.c | 89 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 D | infback.c | 153 have = in(in_desc, &next); \ 242 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, in inflateBack() argument
|
H A D | zlib.h | 1102 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 D | zlibpas.pas | 138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; in inflateBack()
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 248 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 D | gl4cEnhancedLayoutsTests.cpp | 15238 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()
|