Home
last modified time | relevance | path

Searched refs:new_idx (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_onyxc_int.h225 static INLINE void ref_cnt_fb(RefCntBuffer *bufs, int *idx, int new_idx) { in ref_cnt_fb() argument
231 *idx = new_idx; in ref_cnt_fb()
233 bufs[new_idx].ref_count++; in ref_cnt_fb()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_if.c43 static void ref_cnt_fb (int *buf, int *idx, int new_idx);
199 static void ref_cnt_fb (int *buf, int *idx, int new_idx) in ref_cnt_fb() argument
204 *idx = new_idx; in ref_cnt_fb()
206 buf[new_idx]++; in ref_cnt_fb()