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

  /external/libvpx/libvpx/vpx_scale/
yv12config.h 58 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
  /external/libvpx/libvpx/vp8/common/
alloccommon.c 65 if (vp8_yv12_alloc_frame_buffer(&oci->yv12_fb[i], width, height, VP8BORDERINPIXELS) < 0)
79 if (vp8_yv12_alloc_frame_buffer(&oci->temp_scale_frame, width, 16, VP8BORDERINPIXELS) < 0)
102 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer, width, height, VP8BORDERINPIXELS) < 0)
postproc.c 756 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer_int,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 147 if (vp8_yv12_alloc_frame_buffer(&(denoiser->yv12_running_avg[i]), width,
160 if (vp8_yv12_alloc_frame_buffer(&(denoiser->yv12_mc_running_avg), width,
lookahead.c 92 if (vp8_yv12_alloc_frame_buffer(&ctx->buf[i].img,
onyx_if.c     [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 97 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, function

Completed in 93 milliseconds