OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recon_file
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
887
FILE *
recon_file
;
local
892
recon_file
= fopen(filename, "wb");
894
recon_file
= fopen(filename, "ab");
896
(void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1,
recon_file
);
897
fclose(
recon_file
);
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
887
FILE *
recon_file
;
local
891
recon_file
= fopen(filename, "wb");
[
all
...]
Completed in 76 milliseconds