Searched refs:gld_fb_idx (Results 1 – 13 of 13) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | onyxd_if.c | 118 ref_fb_idx = cm->gld_fb_idx; in vp8dx_get_reference() 150 ref_fb_ptr = &cm->gld_fb_idx; in vp8dx_set_reference() 226 new_fb = cm->gld_fb_idx; in swap_frame_buffers() 244 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb); in swap_frame_buffers() 248 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx); in swap_frame_buffers() 338 pbi->dec_fb_ref[GOLDEN_FRAME] = &cm->yv12_fb[cm->gld_fb_idx]; in vp8dx_receive_compressed_data()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 | 71 oci->gld_fb_idx = 2; in vp8_alloc_frame_buffers()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vp8cx.h | 302 int gld_fb_idx; /**< golden frame frame buffer index */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.h | 98 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx], in get_predictor_pointers()
|
D | onyx_if.c | 2573 ref_fb_idx = cm->gld_fb_idx; in vp8_get_reference() 2592 ref_fb_idx = cm->gld_fb_idx; in vp8_set_reference() 3101 yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME; in update_reference_frames() 3104 cm->alt_fb_idx = cm->gld_fb_idx = cm->new_fb_idx; in update_reference_frames() 3145 if(cm->alt_fb_idx != cm->gld_fb_idx) in update_reference_frames() 3147 yv12_fb[cm->gld_fb_idx].flags |= VP8_ALTR_FRAME; in update_reference_frames() 3149 cm->alt_fb_idx = cm->gld_fb_idx; in update_reference_frames() 3164 cm->yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME; in update_reference_frames() 3165 cm->gld_fb_idx = cm->new_fb_idx; in update_reference_frames() 3177 if(cm->gld_fb_idx != cm->lst_fb_idx) in update_reference_frames() [all …]
|
D | encodeframe.c | 1357 ref_fb_idx = cpi->common.gld_fb_idx; in vp8cx_encode_inter_macroblock()
|
D | firstpass.c | 517 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx]; in vp8_first_pass()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_int.h | 314 int gld_fb_idx; member 579 return cpi->gld_fb_idx; in get_ref_frame_idx()
|
D | vp9_onyx_if.c | 819 cpi->gld_fb_idx = 1; in init_config() 2048 &cm->ref_frame_map[cpi->gld_fb_idx], cm->new_fb_idx); 2074 cpi->alt_fb_idx = cpi->gld_fb_idx; 2075 cpi->gld_fb_idx = tmp; 2090 &cm->ref_frame_map[cpi->gld_fb_idx], cm->new_fb_idx);
|
D | vp9_bitstream.c | 922 (cpi->refresh_golden_frame << cpi->gld_fb_idx) |
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | svc_encodeframe.c | 818 svc_params.gld_fb_idx = si->layer + 1; in set_svc_parameters() 821 svc_params.gld_fb_idx = svc_params.lst_fb_idx; in set_svc_parameters() 823 svc_params.gld_fb_idx = 2 * si->layers - 1 - si->layer; in set_svc_parameters() 836 svc_params.flags & VP8_EFLAG_NO_REF_GF ? -1 : svc_params.gld_fb_idx, in set_svc_parameters() 841 svc_params.flags & VP8_EFLAG_NO_UPD_GF ? -1 : svc_params.gld_fb_idx, in set_svc_parameters()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_cx_iface.c | 1059 cpi->gld_fb_idx = params->gld_fb_idx; in vp9e_set_svc_parameters()
|