Home
last modified time | relevance | path

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

/external/libaom/av1/qmode_rc/
Dducky_encode.cc148 static bool FileIsY4m(const char detect[4]) { in FileIsY4m() function
164 if (input->detect.buf_read == 4 && FileIsY4m(input->detect.buf)) { in OpenInputFile()