Home
last modified time | relevance | path

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

/external/libvpx/
Dy4minput.h20 typedef struct y4m_input y4m_input; typedef
30 struct y4m_input{ struct
31 int pic_w;
32 int pic_h;
56 int y4m_input_open(y4m_input *_y4m,FILE *_fin,char *_skip,int _nskip); argument