HomeSort by relevance Sort by last modified time
    Searched refs:update_map (Results 1 - 19 of 19) 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/chromium-trace/catapult/systrace/systrace/tracing_agents/
battor_trace_agent.py 30 update_map, battor, target, from_file):
36 self.update_map = update_map
56 options.add_option('--update-map', dest='update_map', default=False,
66 options.update_map, options.battor, options.target,
95 if config.update_map or not path.isfile(config.serial_map):
  /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/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,
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 24 seg->update_map = 1;
30 seg->update_map = 0;
277 seg->update_map = 0;
vp9_bitstream.c 196 if (seg->enabled && seg->update_map)
253 if (seg->update_map) {
349 if (seg->update_map)
763 vpx_wb_write_bit(wb, seg->update_map);
764 if (seg->update_map) {
    [all...]
vp9_encoder.c 155 seg->update_map = 1;
488 seg->update_map = 0;
501 seg->update_map = 0;
516 seg->update_map = 1;
537 seg->update_map = 0;
563 seg->update_map = 0;
594 seg->update_map = 0;
    [all...]
vp9_encodeframe.c 225 const uint8_t *const map = seg->update_map ? cpi->segmentation_map
679 const uint8_t *const map = cm->seg.update_map ? cpi->segmentation_map :
    [all...]
  /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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 24 seg->update_map = 1;
40 seg->update_map = 1;
297 seg->update_map = 0;
vp9_bitstream.c 187 if (seg->enabled && seg->update_map)
244 if (seg->update_map) {
344 if (seg->update_map)
753 vp9_wb_write_bit(wb, seg->update_map);
754 if (seg->update_map) {
    [all...]
vp9_onyx_if.c 275 seg->update_map = 0;
288 seg->update_map = 0;
303 seg->update_map = 1;
323 seg->update_map = 0;
348 seg->update_map = 0;
379 seg->update_map = 0;
    [all...]
vp9_encodeframe.c 255 const uint8_t *const map = seg->update_map ? cpi->segmentation_map
863 const uint8_t *const map = seg->update_map ? cpi->segmentation_map
    [all...]
  /external/webrtc/webrtc/modules/video_coding/utility/
vp8_header_parser.cc 120 int update_map = VP8Get(br); local
131 if (update_map) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 140 if (!seg->update_map) {
171 if (!seg->update_map) {
vp9_decodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 113 if (!seg->update_map)
133 if (!seg->update_map)
vp9_decodeframe.c 494 seg->update_map = 0;
502 seg->update_map = vp9_rb_read_bit(rb);
503 if (seg->update_map) {
    [all...]

Completed in 7320 milliseconds