Home
last modified time | relevance | path

Searched refs:alt_fb_idx (Results 1 – 19 of 19) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c70 svc->alt_fb_idx[sl] = 2; in vp9_init_layer_context()
455 int fb_idx[3] = { cpi->lst_fb_idx, cpi->gld_fb_idx, cpi->alt_fb_idx }; in reset_fb_idx_unused()
475 cpi->alt_fb_idx = first_fb_idx; in reset_fb_idx_unused()
579 cpi->alt_fb_idx = 0; in set_flags_and_fb_idx_for_temporal_mode3()
583 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id; in set_flags_and_fb_idx_for_temporal_mode3()
587 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id; in set_flags_and_fb_idx_for_temporal_mode3()
591 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id; in set_flags_and_fb_idx_for_temporal_mode3()
650 cpi->alt_fb_idx = 0; in set_flags_and_fb_idx_for_temporal_mode2()
654 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id; in set_flags_and_fb_idx_for_temporal_mode2()
706 cpi->alt_fb_idx = svc->alt_fb_idx[sl]; in set_flags_and_fb_idx_bypass_via_set_ref_frame_config()
[all …]
Dvp9_denoiser.h76 int refresh_last_frame, int alt_fb_idx, int gld_fb_idx, int lst_fb_idx,
93 int alt_fb_idx, int gld_fb_idx, int lst_fb_idx);
Dvp9_denoiser.c467 int refresh_last_frame, int alt_fb_idx, int gld_fb_idx, int lst_fb_idx, in vp9_denoiser_update_frame_info() argument
498 copy_frame(&denoiser->running_avg_y[alt_fb_idx + 1 + shift], in vp9_denoiser_update_frame_info()
511 swap_frame_buffer(&denoiser->running_avg_y[alt_fb_idx + 1 + shift], in vp9_denoiser_update_frame_info()
572 int alt_fb_idx, int gld_fb_idx, int lst_fb_idx) { in vp9_denoiser_realloc_svc() argument
589 alt_fb_idx + 1 + svc_buf_shift); in vp9_denoiser_realloc_svc()
727 cpi->alt_fb_idx = svc->buffer_gf_temporal_ref[index].idx; in force_refresh_longterm_ref()
809 cpi->refresh_last_frame, cpi->alt_fb_idx, in vp9_denoiser_update_ref_frame()
817 cpi->refresh_last_frame, cpi->alt_fb_idx, cpi->gld_fb_idx, in vp9_denoiser_update_ref_frame()
Dvp9_svc_layercontext.h105 int alt_fb_idx[VPX_MAX_LAYERS]; member
Dvp9_ratectrl.c2209 cpi->alt_fb_idx = 2; in set_intra_only_frame()
2215 cpi->alt_fb_idx = -1; in set_intra_only_frame()
2223 if (count == 3 && cpi->alt_fb_idx == -1) cpi->alt_fb_idx = i; in set_intra_only_frame()
2228 if (cpi->alt_fb_idx == -1) cpi->alt_fb_idx = cpi->lst_fb_idx; in set_intra_only_frame()
2295 cpi->alt_fb_idx = 6; in vp9_rc_get_svc_params()
2299 cpi->alt_fb_idx = 6; in vp9_rc_get_svc_params()
2305 cpi->alt_fb_idx = 6; in vp9_rc_get_svc_params()
2309 cpi->alt_fb_idx = 6; in vp9_rc_get_svc_params()
2313 cpi->alt_fb_idx = 7; in vp9_rc_get_svc_params()
2349 cpi->alt_fb_idx = svc->buffer_gf_temporal_ref[index].idx; in vp9_rc_get_svc_params()
Dvp9_encoder.h598 int alt_fb_idx; member
945 return cpi->alt_fb_idx; in get_ref_frame_map_idx()
Dvp9_bitstream.c915 (cpi->refresh_golden_frame << cpi->alt_fb_idx); in vp9_get_refresh_mask()
917 int arf_idx = cpi->alt_fb_idx; in vp9_get_refresh_mask()
922 if (arf_idx != cpi->alt_fb_idx && arf_idx != cpi->lst_fb_idx && in vp9_get_refresh_mask()
1215 vpx_wb_write_literal(wb, cpi->alt_fb_idx, 3); in write_uncompressed_header()
Dvp9_encoder.c1453 cpi->alt_fb_idx = cpi->ref_fb_idx[ALTREF_FRAME - 1]; in init_buffer_indices()
3195 int tmp = cpi->alt_fb_idx;
3196 cpi->alt_fb_idx = cpi->gld_fb_idx;
3200 cpi->lst_fb_idx = cpi->alt_fb_idx;
3201 cpi->alt_fb_idx =
3211 ref_cnt_fb(pool->frame_bufs, &cm->ref_frame_map[cpi->alt_fb_idx],
3224 ref_cnt_fb(pool->frame_bufs, &cm->ref_frame_map[cpi->alt_fb_idx],
3227 tmp = cpi->alt_fb_idx;
3228 cpi->alt_fb_idx = cpi->gld_fb_idx;
3235 stack_push(gf_group->arf_index_stack, cpi->alt_fb_idx,
[all …]
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c134 ref_fb_idx = cm->alt_fb_idx; in vp8dx_get_reference()
165 ref_fb_ptr = &cm->alt_fb_idx; in vp8dx_set_reference()
232 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb); in swap_frame_buffers()
241 new_fb = cm->alt_fb_idx; in swap_frame_buffers()
254 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx); in swap_frame_buffers()
320 pbi->dec_fb_ref[ALTREF_FRAME] = &cm->yv12_fb[cm->alt_fb_idx]; in vp8dx_receive_compressed_data()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c633 ref_frame_config->alt_fb_idx[sl] = 0; in set_frame_flags_bypass_mode_ex0()
637 ref_frame_config->alt_fb_idx[sl] = num_spatial_layers + sl; in set_frame_flags_bypass_mode_ex0()
671 1 << ref_frame_config->alt_fb_idx[sl]; in set_frame_flags_bypass_mode_ex0()
679 1 << ref_frame_config->alt_fb_idx[sl]; in set_frame_flags_bypass_mode_ex0()
709 ref_frame_config->alt_fb_idx[1] = 0; in set_frame_flags_bypass_mode_ex1()
713 ref_frame_config->alt_fb_idx[0] = 0; in set_frame_flags_bypass_mode_ex1()
718 ref_frame_config->alt_fb_idx[0] = 2; in set_frame_flags_bypass_mode_ex1()
722 ref_frame_config->alt_fb_idx[1] = 3; in set_frame_flags_bypass_mode_ex1()
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h80 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member
Dalloccommon.c73 oci->alt_fb_idx = 3; in vp8_alloc_frame_buffers()
/external/libvpx/libvpx/vp8/encoder/
Drdopt.h97 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.alt_fb_idx], in get_predictor_pointers()
Donyx_if.c2435 ref_fb_idx = cm->alt_fb_idx; in vp8_get_reference()
2455 ref_fb_idx = cm->alt_fb_idx; in vp8_set_reference()
2871 yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames()
2873 cm->alt_fb_idx = cm->gld_fb_idx = cm->new_fb_idx; in update_reference_frames()
2882 cm->yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames()
2883 cm->alt_fb_idx = cm->new_fb_idx; in update_reference_frames()
2890 if (cm->alt_fb_idx != cm->lst_fb_idx) { in update_reference_frames()
2892 yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames()
2893 cm->alt_fb_idx = cm->lst_fb_idx; in update_reference_frames()
2899 if (cm->alt_fb_idx != cm->gld_fb_idx) { in update_reference_frames()
[all …]
Dencodeframe.c1250 ref_fb_idx = cpi->common.alt_fb_idx; in vp8cx_encode_inter_macroblock()
/external/libvpx/libvpx/vpx/
Dvp8cx.h820 int alt_fb_idx[VPX_SS_MAX_LAYERS]; /**< Altref buffer index. */ member
/external/libvpx/libvpx/test/
Dsvc_datarate_test.cc106 ref_frame_config->alt_fb_idx[sl] = 0; in set_frame_flags_bypass_mode()
111 ref_frame_config->alt_fb_idx[sl] = in set_frame_flags_bypass_mode()
142 1 << ref_frame_config->alt_fb_idx[sl]; in set_frame_flags_bypass_mode()
148 1 << ref_frame_config->alt_fb_idx[sl]; in set_frame_flags_bypass_mode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1596 data->alt_fb_idx[sl] = cpi->svc.alt_fb_idx[sl]; in ctrl_get_svc_ref_frame_config()
1618 cpi->svc.alt_fb_idx[sl] = data->alt_fb_idx[sl]; in ctrl_set_svc_ref_frame_config()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc1237 enc_layer_conf.alt_fb_idx[layer_id.spatial_layer_id]; in FillReferenceIndices()