Home
last modified time | relevance | path

Searched refs:FRAMEFLAGS_KEY (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Donyx.h53 FRAMEFLAGS_KEY = 1, enumerator
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c852 lib_flags = (flags & VPX_EFLAG_FORCE_KF) ? FRAMEFLAGS_KEY : 0; in vp8e_encode()
906 if (lib_flags & FRAMEFLAGS_KEY) { in vp8e_encode()
1138 ctx->next_frame_flag |= FRAMEFLAGS_KEY; in vp8e_set_scalemode()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h111 FRAMEFLAGS_KEY = 1 << 0, enumerator
Dvp9_ratectrl.c1523 (cm->current_video_frame == 0 || (cpi->frame_flags & FRAMEFLAGS_KEY) || in vp9_rc_get_one_pass_vbr_params()
1671 if ((cm->current_video_frame == 0) || (cpi->frame_flags & FRAMEFLAGS_KEY) || in vp9_rc_get_svc_params()
1730 if ((cm->current_video_frame == 0 || (cpi->frame_flags & FRAMEFLAGS_KEY) || in vp9_rc_get_one_pass_cbr_params()
Dvp9_firstpass.c481 (cm->current_video_frame == 0 || (cpi->frame_flags & FRAMEFLAGS_KEY))) { in set_first_pass_params()
3153 if (rc->frames_to_key == 0 || (cpi->frame_flags & FRAMEFLAGS_KEY)) { in vp9_rc_get_second_pass_params()
Dvp9_encoder.c4539 *frame_flags = cpi->frame_flags | FRAMEFLAGS_KEY;
4541 *frame_flags = cpi->frame_flags & ~FRAMEFLAGS_KEY;
5174 *frame_flags = (source->flags & VPX_EFLAG_FORCE_KF) ? FRAMEFLAGS_KEY : 0;
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c324 int Q = (cpi->common.frame_flags & FRAMEFLAGS_KEY) ? cpi->avg_frame_qindex in calc_iframe_target_size()
Donyx_if.c3341 if ((cm->current_video_frame == 0) || (cm->frame_flags & FRAMEFLAGS_KEY) || in encode_frame_to_data_rate()
4744 *frame_flags = cm->frame_flags | FRAMEFLAGS_KEY; in encode_frame_to_data_rate()
4751 *frame_flags = cm->frame_flags & ~FRAMEFLAGS_KEY; in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1047 if (lib_flags & FRAMEFLAGS_KEY || in get_frame_pkt_flags()