Searched refs:auto_key (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Donyx.h152 int auto_key; /* automatically detect cut scenes */ member in struct:__anon9465
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h149 int auto_key; // autodetect cut scenes and set the keyframes member in struct:VP9EncoderConfig
H A Dvp9_ratectrl.c1139 // TODO(yaowu): replace the "auto_key && 0" below with proper decision logic.
1144 (cpi->oxcf.auto_key && 0))) {
1234 (cpi->oxcf.auto_key && (rc->frames_since_key %
1276 // TODO(yaowu): replace the "auto_key && 0" below with proper decision logic.
1280 (cpi->oxcf.auto_key && 0))) {
H A Dvp9_firstpass.c1884 if (cpi->oxcf.auto_key &&
1926 if (cpi->oxcf.auto_key &&
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c1371 if (cpi->oxcf.auto_key && av_key_frame_frequency > key_freq)
H A Dfirstpass.c2781 if (cpi->oxcf.auto_key
2836 if (cpi->oxcf.auto_key
H A Donyx_if.c3460 (cpi->oxcf.auto_key && (cpi->frames_since_key % cpi->key_frame_frequency == 0)))
4084 if (cpi->pass != 2 && cpi->oxcf.auto_key && cm->frame_type != KEY_FRAME
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c364 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO
418 printf("auto_key: %d\n", oxcf->auto_key);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c384 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO &&
453 printf("auto_key: %d\n", oxcf->auto_key);

Completed in 147 milliseconds