Home
last modified time | relevance | path

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

/external/libvpx/vp8/decoder/
Donyxd_if.c262 fb_to_update_with = cm->new_fb_idx; 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()
301 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx); in swap_frame_buffers()
305 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx); in swap_frame_buffers()
310 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx]; in swap_frame_buffers()
312 cm->fb_idx_ref_cnt[cm->new_fb_idx]--; in swap_frame_buffers()
346 cm->new_fb_idx = get_free_fb (cm); in vp8dx_receive_compressed_data()
359 if (cm->fb_idx_ref_cnt[cm->new_fb_idx] > 0) in vp8dx_receive_compressed_data()
360 cm->fb_idx_ref_cnt[cm->new_fb_idx]--; in vp8dx_receive_compressed_data()
386 if (cm->fb_idx_ref_cnt[cm->new_fb_idx] > 0) in vp8dx_receive_compressed_data()
[all …]
Ddecodframe.c333 int dst_fb_idx = pc->new_fb_idx; in vp8_decode_mb_row()
834 vpx_memcpy(&xd->dst, &pc->yv12_fb[pc->new_fb_idx], sizeof(YV12_BUFFER_CONFIG)); in vp8_decode_frame()
838 vp8_setup_intra_recon(&pc->yv12_fb[pc->new_fb_idx]); in vp8_decode_frame()
868 vp8_yv12_extend_frame_borders_ptr(&pc->yv12_fb[pc->new_fb_idx]); /*cm->frame_to_show);*/ in vp8_decode_frame()
Dthreading.c64 mbd->dst = pc->yv12_fb[pc->new_fb_idx]; in vp8_setup_decoding_thread_data()
268 int dst_fb_idx = pc->new_fb_idx; in vp8_thread_decoding_proc()
823 int dst_fb_idx = pc->new_fb_idx; in vp8mt_decode_mb_rows()
/external/libvpx/vp8/common/
Donyxc_int.h103 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member
Dalloccommon.c78 oci->new_fb_idx = 0; in vp8_alloc_frame_buffers()
/external/libvpx/vp8/encoder/
Dethreading.c60 int dst_fb_idx = cm->new_fb_idx; in thread_encoding_proc()
382 mbd->dst = cm->yv12_fb[cm->new_fb_idx]; in vp8cx_init_mbrthread_data()
Dencodeframe.c381 int dst_fb_idx = cm->new_fb_idx; in encode_mb_row()
638 xd->dst = cm->yv12_fb[cm->new_fb_idx]; in vp8_encode_frame()
642 vp8_setup_intra_recon(&cm->yv12_fb[cm->new_fb_idx]); in vp8_encode_frame()
Donyx_if.c4192 vp8_swap_yv12_buffer(&cm->yv12_fb[cm->lst_fb_idx], &cm->yv12_fb[cm->new_fb_idx]); in encode_frame_to_data_rate()
4196 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx]; in encode_frame_to_data_rate()
4248 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in encode_frame_to_data_rate()
Dfirstpass.c522 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in vp8_first_pass()