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 235 cc->frames_till_gf_update_due = cpi->frames_till_gf_update_due;
273 cpi->frames_till_gf_update_due = cc->frames_till_gf_update_due;
323 //cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL;
324 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval;
326 cpi->frames_till_gf_update_due = cpi->goldfreq;
380 if ( cpi->oxcf.play_alternate && ( (cpi->last_boost/2) > (100+(AF_THRESH*cpi->frames_till_gf_update_due)) ) )
524 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval;
528 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval
    [all...]
onyx_int.h 64 int frames_till_gf_update_due; member in struct:__anon8483
367 int frames_till_gf_update_due; // Count down till next GF member in struct:__anon8495
onyx_if.c     [all...]
firstpass.c     [all...]

Completed in 29 milliseconds