Home
last modified time | relevance | path

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

/external/libvpx/vp8/decoder/
Donyxd_if.c132 ref_fb_idx = cm->alt_fb_idx; in vp8dx_get_reference()
153 ref_fb_idx = cm->alt_fb_idx; in vp8dx_set_reference()
210 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb); in swap_frame_buffers()
220 new_fb = cm->alt_fb_idx; in swap_frame_buffers()
231 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx); in swap_frame_buffers()
Dthreading.c314 ref_fb_idx = pc->alt_fb_idx; in thread_decoding_proc()
793 ref_fb_idx = pc->alt_fb_idx; in vp8mt_decode_mb_rows()
Ddecodframe.c376 ref_fb_idx = pc->alt_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.c80 oci->alt_fb_idx = 3; in vp8_alloc_frame_buffers()
/external/libvpx/vp8/encoder/
Donyx_if.c2531 ref_fb_idx = cm->alt_fb_idx; in vp8_get_reference()
2551 ref_fb_idx = cm->alt_fb_idx; in vp8_set_reference()
2811 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->alt_fb_idx]); in update_alt_ref_frame_and_stats()
3279 YV12_BUFFER_CONFIG *alt_yv12 = &cm->yv12_fb[cm->alt_fb_idx]; in loopfilter_frame()
4528 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->alt_fb_idx]); in encode_frame_to_data_rate()
Dpickinter.c493 YV12_BUFFER_CONFIG *alt_yv12 = &cpi->common.yv12_fb[cpi->common.alt_fb_idx]; in vp8_pick_inter_mode()
Dencodeframe.c1366 ref_fb_idx = cpi->common.alt_fb_idx; in vp8cx_encode_inter_macroblock()
Drdopt.c1807 YV12_BUFFER_CONFIG *alt_yv12 = &cpi->common.yv12_fb[cpi->common.alt_fb_idx]; in vp8_rd_pick_inter_mode()