Searched refs:vp8_alloc_frame_buffers (Results 1 – 4 of 4) sorted by relevance
23 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height);
51 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height) { in vp8_alloc_frame_buffers() function
401 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height)) { in vp8_decode()
1139 if (vp8_alloc_frame_buffers(cm, width, height)) { in vp8_alloc_compressor_data()