Searched refs:vpx_alloc_frame_buffer (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 75 if (vpx_alloc_frame_buffer(&ctx->buf[i].img, in vp9_lookahead_init() 175 if (vpx_alloc_frame_buffer(&new_img, in vp9_lookahead_push()
|
D | vp9_denoiser.c | 476 fail = vpx_alloc_frame_buffer(&denoiser->running_avg_y[i], width, height, in vp9_denoiser_alloc() 491 fail = vpx_alloc_frame_buffer(&denoiser->mc_running_avg_y, width, height, in vp9_denoiser_alloc() 502 fail = vpx_alloc_frame_buffer(&denoiser->last_source, width, height, in vp9_denoiser_alloc()
|
D | vp9_skin_detection.c | 73 if (vpx_alloc_frame_buffer(&skinmap, cm->width, cm->height, in vp9_compute_skin_map()
|
D | vp9_encoder.c | 4461 if (vpx_alloc_frame_buffer(&cm->post_proc_buffer,
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 75 int vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 285 int vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, in vpx_alloc_frame_buffer() function
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 663 if (vpx_alloc_frame_buffer(&cm->post_proc_buffer_int, width, height, in vp9_post_proc_frame()
|