/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.c | 70 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 …]
|
D | vp9_denoiser.h | 76 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);
|
D | vp9_denoiser.c | 467 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()
|
D | vp9_svc_layercontext.h | 105 int alt_fb_idx[VPX_MAX_LAYERS]; member
|
D | vp9_ratectrl.c | 2209 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()
|
D | vp9_encoder.h | 598 int alt_fb_idx; member 945 return cpi->alt_fb_idx; in get_ref_frame_map_idx()
|
D | vp9_bitstream.c | 915 (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()
|
D | vp9_encoder.c | 1453 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/ |
D | onyxd_if.c | 134 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/ |
D | vp9_spatial_svc_encoder.c | 633 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/ |
D | onyxc_int.h | 80 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member
|
D | alloccommon.c | 73 oci->alt_fb_idx = 3; in vp8_alloc_frame_buffers()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.h | 97 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.alt_fb_idx], in get_predictor_pointers()
|
D | onyx_if.c | 2435 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 …]
|
D | encodeframe.c | 1250 ref_fb_idx = cpi->common.alt_fb_idx; in vp8cx_encode_inter_macroblock()
|
/external/libvpx/libvpx/vpx/ |
D | vp8cx.h | 820 int alt_fb_idx[VPX_SS_MAX_LAYERS]; /**< Altref buffer index. */ member
|
/external/libvpx/libvpx/test/ |
D | svc_datarate_test.cc | 106 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/ |
D | vp9_cx_iface.c | 1596 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/ |
D | vp9_impl.cc | 1237 enc_layer_conf.alt_fb_idx[layer_id.spatial_layer_id]; in FillReferenceIndices()
|