Lines Matching defs:AvxInputContext
103 struct AvxInputContext { struct
104 const char *filename;
105 FILE *file;
106 int64_t length;
107 struct FileTypeDetectionBuffer detect;
108 enum VideoFileType file_type;
109 uint32_t width;
110 uint32_t height;
111 struct AvxRational pixel_aspect_ratio;
112 aom_img_fmt_t fmt;
113 aom_bit_depth_t bit_depth;
114 int only_i420;
115 uint32_t fourcc;
116 struct AvxRational framerate;
118 y4m_input y4m;
120 aom_color_range_t color_range;