stat             1042 libavcodec/ffv1enc.c     int stat[NB_Y_COEFF] = {0};
stat             1078 libavcodec/ffv1enc.c                     stat[i] += FFABS(bg + ((br*rct_y_coeff[i][0] + bb*rct_y_coeff[i][1])>>2));
stat             1094 libavcodec/ffv1enc.c         if (stat[i] < stat[best])
stat              122 libavformat/file.c     struct stat st;
stat              123 libavformat/file.c     ret = stat(filename, &st);
stat              141 libavformat/file.c     struct stat st;
stat              176 libavformat/file.c         struct stat st;
stat              447 libavformat/img2dec.c         struct stat img_stat;
stat              448 libavformat/img2dec.c         if (stat(filename, &img_stat))
stat               98 libavformat/libsmbclient.c     struct stat st;
stat              156 libavformat/libssh.c     sftp_attributes stat;
stat              158 libavformat/libssh.c     if (!(stat = sftp_fstat(libssh->file))) {
stat              162 libavformat/libssh.c         libssh->filesize = stat->size;
stat              163 libavformat/libssh.c         sftp_attributes_free(stat);
stat              524 libavformat/mpegts.c     int stat[TS_MAX_PACKET_SIZE];
stat              529 libavformat/mpegts.c     memset(stat, 0, packet_size * sizeof(*stat));
stat              535 libavformat/mpegts.c             stat[x]++;
stat              537 libavformat/mpegts.c             if (stat[x] > best_score) {
stat              538 libavformat/mpegts.c                 best_score = stat[x];
stat               49 libavformat/os_support.h #  ifdef stat
stat               54 libavutil/file.c     struct stat st;
stat               33 tools/cws2fws.c     struct stat statbuf;