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

  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 461 int frames_after_arf; local
473 frames_after_arf = (int)(cpi->twopass.total_stats.count - this_frame - 1);
485 if (frames_fwd > frames_after_arf)
486 frames_fwd = frames_after_arf;
493 if (frames_fwd > frames_after_arf)
494 frames_fwd = frames_after_arf;
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 2018 int frames_after_arf; local
    [all...]

Completed in 37 milliseconds