Searched refs:Y4M (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/tools/
H A Dtiny_ssim.c119 typedef enum { RAW_YUV, Y4M } input_file_type; enumerator in enum:__anon11813
141 if (memcmp(y4m_buf, "YUV4", 4) == 0) input->type = Y4M;
143 case Y4M:
147 // Y4M alloc's its own buf. Init this to avoid problems if we never
164 if (in->type == Y4M) {
175 case Y4M:

Completed in 120 milliseconds