Searched refs:vpx_img_read (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/examples/ |
D | twopass_encoder.c | 141 while (vpx_img_read(raw, infile)) { in pass0() 181 while (vpx_img_read(raw, infile)) { in pass1()
|
D | vp9_lossless_encoder.c | 126 while (vpx_img_read(&raw, infile)) { in main()
|
D | vp8cx_set_ref.c | 168 while (vpx_img_read(&raw, infile)) { in main()
|
D | simple_encoder.c | 235 while (vpx_img_read(&raw, infile)) { in main()
|
D | set_maps.c | 227 while (vpx_img_read(&raw, infile)) { in main()
|
D | vp9_spatial_svc_encoder.c | 690 vpx_img_read(&raw, infile); in main() 704 if (frame_cnt >= app_input.frames_to_code || !vpx_img_read(&raw, infile)) { in main()
|
D | vpx_temporal_svc_encoder.c | 740 frame_avail = vpx_img_read(&raw, infile); in main()
|
/external/libvpx/libvpx/ |
D | tools_common.h | 150 int vpx_img_read(vpx_image_t *img, FILE *file);
|
D | tools_common.c | 255 int vpx_img_read(vpx_image_t *img, FILE *file) { in vpx_img_read() function
|