HomeSort by relevance Sort by last modified time
    Searched refs:vpx_alloc_frame_buffer (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vpx_scale/
yv12config.h 75 int vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c 69 if (vpx_alloc_frame_buffer(
161 if (vpx_alloc_frame_buffer(&new_img, width, height, subsampling_x,
vp9_denoiser.c 505 fail = vpx_alloc_frame_buffer(&denoiser->running_avg_y[i], width, height,
520 fail = vpx_alloc_frame_buffer(&denoiser->mc_running_avg_y, width, height, ssx,
531 fail = vpx_alloc_frame_buffer(&denoiser->last_source, width, height, ssx, ssy,
vp9_skin_detection.c 130 if (vpx_alloc_frame_buffer(&skinmap, cm->width, cm->height, cm->subsampling_x,
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 260 int vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, function
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 331 if (vpx_alloc_frame_buffer(&cm->post_proc_buffer_int, width, height,

Completed in 111 milliseconds