Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.h26 int vp9_alloc_context_buffers(struct VP9Common *cm, int width, int height);
Dvp9_alloccommon.c125 int vp9_alloc_context_buffers(VP9_COMMON *cm, int width, int height) { in vp9_alloc_context_buffers() function
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1494 if (vp9_alloc_context_buffers(cm, width, height)) { in resize_context_buffers()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c1386 vp9_alloc_context_buffers(cm, cm->width, cm->height); in alloc_compressor_data()