Searched defs:oci (Results 1 – 2 of 2) sorted by relevance
35 void vp8_de_alloc_frame_buffers(VP8_COMMON *oci) in vp8_de_alloc_frame_buffers()53 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height) in vp8_alloc_frame_buffers()164 void vp8_create_common(VP8_COMMON *oci) in vp8_create_common()188 void vp8_remove_common(VP8_COMMON *oci) in vp8_remove_common()
675 #define RTCD_VTABLE(oci) (&(oci)->rtcd.postproc) argument677 #define RTCD_VTABLE(oci) NULL argument680 int vp8_post_proc_frame(VP8_COMMON *oci, YV12_BUFFER_CONFIG *dest, int deblock_level, int noise_lev… in vp8_post_proc_frame()