Home
last modified time | relevance | path

Searched refs:yuv_coefficients (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dfragment_shaders.c289 tc->yuv_coefficients[i*4+j] = j < 3 ? correction * matrix[j*4+i] : 0.f; in tc_yuv_base_init()
379 tc->vt->Uniform4fv(tc->uloc.Coefficients, 4, tc->yuv_coefficients); in tc_base_prepare_shader()
H A Dconverter.h337 GLfloat yuv_coefficients[16]; member