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

  /external/libvpx/libvpx/vp8/common/
onyx.h 53 FRAMEFLAGS_KEY = 1,
  /external/libaom/libaom/av1/encoder/
encode_strategy.c 627 (cpi->rc.frames_to_key == 0) || (frame_flags & FRAMEFLAGS_KEY);
638 *frame_flags &= ~FRAMEFLAGS_KEY;
661 *frame_flags |= FRAMEFLAGS_KEY;
663 *frame_flags &= ~FRAMEFLAGS_KEY;
    [all...]
encoder.h 94 FRAMEFLAGS_KEY = 1 << 0,
    [all...]
ratectrl.c     [all...]
pass2_strategy.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 872 lib_flags = (flags & VPX_EFLAG_FORCE_KF) ? FRAMEFLAGS_KEY : 0;
931 if (lib_flags & FRAMEFLAGS_KEY) {
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 324 int Q = (cpi->common.frame_flags & FRAMEFLAGS_KEY) ? cpi->avg_frame_qindex
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 111 FRAMEFLAGS_KEY = 1 << 0,
vp9_ratectrl.c     [all...]
vp9_firstpass.c 477 (cm->current_video_frame == 0 || (cpi->frame_flags & FRAMEFLAGS_KEY))) {
    [all...]
vp9_encoder.c     [all...]
  /external/libaom/libaom/av1/
av1_cx_iface.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 431 milliseconds