Searched refs:gld_fb_idx (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_if.c118 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/
H A Donyxd_if.c118 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];
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxc_int.h85 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member in struct:VP8Common
H A Dalloccommon.c71 oci->gld_fb_idx = 2;
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h85 int new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx; member in struct:VP8Common
H A Dalloccommon.c71 oci->gld_fb_idx = 2;
/external/libvpx/libvpx/vpx/
H A Dvp8cx.h302 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/
H A Drdopt.h101 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx],
H A Donyx_if.c2626 ref_fb_idx = cm->gld_fb_idx;
2645 ref_fb_idx = cm->gld_fb_idx;
3150 yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME;
3153 cm->alt_fb_idx = cm->gld_fb_idx = cm->new_fb_idx;
3188 if(cm->alt_fb_idx != cm->gld_fb_idx)
3190 yv12_fb[cm->gld_fb_idx].flags |= VP8_ALTR_FRAME;
3192 cm->alt_fb_idx = cm->gld_fb_idx;
3205 cm->yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME;
3206 cm->gld_fb_idx = cm->new_fb_idx;
3216 if(cm->gld_fb_idx !
[all...]
H A Dencodeframe.c1369 ref_fb_idx = cpi->common.gld_fb_idx;
H A Dfirstpass.c517 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx];
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.h98 get_plane_pointers(&cpi->common.yv12_fb[cpi->common.gld_fb_idx],
H A Donyx_if.c2572 ref_fb_idx = cm->gld_fb_idx;
2591 ref_fb_idx = cm->gld_fb_idx;
3100 yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME;
3103 cm->alt_fb_idx = cm->gld_fb_idx = cm->new_fb_idx;
3144 if(cm->alt_fb_idx != cm->gld_fb_idx)
3146 yv12_fb[cm->gld_fb_idx].flags |= VP8_ALTR_FRAME;
3148 cm->alt_fb_idx = cm->gld_fb_idx;
3163 cm->yv12_fb[cm->gld_fb_idx].flags &= ~VP8_GOLD_FRAME;
3164 cm->gld_fb_idx = cm->new_fb_idx;
3176 if(cm->gld_fb_idx !
[all...]
H A Dencodeframe.c1356 ref_fb_idx = cpi->common.gld_fb_idx;
H A Dfirstpass.c517 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h248 int gld_fb_idx; member in struct:VP9_COMP
463 return cpi->gld_fb_idx;
H A Dvp9_svc_layercontext.c274 cpi->gld_fb_idx = (lc->gold_ref_idx >= 0) ?
277 cpi->gld_fb_idx = cpi->svc.spatial_layer_id - 1;
H A Dvp9_encoder.c549 cpi->gld_fb_idx = 1;
1518 &cm->ref_frame_map[cpi->gld_fb_idx], cm->new_fb_idx);
1527 // We now have to update the ARF with the current frame and swap gld_fb_idx
1536 cpi->alt_fb_idx = cpi->gld_fb_idx;
1537 cpi->gld_fb_idx = tmp;
1540 cpi->svc.layer_context[0].gold_ref_idx = cpi->gld_fb_idx;
1560 &cm->ref_frame_map[cpi->gld_fb_idx], cm->new_fb_idx);
1960 const int gold_is_last = map[cpi->gld_fb_idx] == map[cpi->lst_fb_idx];
1962 const int gold_is_alt = map[cpi->gld_fb_idx] == map[cpi->alt_fb_idx];
2613 cpi->gld_fb_idx
[all...]
H A Dvp9_bitstream.c898 // will swap gld_fb_idx and alt_fb_idx to achieve our objective. We do it
912 (cpi->refresh_golden_frame << cpi->gld_fb_idx) |
H A Dvp9_firstpass.c449 cpi->gld_fb_idx =
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h313 int gld_fb_idx; member in struct:VP9_COMP
579 return cpi->gld_fb_idx;
H A Dvp9_onyx_if.c774 cpi->gld_fb_idx = 1;
1972 &cm->ref_frame_map[cpi->gld_fb_idx], cm->new_fb_idx);
1998 cpi->alt_fb_idx = cpi->gld_fb_idx;
1999 cpi->gld_fb_idx = tmp;
2014 &cm->ref_frame_map[cpi->gld_fb_idx], cm->new_fb_idx);
H A Dvp9_bitstream.c905 // gld_fb_idx and alt_fb_idx need to be swapped for future frames, but
922 (cpi->refresh_golden_frame << cpi->gld_fb_idx) |
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c818 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,
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c1059 cpi->gld_fb_idx = params->gld_fb_idx;

Completed in 4599 milliseconds