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

  /external/libvpx/libvpx/vp8/encoder/
denoising.c 197 MV_REFERENCE_FRAME zero_frame = x->best_zeromv_reference_frame; local
201 if (zero_frame)
237 src = &denoiser->yv12_running_avg[zero_frame];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.c 198 MV_REFERENCE_FRAME zero_frame = x->best_zeromv_reference_frame; local
202 if (zero_frame)
238 src = &denoiser->yv12_running_avg[zero_frame];
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
denoising.c 509 MV_REFERENCE_FRAME zero_frame = x->best_zeromv_reference_frame; local
515 if (zero_frame)
560 src = &denoiser->yv12_running_avg[zero_frame];

Completed in 44 milliseconds