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

  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 46 static void ref_cnt_fb (int *buf, int *idx, int new_idx);
187 * ref_cnt_fb() below. */
191 ref_cnt_fb (cm->fb_idx_ref_cnt, ref_fb_ptr, free_fb);
210 static void ref_cnt_fb (int *buf, int *idx, int new_idx) function
241 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb);
255 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, new_fb);
259 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->gld_fb_idx, cm->new_fb_idx);
262 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx);
266 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 43 static void ref_cnt_fb (int *buf, int *idx, int new_idx);
170 * ref_cnt_fb() below. */
174 ref_cnt_fb (cm->fb_idx_ref_cnt, ref_fb_ptr, free_fb);
199 static void ref_cnt_fb (int *buf, int *idx, int new_idx) function
230 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, new_fb);
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);
251 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->alt_fb_idx, cm->new_fb_idx);
255 ref_cnt_fb (cm->fb_idx_ref_cnt, &cm->lst_fb_idx, cm->new_fb_idx);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 242 // ref_cnt_fb() below.
246 ref_cnt_fb(cm->frame_bufs, ref_fb_ptr, free_fb);
273 ref_cnt_fb(cm->frame_bufs, &cm->ref_frame_map[ref_index],
vp9_decodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 225 static INLINE void ref_cnt_fb(RefCntBuffer *bufs, int *idx, int new_idx) {
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 325 static INLINE void ref_cnt_fb(RefCntBuffer *bufs, int *idx, int new_idx) { function
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 220 // ref_cnt_fb() below.
224 ref_cnt_fb(frame_bufs, ref_fb_ptr, free_fb);
vp9_decodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c     [all...]
vp9_encoder.c     [all...]

Completed in 267 milliseconds