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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h153 int auto_key; /* automatically detect cut scenes */ member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h142 int auto_key; /* automatically detect cut scenes */ member in struct:__anon24854
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h133 int auto_key; // autodetect cut scenes and set the keyframes member in struct:VP9EncoderConfig
H A Dvp9_ratectrl.c1273 // TODO(yaowu): replace the "auto_key && 0" below with proper decision logic.
1278 (cpi->oxcf.auto_key && 0))) {
1368 (cpi->oxcf.auto_key && (rc->frames_since_key %
1410 // TODO(yaowu): replace the "auto_key && 0" below with proper decision logic.
1414 (cpi->oxcf.auto_key && 0))) {
H A Dvp9_firstpass.c1926 if (cpi->oxcf.auto_key && twopass->stats_in < twopass->stats_in_end) {
1969 if (cpi->oxcf.auto_key &&
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h204 int auto_key; // autodetect cut scenes and set the keyframes member in struct:VP9_CONFIG
H A Dvp9_ratectrl.c1201 (cpi->oxcf.auto_key && test_for_kf_one_pass(cpi)))) {
1284 (cpi->oxcf.auto_key && (rc->frames_since_key %
1309 (cpi->oxcf.auto_key && test_for_kf_one_pass(cpi)))) {
H A Dvp9_firstpass.c1945 if (cpi->oxcf.auto_key &&
1987 if (cpi->oxcf.auto_key &&
/external/chromium_org/third_party/libvpx/source/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.c3567 (cpi->oxcf.auto_key && (cpi->frames_since_key % cpi->key_frame_frequency == 0)))
4233 if (cpi->pass != 2 && cpi->oxcf.auto_key && cm->frame_type != KEY_FRAME
/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.c3420 (cpi->oxcf.auto_key && (cpi->frames_since_key % cpi->key_frame_frequency == 0)))
4038 if (cpi->pass != 2 && cpi->oxcf.auto_key && cm->frame_type != KEY_FRAME
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c353 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO
407 printf("auto_key: %d\n", oxcf->auto_key);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c386 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO &&
456 printf("auto_key: %d\n", oxcf->auto_key);
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c363 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO
417 printf("auto_key: %d\n", oxcf->auto_key);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c345 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO &&
402 printf("auto_key: %d\n", oxcf->auto_key);

Completed in 2436 milliseconds