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

  /external/libvpx/libvpx/vp9/decoder/
vp9_dthread.h 59 void vp9_frameworker_wait(VPxWorker *const worker, RefCntBuffer *const ref_buf,
64 void vp9_frameworker_broadcast(RefCntBuffer *const buf, int row);
vp9_decoder.h 69 RefCntBuffer *cur_buf; // Current decoding frame buffer.
129 static INLINE void decrease_ref_count(int idx, RefCntBuffer *const frame_bufs,
vp9_dthread.c 62 void vp9_frameworker_wait(VPxWorker *const worker, RefCntBuffer *const ref_buf,
115 void vp9_frameworker_broadcast(RefCntBuffer *const buf, int row) {
vp9_decoder.c 190 RefCntBuffer *const frame_bufs = cm->buffer_pool->frame_bufs;
237 RefCntBuffer *const frame_bufs = cm->buffer_pool->frame_bufs;
278 RefCntBuffer *volatile const frame_bufs = cm->buffer_pool->frame_bufs;
vp9_decodeframe.c 562 RefCntBuffer *ref_frame_buf,
733 RefCntBuffer *const ref_frame_buf = &pool->frame_bufs[idx];
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 90 } RefCntBuffer;
106 RefCntBuffer frame_bufs[FRAME_BUFFERS];
134 RefCntBuffer *prev_frame;
137 RefCntBuffer *cur_frame;
306 RefCntBuffer *const frame_bufs = cm->buffer_pool->frame_bufs;
325 static INLINE void ref_cnt_fb(RefCntBuffer *bufs, int *idx, int new_idx) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 64 } RefCntBuffer;
92 RefCntBuffer frame_bufs[FRAME_BUFFERS];
225 static INLINE void ref_cnt_fb(RefCntBuffer *bufs, int *idx, int new_idx) {
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 533 RefCntBuffer *const frame_bufs = cm->buffer_pool->frame_bufs;
672 RefCntBuffer *const frame_bufs = ctx->buffer_pool->frame_bufs;
730 RefCntBuffer *const frame_bufs = cm->buffer_pool->frame_bufs;
900 RefCntBuffer *const frame_bufs =
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]

Completed in 173 milliseconds