Home
last modified time | relevance | path

Searched refs:gld_fb_idx (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/vp8/decoder/
Donyxd_if.c197 ref_fb_idx = cm->gld_fb_idx; in vp8dx_get_reference()
216 ref_fb_idx = cm->gld_fb_idx; in vp8dx_set_reference()
276 new_fb = cm->gld_fb_idx; in swap_frame_buffers()
294 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb); in swap_frame_buffers()
298 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx); in swap_frame_buffers()
Dthreading.c342 ref_fb_idx = pc->gld_fb_idx; in vp8_thread_decoding_proc()
889 ref_fb_idx = pc->gld_fb_idx; in vp8mt_decode_mb_rows()
Ddecodframe.c376 ref_fb_idx = pc->gld_fb_idx; in vp8_decode_mb_row()
/external/libvpx/vp8/common/
Donyxc_int.h103 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member
Dalloccommon.c80 oci->gld_fb_idx = 2; in vp8_alloc_frame_buffers()
/external/libvpx/vp8/encoder/
Donyx_if.c2795 ref_fb_idx = cm->gld_fb_idx; in vp8_get_reference()
2815 ref_fb_idx = cm->gld_fb_idx; in vp8_set_reference()
3102 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->gld_fb_idx]); in update_golden_frame_and_stats()
4249 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx]; in encode_frame_to_data_rate()
4537 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->gld_fb_idx]); in encode_frame_to_data_rate()
Dpickinter.c484 YV12_BUFFER_CONFIG *gld_yv12 = &cpi->common.yv12_fb[cpi->common.gld_fb_idx]; in vp8_pick_inter_mode()
Dencodeframe.c1258 ref_fb_idx = cpi->common.gld_fb_idx; in vp8cx_encode_inter_macroblock()
Drdopt.c1555 YV12_BUFFER_CONFIG *gld_yv12 = &cpi->common.yv12_fb[cpi->common.gld_fb_idx]; in vp8_rd_pick_inter_mode()
Dfirstpass.c523 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx]; in vp8_first_pass()