HomeSort by relevance Sort by last modified time
    Searched defs:get_ref_frame_idx (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 458 static INLINE int get_ref_frame_idx(const VP9_COMP *cpi, function
472 return &cm->frame_bufs[cm->ref_frame_map[get_ref_frame_idx(cpi, ref_frame)]]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 574 static INLINE int get_ref_frame_idx(const VP9_COMP *cpi, function
588 return &cm->frame_bufs[cm->ref_frame_map[get_ref_frame_idx(cpi, ref_frame)]]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 574 static INLINE int get_ref_frame_idx(const VP9_COMP *cpi, function
588 return &cm->frame_bufs[cm->ref_frame_map[get_ref_frame_idx(cpi, ref_frame)]]

Completed in 34 milliseconds