Searched defs:get_ref_frame_idx (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h458 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/
H A Dvp9_onyx_int.h574 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 103 milliseconds