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

  /external/libaom/libaom/av1/common/
onyxc_int.h 663 static INLINE int get_ref_frame_map_idx(const AV1_COMMON *const cm, function
672 const int map_idx = get_ref_frame_map_idx(cm, ref_frame);
680 const int map_idx = get_ref_frame_map_idx(cm, ref_frame);
686 const int map_idx = get_ref_frame_map_idx(cm, ref_frame);
693 const int map_idx = get_ref_frame_map_idx(cm, cm->primary_ref_frame + 1);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 927 static INLINE int get_ref_frame_map_idx(const VP9_COMP *cpi, function
941 const int map_idx = get_ref_frame_map_idx(cpi, ref_frame);

Completed in 1756 milliseconds