Searched refs:vp8_yv12_alloc_frame_buffer (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | alloccommon.c | 64 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()
|
D | vp8_skin_detection.c | 81 if (vp8_yv12_alloc_frame_buffer(&skinmap, cm->Width, cm->Height, in vp8_compute_skin_map()
|
D | postproc.c | 191 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer_int, width, height, in vp8_post_proc_frame()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 69 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
|
/external/libvpx/libvpx/vp8/encoder/ |
D | denoising.c | 398 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()
|
D | lookahead.c | 79 if (vp8_yv12_alloc_frame_buffer(&ctx->buf[i].img, width, height, in vp8_lookahead_init()
|
D | onyx_if.c | 1104 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/ |
D | vpx_scale_test.h | 36 0, vp8_yv12_alloc_frame_buffer(img, width, height, VP8BORDERINPIXELS)) in ResetImage()
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 119 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, in vp8_yv12_alloc_frame_buffer() function
|