Home | History | Annotate | Download | only in main

Lines Matching defs:rotation

522 apply_rotation(int rotation,
527 if (rotation == 0)
530 rotation--;
532 t = result[rotation];
533 result[rotation] = result[3];
547 int rotation;
587 rotation = extract_bits(block, bit_offset, 2);
590 rotation = 0;
656 apply_rotation(rotation, result);
1227 write_bits(&writer, 2, 0); /* rotation 0 */