Lines Matching defs:cv
247 int sv, cv;
252 cv = av_costbl_1_sf[idx & 0xf];
253 cv = (cv ^ sign) - sign;
264 idx = (int)(((int64_t)cv * ct - (int64_t)sv * st + 0x20000000) >> 30);
266 sv = (int)(((int64_t)cv * st + (int64_t)sv * ct + 0x20000000) >> 30);
268 cv = idx;
274 idx = (int)(((int64_t)cv * ct - (int64_t)sv * st + 0x20000000) >> 30);
276 sv = (int)(((int64_t)cv * st + (int64_t)sv * ct + 0x20000000) >> 30);
277 cv = idx;
288 *c = (int)(((int64_t)cv * ct - (int64_t)sv * st + 0x20000000) >> 30);
290 *s = (int)(((int64_t)cv * st + (int64_t)sv * ct + 0x20000000) >> 30);