Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c133 ref_fb_idx = cm->lst_fb_idx; in vp8dx_get_reference()
165 ref_fb_ptr = &cm->lst_fb_idx; in vp8dx_set_reference()
235 new_fb = cm->lst_fb_idx; in swap_frame_buffers()
249 new_fb = cm->lst_fb_idx; in swap_frame_buffers()
266 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx); in swap_frame_buffers()
268 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx]; in swap_frame_buffers()
288 if (cm->fb_idx_ref_cnt[cm->lst_fb_idx] > 1) in check_fragments_for_errors()
294 const int prev_idx = cm->lst_fb_idx; in check_fragments_for_errors()
296 cm->lst_fb_idx = get_free_fb(cm); in check_fragments_for_errors()
298 &cm->yv12_fb[cm->lst_fb_idx]); in check_fragments_for_errors()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c449 cpi->lst_fb_idx = spatial_id; in set_flags_and_fb_idx_for_temporal_mode3()
456 cpi->lst_fb_idx = spatial_id; in set_flags_and_fb_idx_for_temporal_mode3()
460 cpi->lst_fb_idx = spatial_id; in set_flags_and_fb_idx_for_temporal_mode3()
464 cpi->lst_fb_idx = cpi->svc.number_spatial_layers + spatial_id; in set_flags_and_fb_idx_for_temporal_mode3()
503 cpi->lst_fb_idx = spatial_id; in set_flags_and_fb_idx_for_temporal_mode2()
510 cpi->lst_fb_idx = spatial_id; in set_flags_and_fb_idx_for_temporal_mode2()
533 cpi->lst_fb_idx = spatial_id; in set_flags_and_fb_idx_for_temporal_mode_noLayering()
565 cpi->lst_fb_idx = cpi->svc.ext_lst_fb_idx[sl]; in vp9_one_pass_cbr_svc_start_layer()
611 cpi->lst_fb_idx = cpi->svc.spatial_layer_id; in vp9_svc_start_frame()
615 lc->gold_ref_idx : cpi->lst_fb_idx; in vp9_svc_start_frame()
[all …]
Dvp9_encoder.h319 int lst_fb_idx; member
564 return cpi->lst_fb_idx; in get_ref_frame_map_idx()
Dvp9_firstpass.c561 cpi->lst_fb_idx = cpi->svc.spatial_layer_id; in vp9_first_pass()
1109 cm->ref_frame_map[cpi->lst_fb_idx]); in vp9_first_pass()
1122 ref_cnt_fb(pool->frame_bufs, &cm->ref_frame_map[cpi->lst_fb_idx], in vp9_first_pass()
1131 cm->ref_frame_map[cpi->lst_fb_idx]); in vp9_first_pass()
Dvp9_bitstream.c914 return (cpi->refresh_last_frame << cpi->lst_fb_idx) | in get_refresh_mask()
922 return (cpi->refresh_last_frame << cpi->lst_fb_idx) | in get_refresh_mask()
Dvp9_encoder.c761 cpi->lst_fb_idx = 0; in init_buffer_indices()
2746 &cm->ref_frame_map[cpi->lst_fb_idx], cm->new_fb_idx);
3607 const int gold_is_last = map[cpi->gld_fb_idx] == map[cpi->lst_fb_idx];
3608 const int alt_is_last = map[cpi->alt_fb_idx] == map[cpi->lst_fb_idx];
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h85 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member
Dalloccommon.c71 oci->lst_fb_idx = 1; in vp8_alloc_frame_buffers()
/external/libvpx/libvpx/vpx/
Dvp8cx.h693 int lst_fb_idx[VPX_TS_MAX_LAYERS]; /**< Last buffer index. */ member
/external/libvpx/libvpx/vp8/encoder/
Drdopt.h99 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.lst_fb_idx], in get_predictor_pointers()
Donyx_if.c1065 vp8_init3smotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride); in vp8_set_speed_features()
1069 vp8_init_dsmotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride); in vp8_set_speed_features()
1763 cm->yv12_fb[cm->lst_fb_idx].y_width || in vp8_change_config()
1765 cm->yv12_fb[cm->lst_fb_idx].y_height || in vp8_change_config()
1766 cm->yv12_fb[cm->lst_fb_idx].y_width == 0) in vp8_change_config()
2647 ref_fb_idx = cm->lst_fb_idx; in vp8_get_reference()
2666 ref_fb_idx = cm->lst_fb_idx; in vp8_set_reference()
3201 if(cm->alt_fb_idx != cm->lst_fb_idx) in update_reference_frames()
3203 yv12_fb[cm->lst_fb_idx].flags |= VP8_ALTR_FRAME; in update_reference_frames()
3205 cm->alt_fb_idx = cm->lst_fb_idx; in update_reference_frames()
[all …]
Dethreading.c83 int ref_fb_idx = cm->lst_fb_idx; in thread_encoding_proc()
482 mbd->pre = cm->yv12_fb[cm->lst_fb_idx]; in vp8cx_init_mbrthread_data()
Dencodeframe.c374 int ref_fb_idx = cm->lst_fb_idx; in encode_mb_row()
654 xd->pre = cm->yv12_fb[cm->lst_fb_idx]; in init_encode_frame_mb_context()
1376 ref_fb_idx = cpi->common.lst_fb_idx; in vp8cx_encode_inter_macroblock()
Drdopt.c1710 …unsigned char *pre_y_buffer = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_buffer + recon_yoffset; in vp8_cal_sad()
1711 int pre_y_stride = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_stride; in vp8_cal_sad()
Dfirstpass.c516 YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx]; in vp8_first_pass()
3069 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; in find_next_key_frame()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c586 ref_frame_config->lst_fb_idx[sl] = sl; in set_frame_flags_bypass_mode()
593 ref_frame_config->lst_fb_idx[sl] = sl; in set_frame_flags_bypass_mode()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c436 xd->pre = pc->yv12_fb[pc->lst_fb_idx]; in vp8_decode()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc737 sf_conf.lst_fb_idx[layer_idx] = refs[ref_idx]; in GenerateRefsAndFlags()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1413 cpi->svc.ext_lst_fb_idx[sl] = data->lst_fb_idx[sl]; in ctrl_set_svc_ref_frame_config()