Searched refs:av1_alloc_context_buffers (Results 1 – 4 of 4) sorted by relevance
30 int av1_alloc_context_buffers(struct AV1Common *cm, int width, int height);
274 int av1_alloc_context_buffers(AV1_COMMON *cm, int width, int height) { in av1_alloc_context_buffers() function
849 av1_alloc_context_buffers(cm, cm->width, cm->height); in alloc_compressor_data()
2349 if (av1_alloc_context_buffers(cm, width, height)) { in resize_context_buffers()