Searched refs:aom_img_read (Results 1 – 10 of 10) sorted by relevance
/external/libaom/examples/ |
D | lightfield_encoder.c | 177 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()
|
D | scalable_encoder.c | 223 while (aom_img_read(&raw0, infile0)) { in main() 259 aom_img_read(&raw1, infile1); in main()
|
D | twopass_encoder.c | 132 while (aom_img_read(raw, infile) && frame_count < limit) { in pass0() 169 while (aom_img_read(raw, infile) && frame_count < limit) { in pass1()
|
D | lossless_encoder.c | 119 while (aom_img_read(&raw, infile)) { in main()
|
D | noise_model.c | 357 while (aom_img_read(&raw, infile)) { in main() 359 if (!aom_img_read(&denoised, denoised_file)) { in main()
|
D | simple_encoder.c | 237 while (aom_img_read(&raw, infile)) { in main()
|
D | set_maps.c | 193 while (aom_img_read(&raw, infile) && frame_count < limit) { in main()
|
D | aom_cx_set_ref.c | 313 while (aom_img_read(&raw, infile)) { in main()
|
/external/libaom/common/ |
D | tools_common.h | 180 bool aom_img_read(aom_image_t *img, FILE *file);
|
D | tools_common.c | 255 bool aom_img_read(aom_image_t *img, FILE *file) { in aom_img_read() function
|