Home
last modified time | relevance | path

Searched refs:alt_fb_idx (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_if.c120 ref_fb_idx = cm->alt_fb_idx; in vp8dx_get_reference()
152 ref_fb_ptr = &cm->alt_fb_idx; in vp8dx_set_reference()
230 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb); in swap_frame_buffers()
240 new_fb = cm->alt_fb_idx; in swap_frame_buffers()
251 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx); in swap_frame_buffers()
339 pbi->dec_fb_ref[ALTREF_FRAME] = &cm->yv12_fb[cm->alt_fb_idx]; in vp8dx_receive_compressed_data()
/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.c72 oci->alt_fb_idx = 3; in vp8_alloc_frame_buffers()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h303 int alt_fb_idx; /**< alt reference frame frame buffer index */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.h102 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.alt_fb_idx], in get_predictor_pointers()
Donyx_if.c2575 ref_fb_idx = cm->alt_fb_idx; in vp8_get_reference()
2594 ref_fb_idx = cm->alt_fb_idx; in vp8_set_reference()
3102 yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames()
3104 cm->alt_fb_idx = cm->gld_fb_idx = cm->new_fb_idx; in update_reference_frames()
3118 cm->yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames()
3119 cm->alt_fb_idx = cm->new_fb_idx; in update_reference_frames()
3131 if(cm->alt_fb_idx != cm->lst_fb_idx) in update_reference_frames()
3134 yv12_fb[cm->alt_fb_idx].flags &= ~VP8_ALTR_FRAME; in update_reference_frames()
3135 cm->alt_fb_idx = cm->lst_fb_idx; in update_reference_frames()
3145 if(cm->alt_fb_idx != cm->gld_fb_idx) in update_reference_frames()
[all …]
Dencodeframe.c1359 ref_fb_idx = cpi->common.alt_fb_idx; in vp8cx_encode_inter_macroblock()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h315 int alt_fb_idx; member
581 return cpi->alt_fb_idx; in get_ref_frame_idx()
Dvp9_onyx_if.c820 cpi->alt_fb_idx = 2; in init_config()
2050 &cm->ref_frame_map[cpi->alt_fb_idx], cm->new_fb_idx);
2071 &cm->ref_frame_map[cpi->alt_fb_idx], cm->new_fb_idx);
2073 tmp = cpi->alt_fb_idx;
2074 cpi->alt_fb_idx = cpi->gld_fb_idx;
2078 int arf_idx = cpi->alt_fb_idx;
3174 cpi->alt_fb_idx = cpi->arf_buffer_idx[cpi->sequence_number];
Dvp9_bitstream.c909 (cpi->refresh_golden_frame << cpi->alt_fb_idx);
911 int arf_idx = cpi->alt_fb_idx;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c814 svc_params.alt_fb_idx = use_higher_layer ? si->layer - 2 : si->layer - 1; in set_svc_parameters()
837 svc_params.flags & VP8_EFLAG_NO_REF_ARF ? -1 : svc_params.alt_fb_idx); in set_svc_parameters()
842 svc_params.flags & VP8_EFLAG_NO_UPD_ARF ? -1 : svc_params.alt_fb_idx); in set_svc_parameters()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c1060 cpi->alt_fb_idx = params->alt_fb_idx; in vp9e_set_svc_parameters()