Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h146 uint8_t intra_only; member
315 return cm->frame_type == KEY_FRAME || cm->intra_only; in frame_is_intra_only()
/external/libaom/libaom/av1/encoder/
Dencode_strategy.c325 const int intra_only = frame_params->frame_type == KEY_FRAME || in get_current_frame_ref_type() local
327 if (intra_only || frame_params->error_resilient_mode || in get_current_frame_ref_type()
348 const int intra_only = frame_params->frame_type == KEY_FRAME || in choose_primary_ref_frame() local
350 if (intra_only || frame_params->error_resilient_mode || in choose_primary_ref_frame()
Dratectrl.c815 int intra_only, int superres_denom) { in get_active_cq_level() argument
818 (void)intra_only; in get_active_cq_level()
824 !(intra_only && rc->frames_to_key <= 1)) { in get_active_cq_level()
/external/v4l2_codec2/vda/
Dvp9_uncompressed_header_parser.cc969 fhdr->intra_only = reader_.ReadBool(); in Parse()
974 if (fhdr->intra_only) { in Parse()
Dvp9_parser.h221 bool intra_only; member
Dvp9_parser.cc161 return !show_existing_frame && (frame_type == KEYFRAME || intra_only); in IsIntra()
/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.c1223 if (!cm->show_frame) vpx_wb_write_bit(wb, cm->intra_only); in write_uncompressed_header()
1228 if (cm->intra_only) { in write_uncompressed_header()
Dvp9_denoiser.c790 FRAME_TYPE frame_type = cm->intra_only ? KEY_FRAME : cm->frame_type; in vp9_denoiser_update_ref_frame()
Dvp9_ratectrl.c742 FRAME_TYPE frame_type = cm->intra_only ? KEY_FRAME : cm->frame_type; in vp9_rc_update_rate_correction_factors()
824 FRAME_TYPE frame_type = cm->intra_only ? KEY_FRAME : cm->frame_type; in vp9_rc_regulate_q()
2125 cm->intra_only = 1; in set_intra_only_frame()
Dvp9_encoder.c4754 } else if (cm->intra_only) {
4951 cpi->svc.previous_frame_is_intra_only = cm->intra_only;
5255 if (!cm->intra_only) {
6607 cm->intra_only = 0;
6633 cm->intra_only = 0;
Dvp9_encodeframe.c5506 } else if (cm->intra_only) { in source_var_based_partition_search_method()
5710 cm->height == cm->last_height && !cm->intra_only && cm->last_show_frame; in encode_frame_internal()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2188 cm->last_intra_only = cm->intra_only; in read_uncompressed_header()
2247 cm->intra_only = cm->show_frame ? 0 : vpx_rb_read_bit(rb); in read_uncompressed_header()
2252 if (cm->intra_only) { in read_uncompressed_header()