Home
last modified time | relevance | path

Searched defs:y4m_input (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/
Dy4minput.h26 typedef struct y4m_input y4m_input; typedef
36 struct y4m_input { struct
37 int pic_w;
38 int pic_h;
39 int fps_n;
40 int fps_d;
41 int par_n;
65 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, argument