Searched refs:y4m_input (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/ |
D | y4minput.h | 24 typedef struct y4m_input y4m_input; typedef 27 typedef void (*y4m_convert_func)(y4m_input *_y4m, unsigned char *_dst, 30 struct y4m_input { struct 59 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, argument 61 void y4m_input_close(y4m_input *_y4m); 62 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
|
D | y4minput.c | 53 static int y4m_parse_tags(y4m_input *_y4m, char *_tags) { in y4m_parse_tags() 228 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_42xmpeg2_42xjpeg() 290 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_42xpaldv_42xjpeg() 482 static void y4m_convert_422jpeg_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_422jpeg_420jpeg() 547 static void y4m_convert_422_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_422_420jpeg() 619 static void y4m_convert_411_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_411_420jpeg() 706 static void y4m_convert_444_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_444_420jpeg() 769 static void y4m_convert_mono_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_mono_420jpeg() 780 static void y4m_convert_null(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_null() 787 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, in y4m_input_open() [all …]
|
D | tools_common.h | 103 y4m_input y4m;
|
D | tools_common.c | 278 y4m_input *y4m = &input_ctx->y4m; in read_frame()
|
/external/libaom/libaom/common/ |
D | y4minput.h | 25 typedef struct y4m_input y4m_input; typedef 28 typedef void (*y4m_convert_func)(y4m_input *_y4m, unsigned char *_dst, 31 struct y4m_input { struct 66 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, 68 void y4m_input_close(y4m_input *_y4m); 69 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, aom_image_t *img);
|
D | y4minput.c | 55 static int y4m_parse_tags(y4m_input *_y4m, char *_tags) { in y4m_parse_tags() 225 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_42xmpeg2_42xjpeg() 287 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_42xpaldv_42xjpeg() 477 static void y4m_convert_422jpeg_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_422jpeg_420jpeg() 542 static void y4m_convert_422_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_422_420jpeg() 614 static void y4m_convert_411_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_411_420jpeg() 701 static void y4m_convert_444_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_444_420jpeg() 764 static void y4m_convert_mono_420jpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_mono_420jpeg() 775 static void y4m_convert_null(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_null() 782 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, in y4m_input_open() [all …]
|
D | tools_common.h | 117 y4m_input y4m;
|
/external/libvpx/libvpx/test/ |
D | y4m_video_source.h | 103 y4m_ = y4m_input(); in CloseSource() 118 y4m_input y4m_;
|
/external/libaom/libaom/test/ |
D | y4m_video_source.h | 105 y4m_ = y4m_input(); in CloseSource() 120 y4m_input y4m_;
|
/external/libvpx/libvpx/tools/ |
D | tiny_ssim.c | 98 y4m_input y4m;
|
/external/libaom/libaom/examples/ |
D | svc_encoder_rtc.c | 67 y4m_input *y4m = &input_ctx->y4m; in read_frame()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 100 y4m_input *y4m = &input_ctx->y4m; in read_frame()
|