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

1 2

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 454 cpi->alt_fb_idx = 0;
458 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
462 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
466 cpi->alt_fb_idx = 0;
508 cpi->alt_fb_idx = 0;
512 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
567 cpi->alt_fb_idx = cpi->svc.ext_alt_fb_idx[sl];
621 cpi->alt_fb_idx = cpi->svc.spatial_layer_id - 2;
623 cpi->alt_fb_idx = cpi->lst_fb_idx;
628 cpi->alt_fb_idx = lc->alt_ref_idx
    [all...]
vp9_encoder.h 321 int alt_fb_idx; member in struct:VP9_COMP
568 return cpi->alt_fb_idx;
vp9_encoder.c 763 cpi->alt_fb_idx = 2;
    [all...]
vp9_bitstream.c 909 // will swap gld_fb_idx and alt_fb_idx to achieve our objective. We do it
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 137 ref_fb_idx = cm->alt_fb_idx;
169 ref_fb_ptr = &cm->alt_fb_idx;
241 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb);
251 new_fb = cm->alt_fb_idx;
262 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx);
338 pbi->dec_fb_ref[ALTREF_FRAME] = &cm->yv12_fb[cm->alt_fb_idx];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 120 ref_fb_idx = cm->alt_fb_idx;
152 ref_fb_ptr = &cm->alt_fb_idx;
230 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb);
240 new_fb = cm->alt_fb_idx;
251 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx);
339 pbi->dec_fb_ref[ALTREF_FRAME] = &cm->yv12_fb[cm->alt_fb_idx];
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 85 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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxc_int.h 85 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member in struct:VP8Common
alloccommon.c 72 oci->alt_fb_idx = 3;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8cx.h 303 int alt_fb_idx; /**< alt reference frame frame buffer index */ member in struct:vpx_svc_parameters
  /external/libvpx/libvpx/vp8/encoder/
rdopt.h 107 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 695 int alt_fb_idx[VPX_TS_MAX_LAYERS]; /**< Altref buffer index. */ member in struct:vpx_svc_ref_frame_config
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.h 102 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.alt_fb_idx],
onyx_if.c     [all...]
encodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 315 int alt_fb_idx; member in struct:VP9_COMP
581 return cpi->alt_fb_idx;
vp9_onyx_if.c 820 cpi->alt_fb_idx = 2;
    [all...]
vp9_bitstream.c 905 // gld_fb_idx and alt_fb_idx need to be swapped for future frames, but
    [all...]
  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 814 svc_params.alt_fb_idx = use_higher_layer ? si->layer - 2 : si->layer - 1;
837 svc_params.flags & VP8_EFLAG_NO_REF_ARF ? -1 : svc_params.alt_fb_idx);
842 svc_params.flags & VP8_EFLAG_NO_UPD_ARF ? -1 : svc_params.alt_fb_idx);
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 591 ref_frame_config->alt_fb_idx[sl] = 0;
595 ref_frame_config->alt_fb_idx[sl] = num_spatial_layers + sl;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 944 milliseconds

1 2