Searched refs:y_b (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | arc.c | 561 b_cos_eta_b, x_b, y_b, x_b_dot, y_b_dot, lx, ly; in arc_to_beziers() local 593 y_b = arc->cy + a_cos_eta_b * arc->sin_theta + in arc_to_beziers() 601 VGfloat x = x_b, y = y_b; in arc_to_beziers() 606 ly = y_b; in arc_to_beziers() 614 double yA = y_b; in arc_to_beziers() 627 y_b = arc->cy + a_cos_eta_b * arc->sin_theta + in arc_to_beziers() 637 (float) (x_b - alpha * x_b_dot), (float) (y_b - alpha * y_b_dot), in arc_to_beziers() 638 (float) x_b, (float) y_b); in arc_to_beziers() 650 ly = y_b; in arc_to_beziers()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.cpp | 644 #define y_b fix( 0.114, fixc ) macro 1767 int Y = descale( r*y_r + g*y_g + b*y_b, fixc - 2) - 128*4; in WriteImage()
|