Home
last modified time | relevance | path

Searched refs:intra_only (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/frontends/va/
Dpicture_vp9.c48 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() local
218 intra_only = show_frame ? 0 : vp9_u(&vlc, 1); in vlVaDecoderVP9BitstreamHeader()
223 if (intra_only) { in vlVaDecoderVP9BitstreamHeader()
/external/webrtc/modules/video_coding/utility/
Dvp9_uncompressed_header_parser.cc253 uint32_t intra_only = 0; in Parse() local
255 RETURN_FALSE_IF_ERROR(br.ReadBits(&intra_only, 1)); in Parse()
259 if (intra_only) { in Parse()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h146 uint8_t intra_only; member
335 return cm->frame_type == KEY_FRAME || cm->intra_only; in frame_is_intra_only()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h731 uint32_t intra_only:1; member
/external/libaom/libaom/av1/encoder/
Dratectrl.c868 int intra_only, SUPERRES_MODE superres_mode, in get_active_cq_level() argument
872 (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()
Dencode_strategy.c237 const int intra_only = frame_params->frame_type == KEY_FRAME || in choose_primary_ref_frame() local
239 if (intra_only || frame_params->error_resilient_mode || cpi->use_svc || in choose_primary_ref_frame()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c290 (pbi->common.intra_only || pbi->common.frame_type == KEY_FRAME)) in check_resync()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1228 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()
Dvp9_denoiser.c789 FRAME_TYPE frame_type = cm->intra_only ? KEY_FRAME : cm->frame_type; in vp9_denoiser_update_ref_frame()
Dvp9_ratectrl.c753 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()
Dvp9_encoder.c5149 } 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;
Dvp9_encodeframe.c5689 } 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()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2642 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()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c419 result.frame_header_flags |= (pic->picture_parameter.pic_fields.intra_only in get_vp9_msg()