Searched refs:gld_fb_idx (Results 1 – 16 of 16) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.c | 451 cpi->gld_fb_idx = spatial_id - 1; in set_flags_and_fb_idx_for_temporal_mode3() 453 cpi->gld_fb_idx = 0; in set_flags_and_fb_idx_for_temporal_mode3() 457 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1; in set_flags_and_fb_idx_for_temporal_mode3() 461 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1; in set_flags_and_fb_idx_for_temporal_mode3() 465 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1; in set_flags_and_fb_idx_for_temporal_mode3() 505 cpi->gld_fb_idx = spatial_id - 1; in set_flags_and_fb_idx_for_temporal_mode2() 507 cpi->gld_fb_idx = 0; in set_flags_and_fb_idx_for_temporal_mode2() 511 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1; in set_flags_and_fb_idx_for_temporal_mode2() 535 cpi->gld_fb_idx = spatial_id - 1; in set_flags_and_fb_idx_for_temporal_mode_noLayering() 537 cpi->gld_fb_idx = 0; in set_flags_and_fb_idx_for_temporal_mode_noLayering() [all …]
|
D | vp9_encoder.h | 320 int gld_fb_idx; member 566 return cpi->gld_fb_idx; in get_ref_frame_map_idx()
|
D | vp9_encoder.c | 762 cpi->gld_fb_idx = 1; in init_buffer_indices() 2690 &cm->ref_frame_map[cpi->gld_fb_idx], cm->new_fb_idx); 2708 cpi->alt_fb_idx = cpi->gld_fb_idx; 2709 cpi->gld_fb_idx = tmp; 2712 cpi->svc.layer_context[0].gold_ref_idx = cpi->gld_fb_idx; 2732 &cm->ref_frame_map[cpi->gld_fb_idx], cm->new_fb_idx); 3607 const int gold_is_last = map[cpi->gld_fb_idx] == map[cpi->lst_fb_idx]; 3609 const int gold_is_alt = map[cpi->gld_fb_idx] == map[cpi->alt_fb_idx]; 4242 cpi->gld_fb_idx = cpi->svc.layer_context[i].alt_ref_idx;
|
D | vp9_firstpass.c | 566 cpi->gld_fb_idx = in vp9_first_pass() 1108 ref_cnt_fb(pool->frame_bufs, &cm->ref_frame_map[cpi->gld_fb_idx], in vp9_first_pass() 1128 if (cm->current_video_frame == 0 && cpi->gld_fb_idx != INVALID_IDX && in vp9_first_pass() 1130 ref_cnt_fb(pool->frame_bufs, &cm->ref_frame_map[cpi->gld_fb_idx], in vp9_first_pass()
|
D | vp9_bitstream.c | 923 (cpi->refresh_golden_frame << cpi->gld_fb_idx) | in get_refresh_mask()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 135 ref_fb_idx = cm->gld_fb_idx; in vp8dx_get_reference() 167 ref_fb_ptr = &cm->gld_fb_idx; in vp8dx_set_reference() 237 new_fb = cm->gld_fb_idx; in swap_frame_buffers() 255 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb); in swap_frame_buffers() 259 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx); in swap_frame_buffers() 337 pbi->dec_fb_ref[GOLDEN_FRAME] = &cm->yv12_fb[cm->gld_fb_idx]; in vp8dx_receive_compressed_data()
|
/external/libvpx/libvpx/vp8/common/ |
D | onyxc_int.h | 85 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member
|
D | alloccommon.c | 72 oci->gld_fb_idx = 2; in vp8_alloc_frame_buffers()
|
/external/libvpx/libvpx/vpx/ |
D | vp8cx.h | 694 int gld_fb_idx[VPX_TS_MAX_LAYERS]; /**< Golden buffer index. */ member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.h | 103 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx], in get_predictor_pointers()
|
D | onyx_if.c | 2649 ref_fb_idx = cm->gld_fb_idx; in vp8_get_reference() 2668 ref_fb_idx = cm->gld_fb_idx; in vp8_set_reference() 3175 yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME; in update_reference_frames() 3178 cm->alt_fb_idx = cm->gld_fb_idx = cm->new_fb_idx; in update_reference_frames() 3213 if(cm->alt_fb_idx != cm->gld_fb_idx) in update_reference_frames() 3215 yv12_fb[cm->gld_fb_idx].flags |= VP8_ALTR_FRAME; in update_reference_frames() 3217 cm->alt_fb_idx = cm->gld_fb_idx; in update_reference_frames() 3230 cm->yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME; in update_reference_frames() 3231 cm->gld_fb_idx = cm->new_fb_idx; in update_reference_frames() 3241 if(cm->gld_fb_idx != cm->lst_fb_idx) in update_reference_frames() [all …]
|
D | encodeframe.c | 1378 ref_fb_idx = cpi->common.gld_fb_idx; in vp8cx_encode_inter_macroblock()
|
D | firstpass.c | 518 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx]; in vp8_first_pass()
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 588 ref_frame_config->gld_fb_idx[sl] = sl - 1; in set_frame_flags_bypass_mode() 590 ref_frame_config->gld_fb_idx[sl] = 0; in set_frame_flags_bypass_mode() 594 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/ |
D | vp9_impl.cc | 742 sf_conf.gld_fb_idx[layer_idx] = refs[ref_idx]; in GenerateRefsAndFlags()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 1414 cpi->svc.ext_gld_fb_idx[sl] = data->gld_fb_idx[sl]; in ctrl_set_svc_ref_frame_config()
|