Searched refs:recon_file (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c887 FILE *recon_file; local
891 recon_file = fopen(filename, "wb");
893 recon_file = fopen(filename, "ab");
896 recon_file);
897 fclose(recon_file);
H A Donyx_if.c4838 FILE *recon_file;
4840 recon_file = fopen(filename, "wb");
4842 cm->yv12_fb[cm->lst_fb_idx].frame_size, 1, recon_file);
4843 fclose(recon_file);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c914 FILE *recon_file; local
919 recon_file = fopen(filename, "wb");
921 recon_file = fopen(filename, "ab");
923 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file);
924 fclose(recon_file);

Completed in 109 milliseconds