Home
last modified time | relevance | path

Searched refs:av1_alloc_context_buffers (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/
Dalloccommon.h30 int av1_alloc_context_buffers(struct AV1Common *cm, int width, int height);
Dalloccommon.c274 int av1_alloc_context_buffers(AV1_COMMON *cm, int width, int height) { in av1_alloc_context_buffers() function
/external/libaom/libaom/av1/encoder/
Dencoder.c849 av1_alloc_context_buffers(cm, cm->width, cm->height); in alloc_compressor_data()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2349 if (av1_alloc_context_buffers(cm, width, height)) { in resize_context_buffers()