Home
last modified time | relevance | path

Searched refs:gref (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_libvmaf.c52 AVFrame *gref; member
106 int ref_stride = s->gref->linesize[0]; \
109 const type *ref_ptr = (const type *) s->gref->data[0]; \
141 av_frame_unref(s->gref); \
221 av_frame_ref(s->gref, ref); in do_vmaf()
236 s->gref = av_frame_alloc(); in init()
238 if (!s->gref || !s->gmain) in init()
340 av_frame_free(&s->gref); in uninit()
/third_party/ntfs-3g/src/
Dlowntfs-3g.c2801 u64 gref; in ntfs_fuse_rm() local
2823 gref = ntfs_inode_lookup_by_mbsname(dir_ni, ghostname); in ntfs_fuse_rm()
2824 if (gref != (u64)-1) { in ntfs_fuse_rm()
2825 gni = ntfs_inode_open(ctx->vol, MREF(gref)); in ntfs_fuse_rm()