Home
last modified time | relevance | path

Searched refs:levels_in (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/mpv/mpv-0.34.1/video/
H A Dcsputils.c747 enum mp_csp_levels levels_in = params->color.levels; in mp_get_csp_matrix() local
748 if (levels_in <= MP_CSP_LEVELS_AUTO || levels_in >= MP_CSP_LEVELS_COUNT) in mp_get_csp_matrix()
749 levels_in = MP_CSP_LEVELS_TV; in mp_get_csp_matrix()
766 levels_in = -1; in mp_get_csp_matrix()
776 levels_in = -1; in mp_get_csp_matrix()
792 levels_in = -1; in mp_get_csp_matrix()
820 switch (levels_in) { in mp_get_csp_matrix()
/dports/biology/ncbi-toolkit/ncbi/network/taxon1/taxon2/
H A Dtxclient.h181 Boolean wwwtax_getByName(CharPtr sname, int mode_in, int levels_in,
183 Boolean wwwtax_getById(Int4 tax_id, int mode_in, int levels_in,
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dcontour.py1109 levels_in = self.levels[inside]
1110 if len(levels_in) == 0: