Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.c835 FILE *recon_file; in print_reconstruction_frame() local
839 recon_file = fopen(filename, "wb"); in print_reconstruction_frame()
841 recon_file = fopen(filename, "ab"); in print_reconstruction_frame()
844 fwrite(last_frame->buffer_alloc, last_frame->frame_size, 1, recon_file); in print_reconstruction_frame()
845 fclose(recon_file); in print_reconstruction_frame()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c827 FILE *recon_file; in vp8_first_pass() local
831 recon_file = fopen(filename, "wb"); in vp8_first_pass()
833 recon_file = fopen(filename, "ab"); in vp8_first_pass()
836 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file); in vp8_first_pass()
837 fclose(recon_file); in vp8_first_pass()
Donyx_if.c4755 FILE *recon_file; in encode_frame_to_data_rate()
4757 recon_file = fopen(filename, "wb"); in encode_frame_to_data_rate()
4759 cm->yv12_fb[cm->lst_fb_idx].frame_size, 1, recon_file); in encode_frame_to_data_rate()
4760 fclose(recon_file); in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1468 FILE *recon_file; in vp9_first_pass() local
1473 recon_file = fopen(filename, "wb"); in vp9_first_pass()
1475 recon_file = fopen(filename, "ab"); in vp9_first_pass()
1477 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file); in vp9_first_pass()
1478 fclose(recon_file); in vp9_first_pass()