HomeSort by relevance Sort by last modified time
    Searched refs:y4m_input (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/
y4minput.h 20 typedef struct y4m_input y4m_input; typedef in typeref:struct:y4m_input
25 typedef void (*y4m_convert_func)(y4m_input *_y4m,
30 struct y4m_input { struct
58 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip,
60 void y4m_input_close(y4m_input *_y4m);
61 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
y4minput.c 17 static int y4m_parse_tags(y4m_input *_y4m, char *_tags) {
180 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst,
242 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst,
396 static void y4m_convert_422jpeg_420jpeg(y4m_input *_y4m, unsigned char *_dst,
461 static void y4m_convert_422_420jpeg(y4m_input *_y4m, unsigned char *_dst,
533 static void y4m_convert_411_420jpeg(y4m_input *_y4m, unsigned char *_dst,
596 static void y4m_convert_444_420jpeg(y4m_input *_y4m, unsigned char *_dst,
648 static void y4m_convert_mono_420jpeg(y4m_input *_y4m, unsigned char *_dst,
658 static void y4m_convert_null(y4m_input *_y4m, unsigned char *_dst,
662 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip
    [all...]
vpxenc.c 138 y4m_input y4m;
152 y4m_input *y4m = &input->y4m;
217 y4m_input *y4m,
    [all...]

Completed in 43 milliseconds