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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_onyxc_int.h203 } VP9_COMMON; typedef in typeref:struct:VP9Common
205 static INLINE YV12_BUFFER_CONFIG *get_ref_frame(VP9_COMMON *cm, int index) {
214 static INLINE YV12_BUFFER_CONFIG *get_frame_new_buffer(VP9_COMMON *cm) {
218 static INLINE int get_free_fb(VP9_COMMON *cm) {
244 static INLINE void init_macroblockd(VP9_COMMON *cm, MACROBLOCKD *xd) {
257 static INLINE int frame_is_intra_only(const VP9_COMMON *const cm) {
261 static INLINE const vp9_prob* get_partition_probs(const VP9_COMMON *cm,
297 static INLINE void set_prev_mi(VP9_COMMON *cm) {
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h211 } VP9_COMMON; typedef in typeref:struct:VP9Common
213 static INLINE YV12_BUFFER_CONFIG *get_frame_new_buffer(VP9_COMMON *cm) {
217 static INLINE int get_free_fb(VP9_COMMON *cm) {
243 static INLINE void init_macroblockd(VP9_COMMON *cm, MACROBLOCKD *xd) {
256 static INLINE const vp9_prob* get_partition_probs(const VP9_COMMON *cm,
287 static INLINE MODE_INFO *get_prev_mi(VP9_COMMON *cm) {
298 static INLINE int frame_is_intra_only(const VP9_COMMON *const cm) {

Completed in 36 milliseconds