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

  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.h 32 YV12_BUFFER_CONFIG last_source; member in struct:vp9_denoiser
vp9_denoiser.c 502 fail = vpx_alloc_frame_buffer(&denoiser->last_source, width, height,
548 vpx_free_frame_buffer(&denoiser->last_source);
562 cpi->denoiser.last_source.y_buffer == NULL) {
563 copy_frame(&cpi->denoiser.last_source, cpi->Source);
577 const uint8_t *last_src_y = cpi->denoiser.last_source.y_buffer;
578 const int last_src_ystride = cpi->denoiser.last_source.y_stride;
661 copy_frame(&cpi->denoiser.last_source, cpi->Source);
vp9_encoder.c 4183 struct lookahead_entry *last_source = NULL; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 297 struct lookahead_entry *last_source; member in struct:VP9_COMP
300 YV12_BUFFER_CONFIG *Last_Source; // NULL for first frame and alt_ref frames
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 317 struct lookahead_entry *last_source; member in struct:VP8_COMP
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 320 struct lookahead_entry *last_source; member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 2203 milliseconds