Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_if.c116 ref_fb_idx = cm->lst_fb_idx; in vp8dx_get_reference()
148 ref_fb_ptr = &cm->lst_fb_idx; in vp8dx_set_reference()
224 new_fb = cm->lst_fb_idx; in swap_frame_buffers()
238 new_fb = cm->lst_fb_idx; in swap_frame_buffers()
255 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx); in swap_frame_buffers()
257 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx]; in swap_frame_buffers()
277 if (cm->fb_idx_ref_cnt[cm->lst_fb_idx] > 1) in check_fragments_for_errors()
283 const int prev_idx = cm->lst_fb_idx; in check_fragments_for_errors()
285 cm->lst_fb_idx = get_free_fb(cm); in check_fragments_for_errors()
287 &cm->yv12_fb[cm->lst_fb_idx]); in check_fragments_for_errors()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyxc_int.h85 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member
Dalloccommon.c70 oci->lst_fb_idx = 1; in vp8_alloc_frame_buffers()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h301 int lst_fb_idx; /**< last frame frame buffer index */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h313 int lst_fb_idx; member
577 return cpi->lst_fb_idx; in get_ref_frame_idx()
Dvp9_bitstream.c908 return (cpi->refresh_last_frame << cpi->lst_fb_idx) |
921 return (cpi->refresh_last_frame << cpi->lst_fb_idx) |
Dvp9_onyx_if.c818 cpi->lst_fb_idx = 0; in init_config()
2096 &cm->ref_frame_map[cpi->lst_fb_idx], cm->new_fb_idx);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.h94 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.lst_fb_idx], in get_predictor_pointers()
Donyx_if.c1039 vp8_init3smotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride); in vp8_set_speed_features()
1043 vp8_init_dsmotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride); in vp8_set_speed_features()
1714 (uint32_t)(cm->yv12_fb[cm->lst_fb_idx].y_width) || in vp8_change_config()
1716 (uint32_t)(cm->yv12_fb[cm->lst_fb_idx].y_height) || in vp8_change_config()
1717 cm->yv12_fb[cm->lst_fb_idx].y_width == 0) in vp8_change_config()
2161 &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; in vp8_remove_compressor()
2571 ref_fb_idx = cm->lst_fb_idx; in vp8_get_reference()
2590 ref_fb_idx = cm->lst_fb_idx; in vp8_set_reference()
3131 if(cm->alt_fb_idx != cm->lst_fb_idx) in update_reference_frames()
3133 yv12_fb[cm->lst_fb_idx].flags |= VP8_ALTR_FRAME; in update_reference_frames()
[all …]
Dethreading.c85 int ref_fb_idx = cm->lst_fb_idx; in thread_encoding_proc()
468 mbd->pre = cm->yv12_fb[cm->lst_fb_idx]; in vp8cx_init_mbrthread_data()
Dencodeframe.c373 int ref_fb_idx = cm->lst_fb_idx; in encode_mb_row()
634 xd->pre = cm->yv12_fb[cm->lst_fb_idx]; in init_encode_frame_mb_context()
1355 ref_fb_idx = cpi->common.lst_fb_idx; in vp8cx_encode_inter_macroblock()
Dfirstpass.c515 YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx]; in vp8_first_pass()
3071 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; in find_next_key_frame()
Drdopt.c1709 …unsigned char *pre_y_buffer = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_buffer + recon_yoffset; in vp8_cal_sad()
1710 int pre_y_stride = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_stride; in vp8_cal_sad()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c807 svc_params.lst_fb_idx = si->layer; in set_svc_parameters()
821 svc_params.gld_fb_idx = svc_params.lst_fb_idx; in set_svc_parameters()
835 svc_params.flags & VP8_EFLAG_NO_REF_LAST ? -1 : svc_params.lst_fb_idx, in set_svc_parameters()
840 svc_params.flags & VP8_EFLAG_NO_UPD_LAST ? -1 : svc_params.lst_fb_idx, in set_svc_parameters()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c1058 cpi->lst_fb_idx = params->lst_fb_idx; in vp9e_set_svc_parameters()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c504 xd->pre = pc->yv12_fb[pc->lst_fb_idx]; in vp8_decode()