Home
last modified time | relevance | path

Searched refs:vp8_yv12_alloc_frame_buffer (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dalloccommon.c64 if (vp8_yv12_alloc_frame_buffer(&oci->yv12_fb[i], width, height, in vp8_alloc_frame_buffers()
80 if (vp8_yv12_alloc_frame_buffer(&oci->temp_scale_frame, width, 16, in vp8_alloc_frame_buffers()
105 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer, width, height, in vp8_alloc_frame_buffers()
Dvp8_skin_detection.c81 if (vp8_yv12_alloc_frame_buffer(&skinmap, cm->Width, cm->Height, in vp8_compute_skin_map()
Dpostproc.c191 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer_int, width, height, in vp8_post_proc_frame()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h69 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
/external/libvpx/libvpx/vp8/encoder/
Ddenoising.c398 if (vp8_yv12_alloc_frame_buffer(&(denoiser->yv12_running_avg[i]), width, in vp8_denoiser_allocate()
408 if (vp8_yv12_alloc_frame_buffer(&(denoiser->yv12_mc_running_avg), width, in vp8_denoiser_allocate()
417 if (vp8_yv12_alloc_frame_buffer(&denoiser->yv12_last_source, width, height, in vp8_denoiser_allocate()
Dlookahead.c79 if (vp8_yv12_alloc_frame_buffer(&ctx->buf[i].img, width, height, in vp8_lookahead_init()
Donyx_if.c1104 if (vp8_yv12_alloc_frame_buffer(&cpi->alt_ref_buffer, width, height, in alloc_raw_frame_buffers()
1153 if (vp8_yv12_alloc_frame_buffer(&cpi->pick_lf_lvl_frame, width, height, in vp8_alloc_compressor_data()
1159 if (vp8_yv12_alloc_frame_buffer(&cpi->scaled_source, width, height, in vp8_alloc_compressor_data()
/external/libvpx/libvpx/test/
Dvpx_scale_test.h36 0, vp8_yv12_alloc_frame_buffer(img, width, height, VP8BORDERINPIXELS)) in ResetImage()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c119 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, in vp8_yv12_alloc_frame_buffer() function