Home
last modified time | relevance | path

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

/external/libaom/examples/
Dlightfield_encoder.c177 aom_img_read(raw, infile); in pass0()
208 aom_img_read(raw, infile); in pass0()
331 aom_img_read(raw, infile); in pass1()
393 aom_img_read(raw, infile); in pass1()
Dscalable_encoder.c223 while (aom_img_read(&raw0, infile0)) { in main()
259 aom_img_read(&raw1, infile1); in main()
Dtwopass_encoder.c132 while (aom_img_read(raw, infile) && frame_count < limit) { in pass0()
169 while (aom_img_read(raw, infile) && frame_count < limit) { in pass1()
Dlossless_encoder.c119 while (aom_img_read(&raw, infile)) { in main()
Dnoise_model.c357 while (aom_img_read(&raw, infile)) { in main()
359 if (!aom_img_read(&denoised, denoised_file)) { in main()
Dsimple_encoder.c237 while (aom_img_read(&raw, infile)) { in main()
Dset_maps.c193 while (aom_img_read(&raw, infile) && frame_count < limit) { in main()
Daom_cx_set_ref.c313 while (aom_img_read(&raw, infile)) { in main()
/external/libaom/common/
Dtools_common.h180 bool aom_img_read(aom_image_t *img, FILE *file);
Dtools_common.c255 bool aom_img_read(aom_image_t *img, FILE *file) { in aom_img_read() function