Home
last modified time | relevance | path

Searched refs:aom_img_read (Results 1 – 10 of 10) sorted by relevance

/external/libaom/libaom/examples/
Dlightfield_encoder.c175 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()
Dscalable_encoder.c224 while (aom_img_read(&raw0, infile0)) { in main()
260 aom_img_read(&raw1, infile1); in main()
Dtwopass_encoder.c130 while (aom_img_read(raw, infile) && frame_count < limit) { in pass0()
164 while (aom_img_read(raw, infile) && frame_count < limit) { in pass1()
Dlossless_encoder.c120 while (aom_img_read(&raw, infile)) { in main()
Dnoise_model.c354 while (aom_img_read(&raw, infile)) { in main()
356 if (!aom_img_read(&denoised, denoised_file)) { in main()
Dsimple_encoder.c227 while (aom_img_read(&raw, infile)) { in main()
Dset_maps.c182 while (aom_img_read(&raw, infile) && frame_count < limit) { in main()
Daom_cx_set_ref.c310 while (aom_img_read(&raw, infile)) { in main()
/external/libaom/libaom/common/
Dtools_common.h164 int aom_img_read(aom_image_t *img, FILE *file);
Dtools_common.c211 int aom_img_read(aom_image_t *img, FILE *file) { in aom_img_read() function