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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyx.h27 typedef int *VP9_PTR; typedef
176 VP9_PTR vp9_create_compressor(VP9_CONFIG *oxcf);
177 void vp9_remove_compressor(VP9_PTR *comp);
179 void vp9_change_config(VP9_PTR onyx, VP9_CONFIG *oxcf);
183 int vp9_receive_raw_frame(VP9_PTR comp, unsigned int frame_flags,
187 int vp9_get_compressed_data(VP9_PTR comp, unsigned int *frame_flags,
192 int vp9_get_preview_raw_frame(VP9_PTR comp, YV12_BUFFER_CONFIG *dest,
195 int vp9_use_as_reference(VP9_PTR comp, int ref_frame_flags);
197 int vp9_update_reference(VP9_PTR comp, int ref_frame_flags);
199 int vp9_copy_reference_enc(VP9_PTR com
[all...]

Completed in 100 milliseconds