Home
last modified time | relevance | path

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

/external/libvpx/vpx_scale/
Dyv12config.h89 int vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
/external/libvpx/vpx_scale/generic/
Dyv12config.c152 int vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, in vpx_realloc_frame_buffer() function
300 return vpx_realloc_frame_buffer(ybf, width, height, ss_x, ss_y, in vpx_alloc_frame_buffer()
/external/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/vp9/encoder/
Dvp9_encoder.c1302 if (vpx_realloc_frame_buffer(&cpi->tf_buffer, oxcf->width, oxcf->height, in alloc_raw_frame_buffers()
1315 if (vpx_realloc_frame_buffer(&cpi->last_frame_uf, cm->width, cm->height, in alloc_util_frame_buffers()
1325 if (vpx_realloc_frame_buffer(&cpi->scaled_source, cm->width, cm->height, in alloc_util_frame_buffers()
1341 if (vpx_realloc_frame_buffer( in alloc_util_frame_buffers()
1352 if (vpx_realloc_frame_buffer(&cpi->scaled_last_source, cm->width, cm->height, in alloc_util_frame_buffers()
1362 if (vpx_realloc_frame_buffer(&cpi->raw_unscaled_source, cm->width, cm->height, in alloc_util_frame_buffers()
1372 if (vpx_realloc_frame_buffer(&cpi->raw_scaled_source, cm->width, cm->height, in alloc_util_frame_buffers()
3517 if (vpx_realloc_frame_buffer(&new_fb_ptr->buf, cm->width, cm->height,
3527 if (vpx_realloc_frame_buffer(&new_fb_ptr->buf, cm->width, cm->height,
3893 if (vpx_realloc_frame_buffer(get_frame_new_buffer(cm), cm->width, cm->height,
Dvp9_tpl_model.c48 if (vpx_realloc_frame_buffer(&frame_bufs[i].buf, cm->width, cm->height, in init_gop_frames_rc()
258 if (vpx_realloc_frame_buffer(&frame_bufs[i].buf, cm->width, cm->height, in init_gop_frames()
Dvp9_temporal_filter.c1373 if (vpx_realloc_frame_buffer(&cpi->svc.scaled_frames[frame_used], in vp9_temporal_filter()
Dvp9_svc_layercontext.c89 if (vpx_realloc_frame_buffer(&cpi->svc.empty_frame.img, SMALL_FRAME_WIDTH, in vp9_init_layer_context()
/external/libvpx/vp9/decoder/
Dvp9_decodeframe.c1524 if (vpx_realloc_frame_buffer( in setup_frame_size()
1608 if (vpx_realloc_frame_buffer( in setup_frame_size_with_refs()