Searched refs:is_kf (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx/
H A Dvpx_decoder.h92 unsigned int is_kf; /**< Current frame is a keyframe */ member in struct:vpx_codec_stream_info
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c174 si->is_kf = 0;
178 si->is_kf = 1;
344 if((res == VPX_CODEC_UNSUP_BITSTREAM) && !ctx->si.is_kf)
351 if(!ctx->decoder_init && !ctx->si.is_kf)
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c135 si->is_kf = 0;
168 si->is_kf = !vpx_rb_read_bit(&rb);
172 if (si->is_kf) {
434 if (!ctx->si.is_kf && !is_intra_only)

Completed in 82 milliseconds