Searched refs:FRAMEFLAGS_KEY (Results 1 – 3 of 3) sorted by relevance
64 FRAMEFLAGS_KEY = 1, enumerator
711 lib_flags = (flags & VPX_EFLAG_FORCE_KF) ? FRAMEFLAGS_KEY : 0; in vp8e_encode()759 if (lib_flags & FRAMEFLAGS_KEY) in vp8e_encode()989 ctx->next_frame_flag |= FRAMEFLAGS_KEY; in vp8e_set_scalemode()
3005 else if (cm->frame_flags & FRAMEFLAGS_KEY) in pick_frame_size()3509 (cm->frame_flags & FRAMEFLAGS_KEY) || in encode_frame_to_data_rate()4552 *frame_flags = cm->frame_flags | FRAMEFLAGS_KEY; in encode_frame_to_data_rate()4561 *frame_flags = cm->frame_flags&~FRAMEFLAGS_KEY; in encode_frame_to_data_rate()