Searched defs:new_fb_idx (Results 1 - 4 of 4) sorted by relevance

/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
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_onyxc_int.h98 // roll new_fb_idx into it.
103 int new_fb_idx; member in struct:VP9Common
215 return &cm->frame_bufs[cm->new_fb_idx].buf;
/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
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h97 // roll new_fb_idx into it.
102 int new_fb_idx; member in struct:VP9Common
214 return &cm->frame_bufs[cm->new_fb_idx].buf;

Completed in 560 milliseconds