Searched refs:recon_file (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | firstpass.c | 846 FILE *recon_file; in av1_first_pass() local 851 recon_file = fopen(filename, "wb"); in av1_first_pass() 853 recon_file = fopen(filename, "ab"); in av1_first_pass() 855 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file); in av1_first_pass() 856 fclose(recon_file); in av1_first_pass()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 832 FILE *recon_file; in vp8_first_pass() local 836 recon_file = fopen(filename, "wb"); in vp8_first_pass() 838 recon_file = fopen(filename, "ab"); in vp8_first_pass() 841 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file); in vp8_first_pass() 842 fclose(recon_file); in vp8_first_pass()
|
D | onyx_if.c | 4737 FILE *recon_file; in encode_frame_to_data_rate() 4739 recon_file = fopen(filename, "wb"); in encode_frame_to_data_rate() 4741 cm->yv12_fb[cm->lst_fb_idx].frame_size, 1, recon_file); in encode_frame_to_data_rate() 4742 fclose(recon_file); in encode_frame_to_data_rate()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1468 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()
|