Searched refs:aom_img_read (Results 1 – 10 of 10) sorted by relevance
/external/libaom/libaom/examples/ |
D | lightfield_encoder.c | 175 aom_img_read(raw, infile); in pass0() 206 aom_img_read(raw, infile); in pass0() 312 aom_img_read(raw, infile); in pass1() 374 aom_img_read(raw, infile); in pass1()
|
D | scalable_encoder.c | 224 while (aom_img_read(&raw0, infile0)) { in main() 260 aom_img_read(&raw1, infile1); in main()
|
D | twopass_encoder.c | 130 while (aom_img_read(raw, infile) && frame_count < limit) { in pass0() 164 while (aom_img_read(raw, infile) && frame_count < limit) { in pass1()
|
D | lossless_encoder.c | 120 while (aom_img_read(&raw, infile)) { in main()
|
D | noise_model.c | 354 while (aom_img_read(&raw, infile)) { in main() 356 if (!aom_img_read(&denoised, denoised_file)) { in main()
|
D | simple_encoder.c | 227 while (aom_img_read(&raw, infile)) { in main()
|
D | set_maps.c | 182 while (aom_img_read(&raw, infile) && frame_count < limit) { in main()
|
D | aom_cx_set_ref.c | 310 while (aom_img_read(&raw, infile)) { in main()
|
/external/libaom/libaom/common/ |
D | tools_common.h | 164 int aom_img_read(aom_image_t *img, FILE *file);
|
D | tools_common.c | 211 int aom_img_read(aom_image_t *img, FILE *file) { in aom_img_read() function
|