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

  /external/libvpx/vp8/common/
blockd.h 276 unsigned int frames_since_golden; member in struct:__anon5217
onyxc_int.h 134 unsigned int frames_since_golden; member in struct:VP8Common
  /external/libvpx/vp8/encoder/
ratectrl.c 234 cc->frames_since_golden = cpi->common.frames_since_golden;
272 cpi->common.frames_since_golden = cc->frames_since_golden;
809 if (cpi->common.frames_since_golden == (cpi->current_gf_interval >> 1))
    [all...]
ethreading.c 319 zd->frames_since_golden = xd->frames_since_golden;
377 mbd->frames_since_golden = cm->frames_since_golden;
onyx_int.h 58 unsigned int frames_since_golden; member in struct:__anon5288
onyx_if.c     [all...]
encodeframe.c 606 xd->frames_since_golden = cm->frames_since_golden;
900 if ((cm->frames_since_golden > 0) || cpi->source_alt_ref_active)
    [all...]
firstpass.c     [all...]
  /external/libvpx/vp8/decoder/
threading.c 59 mbd->frames_since_golden = pc->frames_since_golden;
111 //mbd->frames_since_golden = pc->frames_since_golden;

Completed in 27 milliseconds