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.c130 ref_fb_idx = cm->gld_fb_idx; in vp8dx_get_reference()
151 ref_fb_idx = cm->gld_fb_idx; in vp8dx_set_reference()
206 new_fb = cm->gld_fb_idx; in swap_frame_buffers()
224 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb); in swap_frame_buffers()
228 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx); in swap_frame_buffers()
Dthreading.c312 ref_fb_idx = pc->gld_fb_idx; in thread_decoding_proc()
791 ref_fb_idx = pc->gld_fb_idx; in vp8mt_decode_mb_rows()
Ddecodframe.c374 ref_fb_idx = pc->gld_fb_idx; in 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.c79 oci->gld_fb_idx = 2; in vp8_alloc_frame_buffers()
/external/libvpx/vp8/encoder/
Donyx_if.c2529 ref_fb_idx = cm->gld_fb_idx; in vp8_get_reference()
2549 ref_fb_idx = cm->gld_fb_idx; in vp8_set_reference()
2855 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->gld_fb_idx]); in update_golden_frame_and_stats()
3278 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx]; in loopfilter_frame()
4531 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->gld_fb_idx]); in encode_frame_to_data_rate()
Dpickinter.c479 YV12_BUFFER_CONFIG *gld_yv12 = &cpi->common.yv12_fb[cpi->common.gld_fb_idx]; in vp8_pick_inter_mode()
Dencodeframe.c1364 ref_fb_idx = cpi->common.gld_fb_idx; in vp8cx_encode_inter_macroblock()
Dfirstpass.c497 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx]; in vp8_first_pass()
Drdopt.c1793 YV12_BUFFER_CONFIG *gld_yv12 = &cpi->common.yv12_fb[cpi->common.gld_fb_idx]; in vp8_rd_pick_inter_mode()