Searched refs:intra_only (Results 1 – 14 of 14) sorted by relevance
48 context->desc.vp9.picture_parameter.pic_fields.intra_only = vp9->pic_fields.bits.intra_only; in vlVaHandlePictureParameterBufferVP9()216 bool intra_only, size_in_refs = false; in vlVaDecoderVP9BitstreamHeader() local218 intra_only = show_frame ? 0 : vp9_u(&vlc, 1); in vlVaDecoderVP9BitstreamHeader()223 if (intra_only) { in vlVaDecoderVP9BitstreamHeader()
253 uint32_t intra_only = 0; in Parse() local255 RETURN_FALSE_IF_ERROR(br.ReadBits(&intra_only, 1)); in Parse()259 if (intra_only) { in Parse()
146 uint8_t intra_only; member335 return cm->frame_type == KEY_FRAME || cm->intra_only; in frame_is_intra_only()
731 uint32_t intra_only:1; member
868 int intra_only, SUPERRES_MODE superres_mode, in get_active_cq_level() argument872 (void)intra_only; in get_active_cq_level()879 if (intra_only && rc->frames_to_key <= 1) { in get_active_cq_level()881 } else if (intra_only) { in get_active_cq_level()
237 const int intra_only = frame_params->frame_type == KEY_FRAME || in choose_primary_ref_frame() local239 if (intra_only || frame_params->error_resilient_mode || cpi->use_svc || in choose_primary_ref_frame()
290 (pbi->common.intra_only || pbi->common.frame_type == KEY_FRAME)) in check_resync()
1228 if (!cm->show_frame) vpx_wb_write_bit(wb, cm->intra_only); in write_uncompressed_header()1233 if (cm->intra_only) { in write_uncompressed_header()
789 FRAME_TYPE frame_type = cm->intra_only ? KEY_FRAME : cm->frame_type; in vp9_denoiser_update_ref_frame()
753 FRAME_TYPE frame_type = cm->intra_only ? KEY_FRAME : cm->frame_type; in vp9_rc_update_rate_correction_factors()835 FRAME_TYPE frame_type = cm->intra_only ? KEY_FRAME : cm->frame_type; in vp9_rc_regulate_q()2200 cm->intra_only = 1; in set_intra_only_frame()
5149 } else if (cm->intra_only) {5359 cpi->svc.previous_frame_is_intra_only = cm->intra_only;5612 if (!cm->intra_only) {7221 cm->intra_only = 0;7247 cm->intra_only = 0;
5689 } else if (cm->intra_only) { in source_var_based_partition_search_method()5996 cm->height == cm->last_height && !cm->intra_only && cm->last_show_frame; in encode_frame_internal()
2642 cm->last_intra_only = cm->intra_only; in read_uncompressed_header()2701 cm->intra_only = cm->show_frame ? 0 : vpx_rb_read_bit(rb); in read_uncompressed_header()2706 if (cm->intra_only) { in read_uncompressed_header()
419 result.frame_header_flags |= (pic->picture_parameter.pic_fields.intra_only in get_vp9_msg()