Searched refs:chroma_div_w (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dopengl_enc.c213 GLfloat chroma_div_w; ///< Chroma subsampling w ratio member in struct:OpenGLContext
931 opengl->glprocs.glUniform1f(opengl->chroma_div_w_location, opengl->chroma_div_w);
1025 opengl->chroma_div_w = 1.0f;
1028 opengl->chroma_div_w = 1 << desc->log2_chroma_w;

Completed in 81 milliseconds