Searched refs:keyframe (Results 1 – 6 of 6) sorted by relevance
81 const int keyframe = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) != 0; in encode_frame() local89 printf(keyframe ? "K" : "."); in encode_frame()
135 const int keyframe = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) != 0; in encode_frame() local143 printf(keyframe ? "K" : "."); in encode_frame()
110 const int keyframe = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) != 0; in encode_frame() local116 printf(keyframe ? "K" : "."); in encode_frame()
140 const int keyframe = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) != 0; in encode_frame() local148 printf(keyframe ? "K" : "."); in encode_frame()
128 Also, the vpxenc application will now use a keyframe interval of154 Improved keyframe sizing with multiple temporal layers195 scalability case and in some forced keyframe scenarios.309 Limit size of initial keyframe in one-pass.394 Fix counter of fixed keyframe distance
1260 const int keyframe = cm->frame_type == KEY_FRAME; in vp9_decode_frame() local1272 if (!pbi->decoded_key_frame && !keyframe) in vp9_decode_frame()1321 if (keyframe && !new_fb->corrupted) in vp9_decode_frame()