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

  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
Remap_Demo.cpp 22 void update_map( void );
50 update_map();
60 * @function update_map
63 void update_map( void ) function
  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 40 uint8_t update_map; member in struct:segmentation
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_sampler.c 61 static void update_map(struct i915_context *i915,
163 update_map(i915,
294 static void update_map(struct i915_context *i915, function
355 update_map(i915,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_seg_common.h 40 uint8_t update_map; member in struct:segmentation
  /external/opencv3/modules/imgproc/perf/
perf_warp.cpp 21 void update_map(const Mat& src, Mat& map_x, Mat& map_y, const int remapMode );
161 update_map(source, map_x, map_y, remapMode);
171 void update_map(const Mat& src, Mat& map_x, Mat& map_y, const int remapMode ) function
  /external/webrtc/webrtc/modules/video_coding/utility/
vp8_header_parser.cc 120 int update_map = VP8Get(br); local
131 if (update_map) {

Completed in 78 milliseconds