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

1 2

  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 133 ref_fb_idx = cm->lst_fb_idx;
165 ref_fb_ptr = &cm->lst_fb_idx;
235 new_fb = cm->lst_fb_idx;
249 new_fb = cm->lst_fb_idx;
266 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx);
268 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx];
288 if (cm->fb_idx_ref_cnt[cm->lst_fb_idx] > 1)
294 const int prev_idx = cm->lst_fb_idx;
296 cm->lst_fb_idx = get_free_fb(cm);
298 &cm->yv12_fb[cm->lst_fb_idx]);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 116 ref_fb_idx = cm->lst_fb_idx;
148 ref_fb_ptr = &cm->lst_fb_idx;
224 new_fb = cm->lst_fb_idx;
238 new_fb = cm->lst_fb_idx;
255 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx);
257 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx];
277 if (cm->fb_idx_ref_cnt[cm->lst_fb_idx] > 1)
283 const int prev_idx = cm->lst_fb_idx;
285 cm->lst_fb_idx = get_free_fb(cm);
287 &cm->yv12_fb[cm->lst_fb_idx]);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 449 cpi->lst_fb_idx = spatial_id;
456 cpi->lst_fb_idx = spatial_id;
460 cpi->lst_fb_idx = spatial_id;
464 cpi->lst_fb_idx = cpi->svc.number_spatial_layers + spatial_id;
503 cpi->lst_fb_idx = spatial_id;
510 cpi->lst_fb_idx = spatial_id;
533 cpi->lst_fb_idx = spatial_id;
565 cpi->lst_fb_idx = cpi->svc.ext_lst_fb_idx[sl];
611 cpi->lst_fb_idx = cpi->svc.spatial_layer_id;
615 lc->gold_ref_idx : cpi->lst_fb_idx;
    [all...]
vp9_encoder.h 319 int lst_fb_idx; member in struct:VP9_COMP
564 return cpi->lst_fb_idx;
vp9_firstpass.c 561 cpi->lst_fb_idx = cpi->svc.spatial_layer_id;
    [all...]
vp9_bitstream.c     [all...]
  /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 71 oci->lst_fb_idx = 1;
  /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 70 oci->lst_fb_idx = 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8cx.h 301 int lst_fb_idx; /**< last frame frame buffer index */ member in struct:vpx_svc_parameters
  /external/libvpx/libvpx/vp8/encoder/
rdopt.h 99 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.lst_fb_idx],
onyx_if.c     [all...]
ethreading.c 83 int ref_fb_idx = cm->lst_fb_idx;
482 mbd->pre = cm->yv12_fb[cm->lst_fb_idx];
encodeframe.c 374 int ref_fb_idx = cm->lst_fb_idx;
654 xd->pre = cm->yv12_fb[cm->lst_fb_idx];
    [all...]
  /external/libvpx/libvpx/vpx/
vp8cx.h 693 int lst_fb_idx[VPX_TS_MAX_LAYERS]; /**< Last buffer index. */ member in struct:vpx_svc_ref_frame_config
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.h 94 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.lst_fb_idx],
onyx_if.c     [all...]
ethreading.c 85 int ref_fb_idx = cm->lst_fb_idx;
468 mbd->pre = cm->yv12_fb[cm->lst_fb_idx];
encodeframe.c 373 int ref_fb_idx = cm->lst_fb_idx;
634 xd->pre = cm->yv12_fb[cm->lst_fb_idx];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 313 int lst_fb_idx; member in struct:VP9_COMP
577 return cpi->lst_fb_idx;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 807 svc_params.lst_fb_idx = si->layer;
821 svc_params.gld_fb_idx = svc_params.lst_fb_idx;
835 svc_params.flags & VP8_EFLAG_NO_REF_LAST ? -1 : svc_params.lst_fb_idx,
840 svc_params.flags & VP8_EFLAG_NO_UPD_LAST ? -1 : svc_params.lst_fb_idx,
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 586 ref_frame_config->lst_fb_idx[sl] = sl;
593 ref_frame_config->lst_fb_idx[sl] = sl;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 436 xd->pre = pc->yv12_fb[pc->lst_fb_idx];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 3012 milliseconds

1 2