Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c888 FILE *recon_file; in vp8_first_pass() local
892 recon_file = fopen(filename, "wb"); in vp8_first_pass()
894 recon_file = fopen(filename, "ab"); in vp8_first_pass()
897 recon_file); in vp8_first_pass()
898 fclose(recon_file); in vp8_first_pass()
Donyx_if.c5182 FILE *recon_file; in encode_frame_to_data_rate()
5184 recon_file = fopen(filename, "wb"); in encode_frame_to_data_rate()
5186 cm->yv12_fb[cm->lst_fb_idx].frame_size, 1, recon_file); in encode_frame_to_data_rate()
5187 fclose(recon_file); in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1137 FILE *recon_file; in vp9_first_pass() local
1142 recon_file = fopen(filename, "wb"); in vp9_first_pass()
1144 recon_file = fopen(filename, "ab"); in vp9_first_pass()
1146 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file); in vp9_first_pass()
1147 fclose(recon_file); in vp9_first_pass()