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

  /external/libvpx/libvpx/vp8/encoder/
denoising.h 80 // TODO(marpan): Should remove yv12_last_source and use vp8_lookahead_peak.
81 YV12_BUFFER_CONFIG yv12_last_source; member in struct:vp8_denoiser
denoising.c 434 if (vp8_yv12_alloc_frame_buffer(&denoiser->yv12_last_source, width,
439 memset(denoiser->yv12_last_source.buffer_alloc, 0,
440 denoiser->yv12_last_source.frame_size);
482 vp8_yv12_de_alloc_frame_buffer(&denoiser->yv12_last_source);
onyx_if.c     [all...]

Completed in 67 milliseconds