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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
denoising.c 213 YV12_BUFFER_CONFIG saved_pre,saved_dst; local
255 saved_dst = filter_xd->dst;
280 filter_xd->dst = saved_dst;
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 205 YV12_BUFFER_CONFIG saved_pre,saved_dst; local
247 saved_dst = filter_xd->dst;
272 filter_xd->dst = saved_dst;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.c 206 YV12_BUFFER_CONFIG saved_pre,saved_dst; local
248 saved_dst = filter_xd->dst;
273 filter_xd->dst = saved_dst;

Completed in 208 milliseconds