Home
last modified time | relevance | path

Searched refs:is_intra_only (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c98 int *is_intra_only, vpx_decrypt_cb decrypt_cb, void *decrypt_state) { in decoder_peek_si_internal() argument
170 if (is_intra_only != NULL) *is_intra_only = intra_only_flag; in decoder_peek_si_internal()
303 int is_intra_only = 0; in decode_one() local
305 decoder_peek_si_internal(*data, data_sz, &ctx->si, &is_intra_only, in decode_one()
309 if (!ctx->si.is_kf && !is_intra_only) return VPX_CODEC_ERROR; in decode_one()
/external/libaom/libaom/av1/
Dav1_dx_iface.c250 int *is_intra_only) { in decoder_peek_si_internal() argument
343 if (is_intra_only != NULL) *is_intra_only = intra_only_flag; in decoder_peek_si_internal()
495 int is_intra_only = 0; in decode_one() local
498 decoder_peek_si_internal(*data, data_sz, &ctx->si, &is_intra_only); in decode_one()
501 if (!ctx->si.is_kf && !is_intra_only) return AOM_CODEC_ERROR; in decode_one()
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c1565 const int is_intra_only = frame_params->frame_type == KEY_FRAME || in define_gf_group() local
1567 const int arf_active_or_kf = is_intra_only || rc->source_alt_ref_active; in define_gf_group()
1573 if (!is_intra_only) { in define_gf_group()