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.c228 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_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()
235 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx); in swap_frame_buffers()
240 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx]; in swap_frame_buffers()
242 cm->fb_idx_ref_cnt[cm->new_fb_idx]--; in swap_frame_buffers()
293 cm->new_fb_idx = get_free_fb (cm); in vp8dx_receive_compressed_data()
313 if (cm->fb_idx_ref_cnt[cm->new_fb_idx] > 0) in vp8dx_receive_compressed_data()
314 cm->fb_idx_ref_cnt[cm->new_fb_idx]--; in vp8dx_receive_compressed_data()
340 if (cm->fb_idx_ref_cnt[cm->new_fb_idx] > 0) in vp8dx_receive_compressed_data()
341 cm->fb_idx_ref_cnt[cm->new_fb_idx]--; in vp8dx_receive_compressed_data()
Ddecodframe.c331 int dst_fb_idx = pc->new_fb_idx; in decode_mb_row()
583 pc->yv12_fb[pc->new_fb_idx].corrupted = 0; in vp8_decode_frame()
844 vpx_memcpy(&xd->dst, &pc->yv12_fb[pc->new_fb_idx], sizeof(YV12_BUFFER_CONFIG)); in vp8_decode_frame()
850 vp8_setup_intra_recon(&pc->yv12_fb[pc->new_fb_idx]); in vp8_decode_frame()
881 vp8_yv12_extend_frame_borders_ptr(&pc->yv12_fb[pc->new_fb_idx]); /*cm->frame_to_show);*/ in vp8_decode_frame()
911 pc->yv12_fb[pc->new_fb_idx].corrupted = in vp8_decode_frame()
914 pc->yv12_fb[pc->new_fb_idx].corrupted |= in vp8_decode_frame()
Dthreading.c60 mbd->dst = pc->yv12_fb[pc->new_fb_idx]; in setup_decoding_thread_data()
250 int dst_fb_idx = pc->new_fb_idx; in thread_decoding_proc()
737 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.c77 oci->new_fb_idx = 0; in vp8_alloc_frame_buffers()
/external/libvpx/vp8/encoder/
Dethreading.c91 int dst_fb_idx = cm->new_fb_idx; in thread_encoding_proc()
434 mbd->dst = cm->yv12_fb[cm->new_fb_idx]; in vp8cx_init_mbrthread_data()
Dencodeframe.c478 int dst_fb_idx = cm->new_fb_idx; in encode_mb_row()
772 xd->dst = cm->yv12_fb[cm->new_fb_idx]; in vp8_encode_frame()
776 vp8_setup_intra_recon(&cm->yv12_fb[cm->new_fb_idx]); in vp8_encode_frame()
Donyx_if.c3277 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in loopfilter_frame()
3979 &cm->yv12_fb[cm->new_fb_idx], in encode_frame_to_data_rate()
4176 &cm->yv12_fb[cm->new_fb_idx], in encode_frame_to_data_rate()
4230 vp8_swap_yv12_buffer(&cm->yv12_fb[cm->lst_fb_idx], &cm->yv12_fb[cm->new_fb_idx]); in encode_frame_to_data_rate()
4234 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx]; in encode_frame_to_data_rate()
Dfirstpass.c496 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in vp8_first_pass()