Searched refs:color_matrix_scale_components (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuda-converter.c | 1541 color_matrix_scale_components (MatrixData * m, gdouble a1, gdouble a2, in color_matrix_scale_components() function 1626 color_matrix_scale_components (data, 1 / ((float) scale[0]), in compute_matrix_to_RGB() 1654 color_matrix_scale_components (data, (float) scale[0], (float) scale[1], in compute_matrix_to_YUV() 1688 color_matrix_scale_components (matrix, in cuda_converter_get_matrix() 1704 color_matrix_scale_components (matrix, in cuda_converter_get_matrix()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11converter.cpp | 531 color_matrix_scale_components (MatrixData * m, gfloat a1, gfloat a2, gfloat a3) in color_matrix_scale_components() function 615 color_matrix_scale_components (data, 1 / ((float) scale[0]), in compute_matrix_to_RGB() 643 color_matrix_scale_components (data, (float) scale[0], (float) scale[1], in compute_matrix_to_YUV() 674 color_matrix_scale_components (matrix, in converter_get_matrix() 690 color_matrix_scale_components (matrix, in converter_get_matrix()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-converter.c | 981 color_matrix_scale_components (MatrixData * m, double a1, double a2, double a3) in color_matrix_scale_components() function 1332 color_matrix_scale_components (data, SCALE_F, SCALE_F, SCALE_F); in prepare_matrix() 1394 color_matrix_scale_components (data, 1 / ((float) scale[0]), in compute_matrix_to_RGB() 1439 color_matrix_scale_components (data, (float) scale[0], (float) scale[1], in compute_matrix_to_YUV() 1588 color_matrix_scale_components (&convert->to_RGB_matrix, in chain_convert_to_RGB() 1815 color_matrix_scale_components (&convert->convert_matrix, in chain_convert() 1829 color_matrix_scale_components (&convert->convert_matrix, in chain_convert() 2000 color_matrix_scale_components (&convert->to_YUV_matrix, in chain_convert_to_YUV()
|