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

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_svc_layercontext.c 281 cpi->alt_fb_idx = cpi->svc.spatial_layer_id - 2;
283 cpi->alt_fb_idx = cpi->lst_fb_idx;
288 cpi->alt_fb_idx = lc->alt_ref_idx;
292 // Find a proper alt_fb_idx for layers that don't have alt ref frame
294 cpi->alt_fb_idx = cpi->lst_fb_idx;
301 cpi->alt_fb_idx = lc_lower->alt_ref_idx;
303 cpi->alt_fb_idx = cpi->svc.spatial_layer_id - 2;
305 cpi->alt_fb_idx = cpi->lst_fb_idx;
vp9_encoder.h 249 int alt_fb_idx; member in struct:VP9_COMP
465 return cpi->alt_fb_idx;
vp9_encoder.c 550 cpi->alt_fb_idx = 2;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_if.c 120 ref_fb_idx = cm->alt_fb_idx;
152 ref_fb_ptr = &cm->alt_fb_idx;
224 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb);
234 new_fb = cm->alt_fb_idx;
245 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx);
319 pbi->dec_fb_ref[ALTREF_FRAME] = &cm->yv12_fb[cm->alt_fb_idx];
  /external/libvpx/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);
337 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/chromium_org/third_party/libvpx/source/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;
  /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->alt_fb_idx = 3;
  /external/libvpx/libvpx/vpx/
vp8cx.h 303 int alt_fb_idx; /**< alt reference frame frame buffer index */ member in struct:vpx_svc_parameters
  /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/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.h 105 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.alt_fb_idx],
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.h 102 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.alt_fb_idx],
onyx_if.c     [all...]
  /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...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 314 int alt_fb_idx; member in struct:VP9_COMP
581 return cpi->alt_fb_idx;
vp9_onyx_if.c 775 cpi->alt_fb_idx = 2;
    [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;
  /external/libvpx/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...]
  /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...]

Completed in 1165 milliseconds

1 2