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

  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.h 75 int alt_fb_idx, int gld_fb_idx, int lst_fb_idx, int resized,
90 int refresh_gld, int refresh_lst, int alt_fb_idx,
vp9_svc_layercontext.c 500 cpi->alt_fb_idx = 0;
504 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
508 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
512 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
565 cpi->alt_fb_idx = 0;
569 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
637 cpi->alt_fb_idx = cpi->svc.ext_alt_fb_idx[sl];
727 cpi->alt_fb_idx = cpi->svc.spatial_layer_id - 2;
729 cpi->alt_fb_idx = cpi->lst_fb_idx;
734 cpi->alt_fb_idx = lc->alt_ref_idx
    [all...]
vp9_denoiser.c 450 int alt_fb_idx, int gld_fb_idx, int lst_fb_idx, int resized,
471 copy_frame(&denoiser->running_avg_y[alt_fb_idx + 1 + shift],
484 swap_frame_buffer(&denoiser->running_avg_y[alt_fb_idx + 1 + shift],
543 int refresh_gld, int refresh_lst, int alt_fb_idx,
550 alt_fb_idx + 1 + svc_buf_shift);
vp9_encoder.h 485 int alt_fb_idx; member in struct:VP9_COMP
787 return cpi->alt_fb_idx;
vp9_encoder.c     [all...]
vp9_bitstream.c     [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 133 ref_fb_idx = cm->alt_fb_idx;
164 ref_fb_ptr = &cm->alt_fb_idx;
231 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb);
240 new_fb = cm->alt_fb_idx;
253 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx);
322 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 97 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 735 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 1861 milliseconds