Searched defs:ye (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
H A Dtiocl.h17 unsigned short ye; /* Y end */ member in struct:tiocl_selection
/external/libvpx/vp8/encoder/
H A Donyx_if.c5115 double ye,ue,ve; local
5125 ye = calc_plane_error(orig->y_buffer, orig->y_stride,
5137 sq_error = ye + ue + ve;
5141 cpi->total_y += vp8_mse2psnr(y_samples, 255.0, ye);
5153 ye = calc_plane_error(orig->y_buffer, orig->y_stride,
5165 sq_error = ye + ue + ve;
5169 cpi->totalp_y += vp8_mse2psnr(y_samples, 255.0, ye);
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp993 int x, dx, ye;
1067 edge[0].ye = edge[1].ye = y = ymin;
1079 if( y >= edge[i].ye )
1082 int xs = 0, xe, ye, ty = 0; local
1095 ye = ty;
1100 if( y >= ye )
1103 edge[i].ye = ye;
1104 edge[i].dx = ((xe - xs)*2 + (ye
[all...]

Completed in 154 milliseconds