OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recon_file
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
887
FILE *
recon_file
;
local
891
recon_file
= fopen(filename, "wb");
[
all
...]
onyx_if.c
[
all
...]
/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
...]
Completed in 58 milliseconds