Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dalloccommon.c65 if (vp8_yv12_alloc_frame_buffer(&oci->yv12_fb[i], width, height, VP8BORDERINPIXELS) < 0) in vp8_alloc_frame_buffers()
79 if (vp8_yv12_alloc_frame_buffer(&oci->temp_scale_frame, width, 16, VP8BORDERINPIXELS) < 0) in vp8_alloc_frame_buffers()
102 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer, width, height, VP8BORDERINPIXELS) < 0) in vp8_alloc_frame_buffers()
Dpostproc.c753 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer_int, in vp8_post_proc_frame()
/external/libvpx/libvpx/test/
Dvpx_scale_test.cc37 ASSERT_EQ(0, vp8_yv12_alloc_frame_buffer(&img_, width_, height_, in ResetImage()
48 ASSERT_EQ(0, vp8_yv12_alloc_frame_buffer(&ref_img_, width_, height_, in ResetImage()
53 ASSERT_EQ(0, vp8_yv12_alloc_frame_buffer(&cpy_img_, width_, height_, in ResetImage()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h58 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
/external/libvpx/libvpx/vp8/encoder/
Dlookahead.c92 if (vp8_yv12_alloc_frame_buffer(&ctx->buf[i].img, in vp8_lookahead_init()
Ddenoising.c377 if (vp8_yv12_alloc_frame_buffer(&(denoiser->yv12_running_avg[i]), width, in vp8_denoiser_allocate()
390 if (vp8_yv12_alloc_frame_buffer(&(denoiser->yv12_mc_running_avg), width, in vp8_denoiser_allocate()
Donyx_if.c1141 if (vp8_yv12_alloc_frame_buffer(&cpi->alt_ref_buffer, in alloc_raw_frame_buffers()
1197 if (vp8_yv12_alloc_frame_buffer(&cpi->pick_lf_lvl_frame, in vp8_alloc_compressor_data()
1202 if (vp8_yv12_alloc_frame_buffer(&cpi->scaled_source, in vp8_alloc_compressor_data()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c108 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, in vp8_yv12_alloc_frame_buffer() function