Searched refs:new_fb_idx (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/vp8/decoder/ |
D | onyxd_if.c | 262 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 …]
|
D | decodframe.c | 333 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()
|
D | threading.c | 64 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/ |
D | onyxc_int.h | 103 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member
|
D | alloccommon.c | 78 oci->new_fb_idx = 0; in vp8_alloc_frame_buffers()
|
/external/libvpx/vp8/encoder/ |
D | ethreading.c | 60 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()
|
D | encodeframe.c | 381 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()
|
D | onyx_if.c | 4192 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()
|
D | firstpass.c | 522 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in vp8_first_pass()
|