Home
last modified time | relevance | path

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

/external/libvpx/libvpx/examples/
Dtwopass_encoder.c134 while (vpx_img_read(raw, infile)) { in pass0()
170 while (vpx_img_read(raw, infile)) { in pass1()
Dvp9_lossless_encoder.c119 while (vpx_img_read(&raw, infile)) { in main()
Dvp8cx_set_ref.c161 while (vpx_img_read(&raw, infile)) { in main()
Dsimple_encoder.c224 while (vpx_img_read(&raw, infile)) { in main()
Dset_maps.c215 while (vpx_img_read(&raw, infile)) { in main()
Dvp9_spatial_svc_encoder.c838 for (i = 0; i < app_input.frames_to_skip; ++i) vpx_img_read(&raw, infile); in main()
878 if (frame_cnt >= app_input.frames_to_code || !vpx_img_read(&raw, infile)) { in main()
Dvp9cx_set_ref.c389 while (vpx_img_read(&raw, infile)) { in main()
Dvpx_temporal_svc_encoder.c868 frame_avail = vpx_img_read(&raw, infile); in main()
/external/libvpx/libvpx/
Dtools_common.h153 int vpx_img_read(vpx_image_t *img, FILE *file);
Dtools_common.c237 int vpx_img_read(vpx_image_t *img, FILE *file) { in vpx_img_read() function