Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c69 if (vpx_alloc_frame_buffer( in vp9_lookahead_init()
161 if (vpx_alloc_frame_buffer(&new_img, width, height, subsampling_x, in vp9_lookahead_push()
Dvp9_denoiser.c505 fail = vpx_alloc_frame_buffer(&denoiser->running_avg_y[i], width, height, in vp9_denoiser_alloc()
520 fail = vpx_alloc_frame_buffer(&denoiser->mc_running_avg_y, width, height, ssx, in vp9_denoiser_alloc()
531 fail = vpx_alloc_frame_buffer(&denoiser->last_source, width, height, ssx, ssy, in vp9_denoiser_alloc()
Dvp9_skin_detection.c130 if (vpx_alloc_frame_buffer(&skinmap, cm->width, cm->height, cm->subsampling_x, in vp9_compute_skin_map()
Dvp9_encoder.c5336 if (vpx_alloc_frame_buffer(
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h75 int vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c260 int vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, in vpx_alloc_frame_buffer() function
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c331 if (vpx_alloc_frame_buffer(&cm->post_proc_buffer_int, width, height, in vp9_post_proc_frame()