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

  /external/libvpx/vp8/encoder/
ratectrl.c 233 cc->frames_till_gf_update_due = cpi->frames_till_gf_update_due;
271 cpi->frames_till_gf_update_due = cc->frames_till_gf_update_due;
321 //cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL;
322 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval;
324 cpi->frames_till_gf_update_due = cpi->goldfreq;
377 if ( cpi->oxcf.play_alternate && ( (cpi->last_boost/2) > (100+(AF_THRESH*cpi->frames_till_gf_update_due)) ) )
521 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval;
525 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval
    [all...]
onyx_int.h 60 int frames_till_gf_update_due; member in struct:__anon5288
353 int frames_till_gf_update_due; // Count down till next GF member in struct:__anon5299
onyx_if.c     [all...]
firstpass.c     [all...]

Completed in 14 milliseconds