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

  /external/libvpx/libvpx/vp8/common/
swapyv12buffer.c 18 temp = last_frame->buffer_alloc;
19 last_frame->buffer_alloc = new_frame->buffer_alloc;
20 new_frame->buffer_alloc = temp;
alloccommon.c 107 vpx_memset(oci->post_proc_buffer.buffer_alloc, 128,
postproc.c 766 vpx_memset((&oci->post_proc_buffer_int)->buffer_alloc,128,(&oci->post_proc_buffer)->frame_size);
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 25 vpx_free(ybf->buffer_alloc);
27 /* buffer_alloc isn't accessed by most functions. Rather y_buffer,
28 u_buffer and v_buffer point to buffer_alloc and are used. Clear out
53 if (!ybf->buffer_alloc) {
54 ybf->buffer_alloc = vpx_memalign(32, frame_size);
58 if (!ybf->buffer_alloc || ybf->buffer_alloc_sz < frame_size)
86 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border;
87 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2;
88 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * uv_stride) + border / 2;
111 vpx_free(ybf->buffer_alloc);
    [all...]
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 49 uint8_t *buffer_alloc; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 47 img->img_data = yv12->buffer_alloc;
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 154 vpx_memset(denoiser->yv12_running_avg[i].buffer_alloc, 0,
167 vpx_memset(denoiser->yv12_mc_running_avg.buffer_alloc, 0,
firstpass.c     [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 308 img->img_data = yv12->buffer_alloc;
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 896 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file);
    [all...]

Completed in 195 milliseconds