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

  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 250 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx);
254 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx);
258 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx);
262 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx];
265 cm->fb_idx_ref_cnt[cm->new_fb_idx]--;
317 cm->new_fb_idx = get_free_fb(cm);
320 pbi->dec_fb_ref[INTRA_FRAME] = &cm->yv12_fb[cm->new_fb_idx];
332 if (cm->fb_idx_ref_cnt[cm->new_fb_idx] > 0) {
333 cm->fb_idx_ref_cnt[cm->new_fb_idx]--;
343 if (cm->fb_idx_ref_cnt[cm->new_fb_idx] > 0)
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 259 --frame_bufs[cm->new_fb_idx].ref_count;
296 if (!pbi->frame_parallel_decode && cm->new_fb_idx >= 0 &&
297 frame_bufs[cm->new_fb_idx].ref_count == 0)
299 &frame_bufs[cm->new_fb_idx].raw_frame_buffer);
301 cm->new_fb_idx = get_free_fb(cm);
302 if (cm->new_fb_idx == INVALID_IDX) {
309 cm->cur_frame = &pool->frame_bufs[cm->new_fb_idx];
315 frame_bufs[cm->new_fb_idx].frame_worker_owner = worker;
317 pbi->cur_buf = &frame_bufs[cm->new_fb_idx];
322 pbi->cur_buf = &frame_bufs[cm->new_fb_idx];
    [all...]
vp9_decodeframe.c     [all...]
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 80 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member in struct:VP8Common
alloccommon.c 70 oci->new_fb_idx = 0;
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 145 // roll new_fb_idx into it.
150 int new_fb_idx; member in struct:VP9Common
299 return &cm->buffer_pool->frame_bufs[cm->new_fb_idx].buf;
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 239 cm->new_fb_idx = INVALID_IDX;
516 ctx->frame_cache[ctx->frame_cache_write].fb_idx = cm->new_fb_idx;
520 frame_bufs[cm->new_fb_idx].raw_frame_buffer.priv;
707 ctx->last_show_frame = frame_worker_data->pbi->common.new_fb_idx;
710 ctx->img.fb_priv = frame_bufs[cm->new_fb_idx].raw_frame_buffer.priv;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 380 xd->dst = pc->yv12_fb[pc->new_fb_idx];
384 pbi->mb_row_di[i].mbd.dst = pc->yv12_fb[pc->new_fb_idx];
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 243 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx];
334 int dst_fb_idx = cm->new_fb_idx;
605 xd->dst = cm->yv12_fb[cm->new_fb_idx];
608 vp8_setup_intra_recon(&cm->yv12_fb[cm->new_fb_idx]);
    [all...]
onyx_if.c     [all...]
ethreading.c 78 int dst_fb_idx = cm->new_fb_idx;
461 mbd->dst = cm->yv12_fb[cm->new_fb_idx];
firstpass.c 480 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]
vp9_firstpass.c     [all...]

Completed in 716 milliseconds