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

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
set_maps.sh 11 ## This file tests the libvpx set_maps example. To add new tests to this file,
18 # Environment check: $YUV_RAW_INPUT is required, and set_maps must exist in
25 if [ -z "$(vpx_tool_path set_maps)" ]; then
26 elog "set_maps not found. It must exist in LIBVPX_BIN_PATH or its parent."
31 # Runs set_maps using the codec specified by $1.
32 set_maps() { function
33 local encoder="$(vpx_tool_path set_maps)"
46 set_maps vp8 || return 1
52 set_maps vp9 || return 1
  /external/chromium_org/third_party/libvpx/source/libvpx/
examples.mk 175 EXAMPLES-$(CONFIG_ENCODERS) += set_maps.c
176 set_maps.SRCS += ivfenc.h ivfenc.c
177 set_maps.SRCS += tools_common.h tools_common.c
178 set_maps.SRCS += video_common.h
179 set_maps.SRCS += video_writer.h video_writer.c
180 set_maps.GUID = ECB2D24D-98B8-4015-A465-A4AF3DCC145F
181 set_maps.DESCRIPTION = Set active and ROI maps
  /external/libvpx/libvpx/
examples.mk 147 EXAMPLES-$(CONFIG_ENCODERS) += set_maps.c
148 set_maps.SRCS += ivfenc.h ivfenc.c
149 set_maps.SRCS += tools_common.h tools_common.c
150 set_maps.SRCS += video_common.h
151 set_maps.SRCS += video_writer.h video_writer.c
152 set_maps.GUID = ECB2D24D-98B8-4015-A465-A4AF3DCC145F
153 set_maps.DESCRIPTION = Set active and ROI maps
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 147 EXAMPLES-$(CONFIG_ENCODERS) += set_maps.c
148 set_maps.SRCS += ivfenc.h ivfenc.c
149 set_maps.SRCS += tools_common.h tools_common.c
150 set_maps.SRCS += video_common.h
151 set_maps.SRCS += video_writer.h video_writer.c
152 set_maps.GUID = ECB2D24D-98B8-4015-A465-A4AF3DCC145F
153 set_maps.DESCRIPTION = Set active and ROI maps
  /external/chromium_org/v8/src/
hydrogen-check-elimination.cc 379 instr->set_maps(entry->maps_->Copy(graph->zone()));
420 check->set_maps(intersection);
428 instr->set_maps(intersection);
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h 2770 void set_maps(const UniqueSet<Map>* maps) { maps_ = maps; } function in class:v8::FINAL::FINAL
    [all...]

Completed in 282 milliseconds