Searched refs:vpx_realloc_frame_buffer (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 89 int vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 137 int vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, in vpx_realloc_frame_buffer() function 295 return vpx_realloc_frame_buffer(ybf, width, height, ss_x, ss_y, in vpx_alloc_frame_buffer()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 632 if (vpx_realloc_frame_buffer(&cpi->alt_ref_buffer, in alloc_raw_frame_buffers() 646 if (vpx_realloc_frame_buffer(&cpi->last_frame_uf, in alloc_util_frame_buffers() 657 if (vpx_realloc_frame_buffer(&cpi->scaled_source, in alloc_util_frame_buffers() 668 if (vpx_realloc_frame_buffer(&cpi->scaled_last_source, in alloc_util_frame_buffers() 747 if (vpx_realloc_frame_buffer(&cpi->alt_ref_buffer, in update_frame_size() 2846 vpx_realloc_frame_buffer(&new_fb_ptr->buf, 2871 vpx_realloc_frame_buffer(&new_fb_ptr->buf, 3185 vpx_realloc_frame_buffer(get_frame_new_buffer(cm),
|
D | vp9_temporal_filter.c | 711 if (vpx_realloc_frame_buffer(&cpi->svc.scaled_frames[frame_used], in vp9_temporal_filter()
|
D | vp9_svc_layercontext.c | 36 if (vpx_realloc_frame_buffer(&cpi->svc.empty_frame.img, in vp9_init_layer_context()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 681 if (vpx_realloc_frame_buffer(&cm->post_proc_buffer, cm->width, cm->height, in vp9_post_proc_frame()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1243 if (vpx_realloc_frame_buffer( in setup_frame_size() 1327 if (vpx_realloc_frame_buffer( in setup_frame_size_with_refs()
|