Home
last modified time | relevance | path

Searched refs:gld_fb_idx (Results 1 – 18 of 18) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c493 cpi->gld_fb_idx = spatial_id; in set_flags_and_fb_idx_for_temporal_mode3()
495 cpi->gld_fb_idx = spatial_id - 1; in set_flags_and_fb_idx_for_temporal_mode3()
498 cpi->gld_fb_idx = 0; in set_flags_and_fb_idx_for_temporal_mode3()
503 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1; in set_flags_and_fb_idx_for_temporal_mode3()
507 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1; in set_flags_and_fb_idx_for_temporal_mode3()
511 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1; in set_flags_and_fb_idx_for_temporal_mode3()
558 cpi->gld_fb_idx = spatial_id; in set_flags_and_fb_idx_for_temporal_mode2()
560 cpi->gld_fb_idx = spatial_id - 1; in set_flags_and_fb_idx_for_temporal_mode2()
563 cpi->gld_fb_idx = 0; in set_flags_and_fb_idx_for_temporal_mode2()
568 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1; in set_flags_and_fb_idx_for_temporal_mode2()
[all …]
Dvp9_denoiser.c191 int num_spatial_layers, int width, int lst_fb_idx, int gld_fb_idx, in perform_motion_compensation() argument
257 frame = gld_fb_idx + 1; in perform_motion_compensation()
400 cpi->gld_fb_idx, cpi->use_svc, cpi->svc.spatial_layer_id); in vp9_denoiser_denoise()
450 int alt_fb_idx, int gld_fb_idx, int lst_fb_idx, int resized, in vp9_denoiser_update_frame_info() argument
475 copy_frame(&denoiser->running_avg_y[gld_fb_idx + 1 + shift], in vp9_denoiser_update_frame_info()
488 swap_frame_buffer(&denoiser->running_avg_y[gld_fb_idx + 1 + shift], in vp9_denoiser_update_frame_info()
544 int gld_fb_idx, int lst_fb_idx) { in vp9_denoiser_realloc_svc() argument
555 gld_fb_idx + 1 + svc_buf_shift); in vp9_denoiser_realloc_svc()
Dvp9_denoiser.h75 int alt_fb_idx, int gld_fb_idx, int lst_fb_idx, int resized,
91 int gld_fb_idx, int lst_fb_idx);
Dvp9_encoder.h484 int gld_fb_idx; member
785 return cpi->gld_fb_idx; in get_ref_frame_map_idx()
Dvp9_encoder.c1263 cpi->gld_fb_idx = 1; in init_buffer_indices()
2818 ref_cnt_fb(pool->frame_bufs, &cm->ref_frame_map[cpi->gld_fb_idx],
2837 cpi->alt_fb_idx = cpi->gld_fb_idx;
2838 cpi->gld_fb_idx = tmp;
2841 cpi->svc.layer_context[0].gold_ref_idx = cpi->gld_fb_idx;
2859 ref_cnt_fb(pool->frame_bufs, &cm->ref_frame_map[cpi->gld_fb_idx],
2905 cpi->gld_fb_idx, cpi->lst_fb_idx);
2913 cpi->refresh_last_frame, cpi->alt_fb_idx, cpi->gld_fb_idx,
2923 svc->ref_frame_index[cpi->gld_fb_idx] = svc->current_superframe;
2929 svc->ref_frame_index[cpi->gld_fb_idx] = svc->current_superframe;
[all …]
Dvp9_firstpass.c1408 cpi->gld_fb_idx = in vp9_first_pass()
1517 ref_cnt_fb(pool->frame_bufs, &cm->ref_frame_map[cpi->gld_fb_idx], in vp9_first_pass()
1537 if (cm->current_video_frame == 0 && cpi->gld_fb_idx != INVALID_IDX && in vp9_first_pass()
1539 ref_cnt_fb(pool->frame_bufs, &cm->ref_frame_map[cpi->gld_fb_idx], in vp9_first_pass()
Dvp9_bitstream.c917 (cpi->refresh_golden_frame << cpi->gld_fb_idx) | in vp9_get_refresh_mask()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c131 ref_fb_idx = cm->gld_fb_idx; in vp8dx_get_reference()
162 ref_fb_ptr = &cm->gld_fb_idx; in vp8dx_set_reference()
226 new_fb = cm->gld_fb_idx; in swap_frame_buffers()
245 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb); in swap_frame_buffers()
249 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx); in swap_frame_buffers()
321 pbi->dec_fb_ref[GOLDEN_FRAME] = &cm->yv12_fb[cm->gld_fb_idx]; in vp8dx_receive_compressed_data()
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h80 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member
Dalloccommon.c72 oci->gld_fb_idx = 2; in vp8_alloc_frame_buffers()
/external/libvpx/libvpx/vp8/encoder/
Drdopt.h92 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx], in get_predictor_pointers()
Donyx_if.c2478 ref_fb_idx = cm->gld_fb_idx; in vp8_get_reference()
2498 ref_fb_idx = cm->gld_fb_idx; in vp8_set_reference()
2921 yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME; in update_reference_frames()
2924 cm->alt_fb_idx = cm->gld_fb_idx = cm->new_fb_idx; in update_reference_frames()
2950 if (cm->alt_fb_idx != cm->gld_fb_idx) { in update_reference_frames()
2951 yv12_fb[cm->gld_fb_idx].flags |= VP8_ALTR_FRAME; in update_reference_frames()
2953 cm->alt_fb_idx = cm->gld_fb_idx; in update_reference_frames()
2965 cm->yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME; in update_reference_frames()
2966 cm->gld_fb_idx = cm->new_fb_idx; in update_reference_frames()
2973 if (cm->gld_fb_idx != cm->lst_fb_idx) { in update_reference_frames()
[all …]
Dencodeframe.c1248 ref_fb_idx = cpi->common.gld_fb_idx; in vp8cx_encode_inter_macroblock()
Dfirstpass.c481 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx]; in vp8_first_pass()
/external/libvpx/libvpx/vpx/
Dvp8cx.h734 int gld_fb_idx[VPX_TS_MAX_LAYERS]; /**< Golden buffer index. */ member
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c596 ref_frame_config->gld_fb_idx[sl] = sl - 1; in set_frame_flags_bypass_mode()
598 ref_frame_config->gld_fb_idx[sl] = 0; in set_frame_flags_bypass_mode()
602 ref_frame_config->gld_fb_idx[sl] = num_spatial_layers + sl - 1; in set_frame_flags_bypass_mode()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc742 sf_conf.gld_fb_idx[layer_idx] = refs[ref_idx]; in GenerateRefsAndFlags()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1557 cpi->svc.ext_gld_fb_idx[sl] = data->gld_fb_idx[sl]; in ctrl_set_svc_ref_frame_config()