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

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_if.c 118 ref_fb_idx = cm->gld_fb_idx;
150 ref_fb_ptr = &cm->gld_fb_idx;
220 new_fb = cm->gld_fb_idx;
238 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb);
242 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx);
318 pbi->dec_fb_ref[GOLDEN_FRAME] = &cm->yv12_fb[cm->gld_fb_idx];
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 118 ref_fb_idx = cm->gld_fb_idx;
150 ref_fb_ptr = &cm->gld_fb_idx;
226 new_fb = cm->gld_fb_idx;
244 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb);
248 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx);
336 pbi->dec_fb_ref[GOLDEN_FRAME] = &cm->yv12_fb[cm->gld_fb_idx];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 118 ref_fb_idx = cm->gld_fb_idx;
150 ref_fb_ptr = &cm->gld_fb_idx;
226 new_fb = cm->gld_fb_idx;
244 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb);
248 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx);
338 pbi->dec_fb_ref[GOLDEN_FRAME] = &cm->yv12_fb[cm->gld_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 71 oci->gld_fb_idx = 2;
  /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->gld_fb_idx = 2;
  /external/libvpx/libvpx/vpx/
vp8cx.h 302 int gld_fb_idx; /**< golden 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 71 oci->gld_fb_idx = 2;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8cx.h 302 int gld_fb_idx; /**< golden frame frame buffer index */ member in struct:vpx_svc_parameters
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.h 101 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx],
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.h 98 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx],
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.h 98 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx],
onyx_if.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 248 int gld_fb_idx; member in struct:VP9_COMP
463 return cpi->gld_fb_idx;
vp9_svc_layercontext.c 274 cpi->gld_fb_idx = (lc->gold_ref_idx >= 0) ?
277 cpi->gld_fb_idx = cpi->svc.spatial_layer_id - 1;
vp9_encoder.c 549 cpi->gld_fb_idx = 1;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 313 int gld_fb_idx; member in struct:VP9_COMP
579 return cpi->gld_fb_idx;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 314 int gld_fb_idx; member in struct:VP9_COMP
579 return cpi->gld_fb_idx;
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 818 svc_params.gld_fb_idx = si->layer + 1;
821 svc_params.gld_fb_idx = svc_params.lst_fb_idx;
823 svc_params.gld_fb_idx = 2 * si->layers - 1 - si->layer;
836 svc_params.flags & VP8_EFLAG_NO_REF_GF ? -1 : svc_params.gld_fb_idx,
841 svc_params.flags & VP8_EFLAG_NO_UPD_GF ? -1 : svc_params.gld_fb_idx,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 818 svc_params.gld_fb_idx = si->layer + 1;
821 svc_params.gld_fb_idx = svc_params.lst_fb_idx;
823 svc_params.gld_fb_idx = 2 * si->layers - 1 - si->layer;
836 svc_params.flags & VP8_EFLAG_NO_REF_GF ? -1 : svc_params.gld_fb_idx,
841 svc_params.flags & VP8_EFLAG_NO_UPD_GF ? -1 : svc_params.gld_fb_idx,
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 650 milliseconds

1 2