Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h61 FRAMEFLAGS_KEY = 1, enumerator
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c918 lib_flags = (flags & VPX_EFLAG_FORCE_KF) ? FRAMEFLAGS_KEY : 0; in vp8e_encode()
979 if (lib_flags & FRAMEFLAGS_KEY) in vp8e_encode()
1264 ctx->next_frame_flag |= FRAMEFLAGS_KEY; in vp8e_set_scalemode()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h104 FRAMEFLAGS_KEY = 1 << 0, enumerator
Dvp9_ratectrl.c1431 (cpi->frame_flags & FRAMEFLAGS_KEY) || in vp9_rc_get_one_pass_vbr_params()
1564 (cpi->frame_flags & FRAMEFLAGS_KEY) || in vp9_rc_get_svc_params()
1624 (cpi->frame_flags & FRAMEFLAGS_KEY) || in vp9_rc_get_one_pass_cbr_params()
Dvp9_firstpass.c484 (cpi->frame_flags & FRAMEFLAGS_KEY))) { in set_first_pass_params()
2680 if (rc->frames_to_key == 0 || (cpi->frame_flags & FRAMEFLAGS_KEY)) { in vp9_rc_get_second_pass_params()
Dvp9_encoder.c3918 *frame_flags = cpi->frame_flags | FRAMEFLAGS_KEY;
3920 *frame_flags = cpi->frame_flags & ~FRAMEFLAGS_KEY;
4307 *frame_flags = (source->flags & VPX_EFLAG_FORCE_KF) ? FRAMEFLAGS_KEY : 0;
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c378 int Q = (cpi->common.frame_flags & FRAMEFLAGS_KEY) in calc_iframe_target_size()
Donyx_if.c3670 (cm->frame_flags & FRAMEFLAGS_KEY) || in encode_frame_to_data_rate()
5143 *frame_flags = cm->frame_flags | FRAMEFLAGS_KEY; in encode_frame_to_data_rate()
5152 *frame_flags = cm->frame_flags&~FRAMEFLAGS_KEY; in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c952 if (lib_flags & FRAMEFLAGS_KEY || in get_frame_pkt_flags()