HomeSort by relevance Sort by last modified time
    Searched refs:recon_file (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 832 FILE *recon_file; local
836 recon_file = fopen(filename, "wb");
838 recon_file = fopen(filename, "ab");
841 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file);
842 fclose(recon_file);
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 1537 FILE *recon_file; local
    [all...]

Completed in 78 milliseconds