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

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 496 cpi->alt_fb_idx = 0;
500 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
504 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
508 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
561 cpi->alt_fb_idx = 0;
565 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
632 cpi->alt_fb_idx = cpi->svc.ext_alt_fb_idx[sl];
716 cpi->alt_fb_idx = cpi->svc.spatial_layer_id - 2;
718 cpi->alt_fb_idx = cpi->lst_fb_idx;
723 cpi->alt_fb_idx = lc->alt_ref_idx
    [all...]
vp9_encoder.h 480 int alt_fb_idx; member in struct:VP9_COMP
778 return cpi->alt_fb_idx;
vp9_encoder.c     [all...]
vp9_bitstream.c     [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 134 ref_fb_idx = cm->alt_fb_idx;
165 ref_fb_ptr = &cm->alt_fb_idx;
232 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb);
241 new_fb = cm->alt_fb_idx;
254 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx);
323 pbi->dec_fb_ref[ALTREF_FRAME] = &cm->yv12_fb[cm->alt_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 73 oci->alt_fb_idx = 3;
  /external/libvpx/libvpx/vp8/encoder/
rdopt.h 94 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.alt_fb_idx],
onyx_if.c     [all...]
encodeframe.c     [all...]
  /external/libvpx/libvpx/vpx/
vp8cx.h 732 int alt_fb_idx[VPX_TS_MAX_LAYERS]; /**< Altref buffer index. */ member in struct:vpx_svc_ref_frame_config
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 714 // When encoding a keyframe only the alt_fb_idx is used
716 sf_conf.alt_fb_idx[layer] = settings.layer[layer].upd_buf;
747 sf_conf.alt_fb_idx[layer_idx] = refs[ref_idx];
789 sf_conf.alt_fb_idx[layer_idx] = settings.layer[layer_idx].upd_buf;
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 599 ref_frame_config->alt_fb_idx[sl] = 0;
603 ref_frame_config->alt_fb_idx[sl] = num_spatial_layers + sl;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 365 milliseconds