/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.c | 69 svc->alt_fb_idx[sl] = 2; in vp9_init_layer_context() 453 int fb_idx[3] = { cpi->lst_fb_idx, cpi->gld_fb_idx, cpi->alt_fb_idx }; in reset_fb_idx_unused() 473 cpi->alt_fb_idx = first_fb_idx; in reset_fb_idx_unused() 566 cpi->alt_fb_idx = 0; in set_flags_and_fb_idx_for_temporal_mode3() 570 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id; in set_flags_and_fb_idx_for_temporal_mode3() 574 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id; in set_flags_and_fb_idx_for_temporal_mode3() 578 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id; in set_flags_and_fb_idx_for_temporal_mode3() 635 cpi->alt_fb_idx = 0; in set_flags_and_fb_idx_for_temporal_mode2() 639 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id; in set_flags_and_fb_idx_for_temporal_mode2() 687 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 | 468 int refresh_last_frame, int alt_fb_idx, int gld_fb_idx, int lst_fb_idx, in vp9_denoiser_update_frame_info() argument 499 copy_frame(&denoiser->running_avg_y[alt_fb_idx + 1 + shift], in vp9_denoiser_update_frame_info() 512 swap_frame_buffer(&denoiser->running_avg_y[alt_fb_idx + 1 + shift], in vp9_denoiser_update_frame_info() 573 int alt_fb_idx, int gld_fb_idx, int lst_fb_idx) { in vp9_denoiser_realloc_svc() argument 590 alt_fb_idx + 1 + svc_buf_shift); in vp9_denoiser_realloc_svc() 728 cpi->alt_fb_idx = svc->buffer_gf_temporal_ref[index].idx; in force_refresh_longterm_ref() 810 cpi->refresh_last_frame, cpi->alt_fb_idx, in vp9_denoiser_update_ref_frame() 818 cpi->refresh_last_frame, cpi->alt_fb_idx, cpi->gld_fb_idx, in vp9_denoiser_update_ref_frame()
|
D | vp9_svc_layercontext.h | 106 int alt_fb_idx[VPX_MAX_LAYERS]; member
|
D | vp9_encoder.h | 606 int alt_fb_idx; member 934 return cpi->alt_fb_idx; in get_ref_frame_map_idx()
|
D | vp9_bitstream.c | 910 (cpi->refresh_golden_frame << cpi->alt_fb_idx); in vp9_get_refresh_mask() 912 int arf_idx = cpi->alt_fb_idx; in vp9_get_refresh_mask() 917 if (arf_idx != cpi->alt_fb_idx && arf_idx != cpi->lst_fb_idx && in vp9_get_refresh_mask() 1210 vpx_wb_write_literal(wb, cpi->alt_fb_idx, 3); in write_uncompressed_header()
|
D | vp9_ratectrl.c | 2134 cpi->alt_fb_idx = 2; in set_intra_only_frame() 2140 cpi->alt_fb_idx = -1; in set_intra_only_frame() 2148 if (count == 3 && cpi->alt_fb_idx == -1) cpi->alt_fb_idx = i; in set_intra_only_frame() 2153 if (cpi->alt_fb_idx == -1) cpi->alt_fb_idx = cpi->lst_fb_idx; in set_intra_only_frame() 2231 cpi->alt_fb_idx = svc->buffer_gf_temporal_ref[index].idx; in vp9_rc_get_svc_params()
|
D | vp9_encoder.c | 1406 cpi->alt_fb_idx = cpi->ref_fb_idx[ALTREF_FRAME - 1]; in init_buffer_indices() 3000 cpi->lst_fb_idx = cpi->alt_fb_idx; 3001 cpi->alt_fb_idx = 3011 ref_cnt_fb(pool->frame_bufs, &cm->ref_frame_map[cpi->alt_fb_idx], 3024 ref_cnt_fb(pool->frame_bufs, &cm->ref_frame_map[cpi->alt_fb_idx], 3027 tmp = cpi->alt_fb_idx; 3028 cpi->alt_fb_idx = cpi->gld_fb_idx; 3035 stack_push(gf_group->arf_index_stack, cpi->alt_fb_idx, 3046 cpi->alt_fb_idx = arf_idx; 3073 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() 323 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 | 617 ref_frame_config->alt_fb_idx[sl] = 0; in set_frame_flags_bypass_mode_ex0() 621 ref_frame_config->alt_fb_idx[sl] = num_spatial_layers + sl; in set_frame_flags_bypass_mode_ex0() 655 1 << ref_frame_config->alt_fb_idx[sl]; in set_frame_flags_bypass_mode_ex0() 663 1 << ref_frame_config->alt_fb_idx[sl]; in set_frame_flags_bypass_mode_ex0() 693 ref_frame_config->alt_fb_idx[1] = 0; in set_frame_flags_bypass_mode_ex1() 697 ref_frame_config->alt_fb_idx[0] = 0; in set_frame_flags_bypass_mode_ex1() 702 ref_frame_config->alt_fb_idx[0] = 2; in set_frame_flags_bypass_mode_ex1() 706 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 | 2426 ref_fb_idx = cm->alt_fb_idx; in vp8_get_reference() 2446 ref_fb_idx = cm->alt_fb_idx; in vp8_set_reference() 2867 yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames() 2869 cm->alt_fb_idx = cm->gld_fb_idx = cm->new_fb_idx; in update_reference_frames() 2878 cm->yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames() 2879 cm->alt_fb_idx = cm->new_fb_idx; in update_reference_frames() 2886 if (cm->alt_fb_idx != cm->lst_fb_idx) { in update_reference_frames() 2888 yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames() 2889 cm->alt_fb_idx = cm->lst_fb_idx; in update_reference_frames() 2895 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/test/ |
D | svc_datarate_test.cc | 93 ref_frame_config->alt_fb_idx[sl] = 0; in set_frame_flags_bypass_mode() 98 ref_frame_config->alt_fb_idx[sl] = in set_frame_flags_bypass_mode() 129 1 << ref_frame_config->alt_fb_idx[sl]; in set_frame_flags_bypass_mode() 135 1 << ref_frame_config->alt_fb_idx[sl]; in set_frame_flags_bypass_mode()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 716 sf_conf.alt_fb_idx[layer] = settings.layer[layer].upd_buf; in GenerateRefsAndFlags() 747 sf_conf.alt_fb_idx[layer_idx] = refs[ref_idx]; in GenerateRefsAndFlags() 789 sf_conf.alt_fb_idx[layer_idx] = settings.layer[layer_idx].upd_buf; in GenerateRefsAndFlags()
|
/external/libvpx/libvpx/vpx/ |
D | vp8cx.h | 817 int alt_fb_idx[VPX_SS_MAX_LAYERS]; /**< Altref buffer index. */ member
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 1520 data->alt_fb_idx[sl] = cpi->svc.alt_fb_idx[sl]; in ctrl_get_svc_ref_frame_config() 1542 cpi->svc.alt_fb_idx[sl] = data->alt_fb_idx[sl]; in ctrl_set_svc_ref_frame_config()
|