Searched refs:is_kf (Results 1 – 5 of 5) sorted by relevance
151 si->is_kf = 0; in vp8_peek_si_internal()154 si->is_kf = 1; in vp8_peek_si_internal()297 if ((res == VPX_CODEC_UNSUP_BITSTREAM) && !ctx->si.is_kf) { in vp8_decode()303 if (!ctx->decoder_init && !ctx->si.is_kf) res = VPX_CODEC_UNSUP_BITSTREAM; in vp8_decode()
104 si->is_kf = 0; in decoder_peek_si_internal()141 si->is_kf = !vpx_rb_read_bit(&rb); in decoder_peek_si_internal()145 if (si->is_kf) { in decoder_peek_si_internal()309 if (!ctx->si.is_kf && !is_intra_only) return VPX_CODEC_ERROR; in decode_one()
93 unsigned int is_kf; /**< Current frame is a keyframe */ member
79 unsigned int is_kf; /**< Current frame is a keyframe */ member
270 si->is_kf = 0; // is_kf indicates whether the current packet contains a RAP in decoder_peek_si_internal()351 if (got_sequence_header && found_keyframe) si->is_kf = 1; in decoder_peek_si_internal()539 if (!ctx->si.is_kf && !is_intra_only) return AOM_CODEC_ERROR; in decode_one()