Home
last modified time | relevance | path

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

/external/libvpx/
Dvpxenc.c1340 size_t detect_bytes; in main() local
1358 detect_bytes = fread(detect.buf, 1, 4, infile); in main()
1361 if (detect_bytes == 4 && file_is_y4m(infile, &y4m, detect.buf)) in main()
1386 else if (detect_bytes == 4 && in main()