Searched refs:odepth (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_colorspace.c | 61 int idepth, odepth, fmt, n; in check_yuv2yuv() local 92 for (odepth = 0; odepth < 3; odepth++) { in check_yuv2yuv() 94 if (check_func(dsp.yuv2yuv[idepth][odepth][fmt], in check_yuv2yuv() 97 idepth * 2 + 8, odepth * 2 + 8)) { in check_yuv2yuv() 99 int y_src_stride = W << !!idepth, y_dst_stride = W << !!odepth; in check_yuv2yuv() 206 int odepth, fmt, n; in check_rgb2yuv() local 237 for (odepth = 0; odepth < in check_rgb2yuv() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lut2.c | 59 int odepth; member 91 { "d", "set output depth", OFFSET(odepth), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 16, .flags = FLAGS }, 180 if (s->tlut2 || !s->odepth) in query_formats() 187 switch (s->odepth) { in query_formats() 194 default: av_log(ctx, AV_LOG_ERROR, "Unsupported output bit depth %d.\n", s->odepth); in query_formats() 257 const int odepth = s->odepth; \ 274 dst[x] = av_clip_uintp2_c(lut[(srcyy[x] << s->depthx) | srcxx[x]], odepth); \ 340 if (s->odepth) { in config_output() 341 if (s->depthx == 8 && s->depthy == 8 && s->odepth > in config_output() [all...] |
H A D | vf_colorspace.c | 663 int idepth = in_desc->comp[0].depth, odepth = out_desc->comp[0].depth; in create_filtergraph() local 674 (in_rng * (1 << odepth))); in create_filtergraph() 681 s->yuv2yuv = s->dsp.yuv2yuv[(idepth - 8) >> 1][(odepth - 8) >> 1] in create_filtergraph()
|
Completed in 4 milliseconds