Home
last modified time | relevance | path

Searched refs:vpx_img_read (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/examples/
Dtwopass_encoder.c141 while (vpx_img_read(raw, infile)) { in pass0()
181 while (vpx_img_read(raw, infile)) { in pass1()
Dvp9_lossless_encoder.c126 while (vpx_img_read(&raw, infile)) { in main()
Dvp8cx_set_ref.c168 while (vpx_img_read(&raw, infile)) { in main()
Dsimple_encoder.c235 while (vpx_img_read(&raw, infile)) { in main()
Dset_maps.c227 while (vpx_img_read(&raw, infile)) { in main()
Dvp9_spatial_svc_encoder.c690 vpx_img_read(&raw, infile); in main()
704 if (frame_cnt >= app_input.frames_to_code || !vpx_img_read(&raw, infile)) { in main()
Dvpx_temporal_svc_encoder.c740 frame_avail = vpx_img_read(&raw, infile); in main()
/external/libvpx/libvpx/
Dtools_common.h150 int vpx_img_read(vpx_image_t *img, FILE *file);
Dtools_common.c255 int vpx_img_read(vpx_image_t *img, FILE *file) { in vpx_img_read() function