Home | History | Annotate | Download | only in yuv420sp2rgb

Lines Matching refs:rotate

36     int rotate;
56 int rotate,
68 ctx.rotate = rotate;
140 switch(ctx->rotate) {
154 FAILIF(1, "Unexpected roation value %d!\n", ctx->rotate);
197 int rotate)
210 if (rotate & 1)
263 gray, rotate,
273 int height, width, gray, rotate;
284 &rotate,
300 FAILIF(rotate % 90, "Rotation angle must be a multiple of 90 degrees!\n");
302 rotate /= 90;
303 rotate %= 4;
304 if (rotate < 0) rotate += 4;
319 INFO("rotation: %d\n", rotate);
335 rotate);