HomeSort by relevance Sort by last modified time
    Searched refs:ref_cnt_fb (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 46 static void ref_cnt_fb(int *buf, int *idx, int new_idx);
182 * ref_cnt_fb() below. */
186 ref_cnt_fb(cm->fb_idx_ref_cnt, ref_fb_ptr, free_fb);
204 static void ref_cnt_fb(int *buf, int *idx, int new_idx) { function
232 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb);
246 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb);
250 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx);
254 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx);
258 ref_cnt_fb(cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx);
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 321 static INLINE void ref_cnt_fb(RefCntBuffer *bufs, int *idx, int new_idx) { function
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]
vp9_firstpass.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 580 milliseconds