Searched refs:aom_realloc_frame_buffer (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/aom_scale/generic/ |
D | yv12config.c | 196 int aom_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, in aom_realloc_frame_buffer() function 283 return aom_realloc_frame_buffer(ybf, width, height, ss_x, ss_y, in aom_alloc_frame_buffer()
|
/external/libaom/libaom/aom_scale/ |
D | yv12config.h | 123 int aom_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 802 if (aom_realloc_frame_buffer( in alloc_raw_frame_buffers() 814 if (aom_realloc_frame_buffer( in alloc_util_frame_buffers() 821 if (aom_realloc_frame_buffer( in alloc_util_frame_buffers() 829 if (aom_realloc_frame_buffer( in alloc_util_frame_buffers() 836 if (aom_realloc_frame_buffer( in alloc_util_frame_buffers() 3399 if (aom_realloc_frame_buffer( in scale_references() 3709 if (aom_realloc_frame_buffer( in av1_set_frame_size() 4002 if (aom_realloc_frame_buffer( in superres_post_encode()
|
D | tpl_model.c | 485 if (aom_realloc_frame_buffer( in init_gop_frames()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 1393 if (aom_realloc_frame_buffer( in av1_superres_upscale()
|
D | restoration.c | 1100 if (aom_realloc_frame_buffer( in av1_loop_restoration_filter_frame_init()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2376 if (aom_realloc_frame_buffer( in setup_buffer_pool() 5135 if (aom_realloc_frame_buffer( in read_uncompressed_header()
|