fold               90 libavcodec/ffv1dec.c     ret = fold(v + state->bias, bits);
fold              239 libavcodec/ffv1enc.c     v = fold(v - state->bias, bits);
fold              312 libavcodec/ffv1enc.c         diff = fold(diff, bits);