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

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_if.c 116 ref_fb_idx = cm->lst_fb_idx;
148 ref_fb_ptr = &cm->lst_fb_idx;
218 new_fb = cm->lst_fb_idx;
232 new_fb = cm->lst_fb_idx;
249 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx);
251 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx];
271 if (cm->fb_idx_ref_cnt[cm->lst_fb_idx] > 1)
277 const int prev_idx = cm->lst_fb_idx;
279 cm->lst_fb_idx = get_free_fb(cm);
281 &cm->yv12_fb[cm->lst_fb_idx]);
    [all...]
  /external/libvpx/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...]
  /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/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 70 oci->lst_fb_idx = 1;
  /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 70 oci->lst_fb_idx = 1;
  /external/libvpx/libvpx/vpx/
vp8cx.h 301 int lst_fb_idx; /**< last 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 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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_svc_layercontext.c 271 cpi->lst_fb_idx = cpi->svc.spatial_layer_id;
275 lc->gold_ref_idx : cpi->lst_fb_idx;
283 cpi->alt_fb_idx = cpi->lst_fb_idx;
294 cpi->alt_fb_idx = cpi->lst_fb_idx;
305 cpi->alt_fb_idx = cpi->lst_fb_idx;
vp9_encoder.h 247 int lst_fb_idx; member in struct:VP9_COMP
461 return cpi->lst_fb_idx;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.h 97 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;
483 mbd->pre = cm->yv12_fb[cm->lst_fb_idx];
  /external/libvpx/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];
  /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];
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 312 int lst_fb_idx; member in struct:VP9_COMP
577 return cpi->lst_fb_idx;
  /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;
  /external/libvpx/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...]

Completed in 1443 milliseconds

1 2