Home | History | Annotate | Download | only in libvpx

Lines Matching refs:IVF_FILE_HDR_SZ

359 #define IVF_FILE_HDR_SZ (32)
366 char raw_hdr[IVF_FILE_HDR_SZ];
375 if (fread(raw_hdr + 4, 1, IVF_FILE_HDR_SZ - 4, infile)
376 == IVF_FILE_HDR_SZ - 4)