Home
last modified time | relevance | path

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

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