HomeSort by relevance Sort by last modified time
    Searched refs:new_fb_idx (Results 1 - 9 of 9) sorted by null

  /external/libvpx/vp8/decoder/
onyxd_if.c 262 fb_to_update_with = cm->new_fb_idx;
298 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx);
301 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx);
305 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx);
310 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx];
312 cm->fb_idx_ref_cnt[cm->new_fb_idx]--;
346 cm->new_fb_idx = get_free_fb (cm);
359 if (cm->fb_idx_ref_cnt[cm->new_fb_idx] > 0)
360 cm->fb_idx_ref_cnt[cm->new_fb_idx]--;
386 if (cm->fb_idx_ref_cnt[cm->new_fb_idx] > 0
    [all...]
decodframe.c 333 int dst_fb_idx = pc->new_fb_idx;
834 vpx_memcpy(&xd->dst, &pc->yv12_fb[pc->new_fb_idx], sizeof(YV12_BUFFER_CONFIG));
838 vp8_setup_intra_recon(&pc->yv12_fb[pc->new_fb_idx]);
868 vp8_yv12_extend_frame_borders_ptr(&pc->yv12_fb[pc->new_fb_idx]); /*cm->frame_to_show);*/
threading.c 64 mbd->dst = pc->yv12_fb[pc->new_fb_idx];
268 int dst_fb_idx = pc->new_fb_idx;
823 int dst_fb_idx = pc->new_fb_idx;
    [all...]
  /external/libvpx/vp8/common/
onyxc_int.h 103 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member in struct:VP8Common
alloccommon.c 78 oci->new_fb_idx = 0;
  /external/libvpx/vp8/encoder/
ethreading.c 60 int dst_fb_idx = cm->new_fb_idx;
382 mbd->dst = cm->yv12_fb[cm->new_fb_idx];
encodeframe.c 381 int dst_fb_idx = cm->new_fb_idx;
638 xd->dst = cm->yv12_fb[cm->new_fb_idx];
642 vp8_setup_intra_recon(&cm->yv12_fb[cm->new_fb_idx]);
    [all...]
onyx_if.c     [all...]
firstpass.c 522 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx];
    [all...]

Completed in 139 milliseconds