Searched refs:vpx_alloc_frame_buffer (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 70 if (vpx_alloc_frame_buffer( in vp9_lookahead_init() 170 if (vpx_alloc_frame_buffer(&new_img, width, height, subsampling_x, in vp9_lookahead_push()
|
D | vp9_denoiser.c | 555 vpx_alloc_frame_buffer(&denoiser->running_avg_y[fb_idx], cm->width, in vp9_denoiser_realloc_svc_helper() 648 fail = vpx_alloc_frame_buffer( in vp9_denoiser_alloc() 664 fail = vpx_alloc_frame_buffer(&denoiser->mc_running_avg_y[layer], in vp9_denoiser_alloc() 678 fail = vpx_alloc_frame_buffer(&denoiser->last_source, width, height, ssx, ssy, in vp9_denoiser_alloc()
|
D | vp9_skin_detection.c | 143 if (vpx_alloc_frame_buffer(&skinmap, cm->width, cm->height, cm->subsampling_x, in vp9_output_skin_map()
|
D | vp9_encoder.c | 7497 if (vpx_alloc_frame_buffer(
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.h | 58 ASSERT_EQ(0, vpx_alloc_frame_buffer(img, width, height, 1, 1, 0, in ResetScaleImage() 61 ASSERT_EQ(0, vpx_alloc_frame_buffer(img, width, height, 1, 1, in ResetScaleImage()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 75 int vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 288 int vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, in vpx_alloc_frame_buffer() function
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 331 if (vpx_alloc_frame_buffer(&cm->post_proc_buffer_int, width, height, in vp9_post_proc_frame()
|