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

  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.h 76 int refresh_last_frame, int alt_fb_idx, int gld_fb_idx, int lst_fb_idx,
93 int alt_fb_idx, int gld_fb_idx, int lst_fb_idx);
vp9_svc_layercontext.c 69 svc->alt_fb_idx[sl] = 2;
453 int fb_idx[3] = { cpi->lst_fb_idx, cpi->gld_fb_idx, cpi->alt_fb_idx };
473 cpi->alt_fb_idx = first_fb_idx;
566 cpi->alt_fb_idx = 0;
570 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
574 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
578 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
635 cpi->alt_fb_idx = 0;
639 cpi->alt_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
687 cpi->alt_fb_idx = svc->alt_fb_idx[sl]
    [all...]
vp9_denoiser.c 468 int refresh_last_frame, int alt_fb_idx, int gld_fb_idx, int lst_fb_idx,
499 copy_frame(&denoiser->running_avg_y[alt_fb_idx + 1 + shift],
512 swap_frame_buffer(&denoiser->running_avg_y[alt_fb_idx + 1 + shift],
573 int alt_fb_idx, int gld_fb_idx, int lst_fb_idx) {
590 alt_fb_idx + 1 + svc_buf_shift);
728 cpi->alt_fb_idx = svc->buffer_gf_temporal_ref[index].idx;
810 cpi->refresh_last_frame, cpi->alt_fb_idx,
818 cpi->refresh_last_frame, cpi->alt_fb_idx, cpi->gld_fb_idx,
vp9_svc_layercontext.h 106 int alt_fb_idx[VPX_MAX_LAYERS]; member in struct:SVC
vp9_bitstream.c     [all...]
vp9_encoder.h 606 int alt_fb_idx; member in struct:VP9_COMP
934 return cpi->alt_fb_idx;
vp9_ratectrl.c     [all...]
vp9_encoder.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/examples/
vp9_spatial_svc_encoder.c 617 ref_frame_config->alt_fb_idx[sl] = 0;
621 ref_frame_config->alt_fb_idx[sl] = num_spatial_layers + sl;
655 1 << ref_frame_config->alt_fb_idx[sl];
663 1 << ref_frame_config->alt_fb_idx[sl];
693 ref_frame_config->alt_fb_idx[1] = 0;
697 ref_frame_config->alt_fb_idx[0] = 0;
702 ref_frame_config->alt_fb_idx[0] = 2;
706 ref_frame_config->alt_fb_idx[1] = 3;
    [all...]
  /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 817 int alt_fb_idx[VPX_SS_MAX_LAYERS]; /**< Altref buffer index. */ member in struct:vpx_svc_ref_frame_config
    [all...]
  /external/libvpx/libvpx/test/
svc_datarate_test.cc 93 ref_frame_config->alt_fb_idx[sl] = 0;
98 ref_frame_config->alt_fb_idx[sl] =
129 1 << ref_frame_config->alt_fb_idx[sl];
135 1 << ref_frame_config->alt_fb_idx[sl];
    [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...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 598 milliseconds