Searched refs:new_fb_idx (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 193 cm->new_fb_idx); in swap_frame_buffers() 202 cm->frame_bufs[cm->new_fb_idx].ref_count--; in swap_frame_buffers() 231 if (cm->new_fb_idx >= 0 && cm->frame_bufs[cm->new_fb_idx].ref_count == 0) in vp9_receive_compressed_data() 233 &cm->frame_bufs[cm->new_fb_idx].raw_frame_buffer); in vp9_receive_compressed_data() 234 cm->new_fb_idx = get_free_fb(cm); in vp9_receive_compressed_data() 250 if (cm->new_fb_idx > 0 && cm->frame_bufs[cm->new_fb_idx].ref_count > 0) in vp9_receive_compressed_data() 251 cm->frame_bufs[cm->new_fb_idx].ref_count--; in vp9_receive_compressed_data()
|
D | vp9_decodeframe.c | 658 &cm->frame_bufs[cm->new_fb_idx].raw_frame_buffer, cm->get_fb_cb, in setup_frame_size() 705 &cm->frame_bufs[cm->new_fb_idx].raw_frame_buffer, cm->get_fb_cb, in setup_frame_size_with_refs() 1159 ref_cnt_fb(cm->frame_bufs, &cm->new_fb_idx, frame_to_show); in read_uncompressed_header()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 242 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx); in swap_frame_buffers() 245 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx); in swap_frame_buffers() 249 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx); in swap_frame_buffers() 254 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx]; in swap_frame_buffers() 256 cm->fb_idx_ref_cnt[cm->new_fb_idx]--; in swap_frame_buffers() 313 cm->new_fb_idx = get_free_fb (cm); in vp8dx_receive_compressed_data() 316 pbi->dec_fb_ref[INTRA_FRAME] = &cm->yv12_fb[cm->new_fb_idx]; in vp8dx_receive_compressed_data() 329 if (cm->fb_idx_ref_cnt[cm->new_fb_idx] > 0) in vp8dx_receive_compressed_data() 330 cm->fb_idx_ref_cnt[cm->new_fb_idx]--; in vp8dx_receive_compressed_data() 341 if (cm->fb_idx_ref_cnt[cm->new_fb_idx] > 0) in vp8dx_receive_compressed_data() [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 99 int new_fb_idx; member 215 return &cm->frame_bufs[cm->new_fb_idx].buf; in get_frame_new_buffer()
|
D | vp9_alloccommon.c | 158 cm->new_fb_idx = FRAME_BUFFERS - 1; in init_frame_bufs() 159 cm->frame_bufs[cm->new_fb_idx].ref_count = 1; in init_frame_bufs()
|
/external/libvpx/libvpx/vp8/common/ |
D | onyxc_int.h | 85 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member
|
D | alloccommon.c | 69 oci->new_fb_idx = 0; in vp8_alloc_frame_buffers()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeframe.c | 269 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in build_activity_map() 373 int dst_fb_idx = cm->new_fb_idx; in encode_mb_row() 647 xd->dst = cm->yv12_fb[cm->new_fb_idx]; in init_encode_frame_mb_context() 650 vp8_setup_intra_recon(&cm->yv12_fb[cm->new_fb_idx]); in init_encode_frame_mb_context()
|
D | onyx_if.c | 3146 yv12_fb[cm->new_fb_idx].flags |= VP8_GOLD_FRAME | VP8_ALTR_FRAME ; in update_reference_frames() 3151 cm->alt_fb_idx = cm->gld_fb_idx = cm->new_fb_idx; in update_reference_frames() 3164 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_ALTR_FRAME; in update_reference_frames() 3166 cm->alt_fb_idx = cm->new_fb_idx; in update_reference_frames() 3210 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_GOLD_FRAME; in update_reference_frames() 3212 cm->gld_fb_idx = cm->new_fb_idx; in update_reference_frames() 3255 cm->yv12_fb[cm->new_fb_idx].flags |= VP8_LAST_FRAME; in update_reference_frames() 3257 cm->lst_fb_idx = cm->new_fb_idx; in update_reference_frames() 4160 &cm->yv12_fb[cm->new_fb_idx]); in encode_frame_to_data_rate() 4373 &cm->yv12_fb[cm->new_fb_idx]); in encode_frame_to_data_rate() [all …]
|
D | ethreading.c | 86 int dst_fb_idx = cm->new_fb_idx; in thread_encoding_proc() 484 mbd->dst = cm->yv12_fb[cm->new_fb_idx]; in vp8cx_init_mbrthread_data()
|
D | firstpass.c | 516 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in vp8_first_pass()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 227 cm->new_fb_idx = -1; in init_buffer_callbacks() 329 ctx->img.fb_priv = cm->frame_bufs[cm->new_fb_idx].raw_frame_buffer.priv; in decode_one()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 448 xd->dst = pc->yv12_fb[pc->new_fb_idx]; in vp8_decode() 453 pbi->mb_row_di[i].mbd.dst = pc->yv12_fb[pc->new_fb_idx]; in vp8_decode()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 1499 &cm->ref_frame_map[cpi->gld_fb_idx], cm->new_fb_idx); in vp9_update_reference_frames() 1501 &cm->ref_frame_map[cpi->alt_fb_idx], cm->new_fb_idx); in vp9_update_reference_frames() 1514 &cm->ref_frame_map[cpi->alt_fb_idx], cm->new_fb_idx); in vp9_update_reference_frames() 1533 &cm->ref_frame_map[arf_idx], cm->new_fb_idx); in vp9_update_reference_frames() 1538 &cm->ref_frame_map[cpi->gld_fb_idx], cm->new_fb_idx); in vp9_update_reference_frames() 1544 &cm->ref_frame_map[cpi->lst_fb_idx], cm->new_fb_idx); in vp9_update_reference_frames() 2644 cm->frame_bufs[cm->new_fb_idx].ref_count--; in vp9_get_compressed_data() 2645 cm->new_fb_idx = get_free_fb(cm); in vp9_get_compressed_data()
|