Home
last modified time | relevance | path

Searched refs:y_coef (Results 1 – 4 of 4) sorted by relevance

/dports/net/sqtop/sqtop-2015-02-08/src/
H A Dncui.cpp99 y_coef = 0; in ncui()
478 if (((to_print[selected_index].y) < (y_coef + offset)) && (increment < 0)) { in Print()
480 y_coef = to_print[selected_index].y - offset; in Print()
481 …(to_print[selected_index].y + to_print[selected_index].coef) > (max_y + y_coef - 2)) && (incremen… in Print()
484 y_coef = to_print[selected_index].y + to_print[selected_index].coef - max_y + 2; in Print()
487 y_coef = 0; in Print()
491 if (to_print[start].y > y_coef+offset-1) break; in Print()
502 y = fline.y - y_coef; in Print()
H A Dncui.hpp107 unsigned int y_coef; member in sqtop::ncui
/dports/multimedia/vapoursynth-l-smash-works/L-SMASH-Works-0.0-940-g198cc78/AviUtl/
H A Dcolorspace.c93 static const uint32_t y_coef [2] = { 1197, 4770 }; in convert_yuv16le_to_yc48() local
97 …uint16_t y = (((int32_t)((p_dst[0][0] | (p_dst[0][1] << 8)) * y_coef[full_range])) >> y_shift[ful… in convert_yuv16le_to_yc48()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimgproc.c6037 double x_coef, y_coef; member