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

  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 133 ref_fb_idx = cm->lst_fb_idx;
165 ref_fb_ptr = &cm->lst_fb_idx;
241 new_fb = cm->lst_fb_idx;
255 new_fb = cm->lst_fb_idx;
272 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx);
274 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx];
341 if (cm->fb_idx_ref_cnt[cm->lst_fb_idx] > 1)
347 const int prev_idx = cm->lst_fb_idx;
349 cm->lst_fb_idx = get_free_fb(cm);
351 &cm->yv12_fb[cm->lst_fb_idx]);
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 82 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member in struct:VP8Common
alloccommon.c 70 oci->lst_fb_idx = 1;
  /external/libvpx/libvpx/vp8/encoder/
rdopt.h 90 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.lst_fb_idx],
onyx_if.c 921 vp8_init3smotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride);
925 vp8_init_dsmotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride);
    [all...]
ethreading.c 85 int ref_fb_idx = cm->lst_fb_idx;
457 mbd->pre = cm->yv12_fb[cm->lst_fb_idx];
encodeframe.c 372 int ref_fb_idx = cm->lst_fb_idx;
632 xd->pre = cm->yv12_fb[cm->lst_fb_idx];
    [all...]
firstpass.c 514 YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx];
    [all...]
rdopt.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 492 xd->pre = pc->yv12_fb[pc->lst_fb_idx];

Completed in 262 milliseconds