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

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 489 cpi->gld_fb_idx = spatial_id;
491 cpi->gld_fb_idx = spatial_id - 1;
494 cpi->gld_fb_idx = 0;
499 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1;
503 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1;
507 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1;
554 cpi->gld_fb_idx = spatial_id;
556 cpi->gld_fb_idx = spatial_id - 1;
559 cpi->gld_fb_idx = 0;
564 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1
    [all...]
vp9_encoder.h 479 int gld_fb_idx; member in struct:VP9_COMP
776 return cpi->gld_fb_idx;
vp9_encoder.c     [all...]
vp9_firstpass.c     [all...]
vp9_bitstream.c     [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 132 ref_fb_idx = cm->gld_fb_idx;
163 ref_fb_ptr = &cm->gld_fb_idx;
227 new_fb = cm->gld_fb_idx;
246 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb);
250 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx);
322 pbi->dec_fb_ref[GOLDEN_FRAME] = &cm->yv12_fb[cm->gld_fb_idx];
  /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 72 oci->gld_fb_idx = 2;
  /external/libvpx/libvpx/vp8/encoder/
rdopt.h 89 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx],
onyx_if.c     [all...]
encodeframe.c     [all...]
firstpass.c 481 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx];
    [all...]
  /external/libvpx/libvpx/vpx/
vp8cx.h 731 int gld_fb_idx[VPX_TS_MAX_LAYERS]; /**< Golden buffer index. */ member in struct:vpx_svc_ref_frame_config
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 596 ref_frame_config->gld_fb_idx[sl] = sl - 1;
598 ref_frame_config->gld_fb_idx[sl] = 0;
602 ref_frame_config->gld_fb_idx[sl] = num_spatial_layers + sl - 1;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 742 sf_conf.gld_fb_idx[layer_idx] = refs[ref_idx];
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 410 milliseconds