stat              982 libavcodec/ffv1enc.c     int stat[NB_Y_COEFF] = {0};
stat             1018 libavcodec/ffv1enc.c                     stat[i] += FFABS(bg + ((br*rct_y_coeff[i][0] + bb*rct_y_coeff[i][1])>>2));
stat             1034 libavcodec/ffv1enc.c         if (stat[i] < stat[best])
stat              154 libavformat/file.c     struct stat st;
stat              156 libavformat/file.c     ret = stat(filename, &st);
stat              213 libavformat/file.c     struct stat st;
stat              256 libavformat/file.c         struct stat st;
stat              308 libavformat/file.c         struct stat st;
stat              496 libavformat/img2dec.c         struct stat img_stat;
stat              497 libavformat/img2dec.c         if (stat(filename, &img_stat)) {
stat               99 libavformat/libsmbclient.c     struct stat st;
stat              263 libavformat/libsmbclient.c         struct stat st;
stat              294 libavformat/libsmbclient.c     struct stat st;
stat              162 libavformat/libssh.c     sftp_attributes stat;
stat              164 libavformat/libssh.c     if (!(stat = sftp_fstat(libssh->file))) {
stat              168 libavformat/libssh.c         libssh->filesize = stat->size;
stat              169 libavformat/libssh.c         sftp_attributes_free(stat);
stat              575 libavformat/mpegts.c     int stat[TS_MAX_PACKET_SIZE];
stat              580 libavformat/mpegts.c     memset(stat, 0, packet_size * sizeof(*stat));
stat              588 libavformat/mpegts.c                 stat[x]++;
stat              590 libavformat/mpegts.c                 if (stat[x] > best_score) {
stat              591 libavformat/mpegts.c                     best_score = stat[x];
stat               49 libavformat/os_support.h #  ifdef stat
stat              195 libavformat/os_support.h DEF_FS_FUNCTION2(stat, _wstati64, _stati64, struct stat*)
stat               58 libavutil/file.c     struct stat st;
stat               33 tools/cws2fws.c     struct stat statbuf;