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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_if.c42 static int get_free_fb (VP8_COMMON *cm);
168 free_fb = get_free_fb(cm);
181 static int get_free_fb (VP8_COMMON *cm) function
279 cm->lst_fb_idx = get_free_fb(cm);
313 cm->new_fb_idx = get_free_fb (cm);
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_if.c42 static int get_free_fb (VP8_COMMON *cm);
168 free_fb = get_free_fb(cm);
187 static int get_free_fb (VP8_COMMON *cm) function
285 cm->lst_fb_idx = get_free_fb(cm);
331 cm->new_fb_idx = get_free_fb (cm);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_onyxc_int.h218 static INLINE int get_free_fb(VP9_COMMON *cm) { function
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h217 static INLINE int get_free_fb(VP9_COMMON *cm) { function

Completed in 1657 milliseconds