Searched refs:cbv (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_chromashift.c | 35 int cbh, cbv; member 103 const int cbv = s->cbv; \ 116 const int duy = av_clip(y - cbv, 0, h-1) * sulinesize; \ 145 const int cbv = s->cbv; \ 158 int uy = (y - cbv) % h; \ 420 …{ "cbv", "shift chroma-blue vertically", OFFSET(cbv), AV_OPT_TYPE_INT, {.i64=0}, -255, 255, .…
|
D | colorspacedsp_template.c | 148 int cbv = rgb2yuv_coeffs[2][2][0]; in fn() local 190 avg(b00, b01, b10, b11) * cbv + rnd) >> sh)); in fn() 227 int cbv = rgb2yuv_coeffs[2][2][0]; in fn() local 311 avg(b00, b01, b10, b11) * cbv + rnd_scratch[2][y & 1][x]; in fn()
|
/third_party/skia/third_party/externals/spirv-cross/tests-other/ |
D | hlsl_resource_bindings.cpp | 74 binding.cbv.register_space = 0; in main() 75 binding.cbv.register_binding = 4; in main()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cross_c.cpp | 980 bind.cbv.register_binding = binding->cbv.register_binding; in spvc_compiler_hlsl_add_resource_binding() 981 bind.cbv.register_space = binding->cbv.register_space; in spvc_compiler_hlsl_add_resource_binding() 2554 binding->cbv.register_binding = binding_default.cbv.register_binding; in spvc_hlsl_resource_binding_init() 2555 binding->cbv.register_space = binding_default.cbv.register_space; in spvc_hlsl_resource_binding_init()
|
D | spirv_hlsl.hpp | 98 } cbv, uav, srv, sampler; member
|
D | spirv_cross_c.h | 559 spvc_hlsl_resource_binding_mapping cbv, uav, srv, sampler; member
|
D | spirv_hlsl.cpp | 3326 desc_set = remap.first.cbv.register_space; in remap_hlsl_resource_binding() 3327 binding = remap.first.cbv.register_binding; in remap_hlsl_resource_binding()
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 7910 @item cbv
|