Searched refs:resize_context_buffers (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1469 static void resize_context_buffers(VP9_COMMON *cm, int width, int height) { in resize_context_buffers() function 1511 resize_context_buffers(cm, width, height); in setup_frame_size() 1595 resize_context_buffers(cm, width, height); in setup_frame_size_with_refs()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2333 static void resize_context_buffers(AV1_COMMON *cm, int width, int height) { in resize_context_buffers() function 2420 resize_context_buffers(cm, width, height); in setup_frame_size() 2461 resize_context_buffers(cm, width, height); in setup_frame_size_with_refs() 2475 resize_context_buffers(cm, width, height); in setup_frame_size_with_refs()
|