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

  /external/libvpx/libvpx/vp9/encoder/
vp9_noise_estimate.c 121 YV12_BUFFER_CONFIG *last_source = cpi->Last_Source; local
124 last_source = &cpi->denoiser.last_source;
139 last_source == NULL ||
144 copy_frame(&cpi->denoiser.last_source, cpi->Source);
146 if (last_source != NULL) {
161 copy_frame(&cpi->denoiser.last_source, cpi->Source);
176 const uint8_t *last_src_y = last_source->y_buffer;
177 const int last_src_ystride = last_source->y_stride
    [all...]
vp9_denoiser.h 48 YV12_BUFFER_CONFIG last_source; member in struct:vp9_denoiser
vp9_denoiser.c 636 // denoiser->last_source only used for noise_estimation, so only for top
638 fail = vpx_alloc_frame_buffer(&denoiser->last_source, width, height, ssx, ssy,
675 vpx_free_frame_buffer(&denoiser->last_source);
vp9_encoder.c 5077 struct lookahead_entry *last_source = NULL; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 294 struct lookahead_entry *last_source; member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 221 milliseconds