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

1 2

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 451 cpi->gld_fb_idx = spatial_id - 1;
453 cpi->gld_fb_idx = 0;
457 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1;
461 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1;
465 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1;
505 cpi->gld_fb_idx = spatial_id - 1;
507 cpi->gld_fb_idx = 0;
511 cpi->gld_fb_idx = cpi->svc.number_spatial_layers + spatial_id - 1;
535 cpi->gld_fb_idx = spatial_id - 1;
537 cpi->gld_fb_idx = 0
    [all...]
vp9_encoder.h 320 int gld_fb_idx; member in struct:VP9_COMP
566 return cpi->gld_fb_idx;
vp9_encoder.c 762 cpi->gld_fb_idx = 1;
    [all...]
vp9_firstpass.c 566 cpi->gld_fb_idx =
    [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 135 ref_fb_idx = cm->gld_fb_idx;
167 ref_fb_ptr = &cm->gld_fb_idx;
237 new_fb = cm->gld_fb_idx;
255 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb);
259 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx);
337 pbi->dec_fb_ref[GOLDEN_FRAME] = &cm->yv12_fb[cm->gld_fb_idx];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 118 ref_fb_idx = cm->gld_fb_idx;
150 ref_fb_ptr = &cm->gld_fb_idx;
226 new_fb = cm->gld_fb_idx;
244 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb);
248 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx);
338 pbi->dec_fb_ref[GOLDEN_FRAME] = &cm->yv12_fb[cm->gld_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 72 oci->gld_fb_idx = 2;
  /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 71 oci->gld_fb_idx = 2;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8cx.h 302 int gld_fb_idx; /**< golden frame frame buffer index */ member in struct:vpx_svc_parameters
  /external/libvpx/libvpx/vp8/encoder/
rdopt.h 103 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx],
onyx_if.c     [all...]
encodeframe.c     [all...]
  /external/libvpx/libvpx/vpx/
vp8cx.h 694 int gld_fb_idx[VPX_TS_MAX_LAYERS]; /**< Golden buffer index. */ member in struct:vpx_svc_ref_frame_config
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.h 98 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx],
onyx_if.c     [all...]
encodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 314 int gld_fb_idx; member in struct:VP9_COMP
579 return cpi->gld_fb_idx;
vp9_onyx_if.c 819 cpi->gld_fb_idx = 1;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 818 svc_params.gld_fb_idx = si->layer + 1;
821 svc_params.gld_fb_idx = svc_params.lst_fb_idx;
823 svc_params.gld_fb_idx = 2 * si->layers - 1 - si->layer;
836 svc_params.flags & VP8_EFLAG_NO_REF_GF ? -1 : svc_params.gld_fb_idx,
841 svc_params.flags & VP8_EFLAG_NO_UPD_GF ? -1 : svc_params.gld_fb_idx,
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 588 ref_frame_config->gld_fb_idx[sl] = sl - 1;
590 ref_frame_config->gld_fb_idx[sl] = 0;
594 ref_frame_config->gld_fb_idx[sl] = num_spatial_layers + sl - 1;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c     [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 742 sf_conf.gld_fb_idx[layer_idx] = refs[ref_idx];
    [all...]

Completed in 1444 milliseconds

1 2