Searched refs:vpx_realloc_frame_buffer (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/vpx_scale/ |
D | yv12config.h | 89 int vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
|
/external/libvpx/vpx_scale/generic/ |
D | yv12config.c | 152 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/ |
D | vp9_postproc.c | 349 if (vpx_realloc_frame_buffer(&cm->post_proc_buffer, cm->width, cm->height, in vp9_post_proc_frame()
|
/external/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 1302 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,
|
D | vp9_tpl_model.c | 48 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()
|
D | vp9_temporal_filter.c | 1373 if (vpx_realloc_frame_buffer(&cpi->svc.scaled_frames[frame_used], in vp9_temporal_filter()
|
D | vp9_svc_layercontext.c | 89 if (vpx_realloc_frame_buffer(&cpi->svc.empty_frame.img, SMALL_FRAME_WIDTH, in vp9_init_layer_context()
|
/external/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1524 if (vpx_realloc_frame_buffer( in setup_frame_size() 1608 if (vpx_realloc_frame_buffer( in setup_frame_size_with_refs()
|