Home
last modified time | relevance | path

Searched refs:vpx_realloc_frame_buffer (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx_scale/
Dyv12config.h89 int vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c148 int vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, in vpx_realloc_frame_buffer() function
296 return vpx_realloc_frame_buffer(ybf, width, height, ss_x, ss_y, in vpx_alloc_frame_buffer()
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c349 if (vpx_realloc_frame_buffer(&cm->post_proc_buffer, cm->width, cm->height, in vp9_post_proc_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c1290 if (vpx_realloc_frame_buffer(&cpi->alt_ref_buffer, oxcf->width, oxcf->height, in alloc_raw_frame_buffers()
1303 if (vpx_realloc_frame_buffer(&cpi->last_frame_uf, cm->width, cm->height, in alloc_util_frame_buffers()
1313 if (vpx_realloc_frame_buffer(&cpi->scaled_source, cm->width, cm->height, in alloc_util_frame_buffers()
1329 if (vpx_realloc_frame_buffer( in alloc_util_frame_buffers()
1340 if (vpx_realloc_frame_buffer(&cpi->scaled_last_source, cm->width, cm->height, in alloc_util_frame_buffers()
1350 if (vpx_realloc_frame_buffer(&cpi->raw_unscaled_source, cm->width, cm->height, in alloc_util_frame_buffers()
1360 if (vpx_realloc_frame_buffer(&cpi->raw_scaled_source, cm->width, cm->height, in alloc_util_frame_buffers()
3388 if (vpx_realloc_frame_buffer(&new_fb_ptr->buf, cm->width, cm->height,
3413 if (vpx_realloc_frame_buffer(&new_fb_ptr->buf, cm->width, cm->height,
3771 if (vpx_realloc_frame_buffer(get_frame_new_buffer(cm), cm->width, cm->height,
[all …]
Dvp9_temporal_filter.c1161 if (vpx_realloc_frame_buffer(&cpi->svc.scaled_frames[frame_used], in vp9_temporal_filter()
Dvp9_svc_layercontext.c87 if (vpx_realloc_frame_buffer(&cpi->svc.empty_frame.img, SMALL_FRAME_WIDTH, in vp9_init_layer_context()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1523 if (vpx_realloc_frame_buffer( in setup_frame_size()
1607 if (vpx_realloc_frame_buffer( in setup_frame_size_with_refs()