Searched refs:y0 (Results 1 – 4 of 4) sorted by relevance
320 int y0, u, v, r, g, b; in ProcessImage() local339 y0 = in[yPos]; in ProcessImage()343 r = RANGE_LIMIT(y0 + v + ((v * 103) >> 8)); // 103,8:display range in ProcessImage()344 g = RANGE_LIMIT(y0 - ((u * 88) >> 8) - ((v * 183) >> 8)); // 88,8,183:display range in ProcessImage()345 b = RANGE_LIMIT(y0 + u + ((u * 198) >> 8)); // 198,8:display range in ProcessImage()
38 @State y0 : number = 0
2285 double resultValue = y0(param); in Y0()
10704 * @tc.desc : test y010711 let result: number = math.y0(param);