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

  /external/libvpx/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/libvpx/libvpx/
examples.mk 202 EXAMPLES-$(CONFIG_ENCODERS) += set_maps.c
203 set_maps.SRCS += ivfenc.h ivfenc.c
204 set_maps.SRCS += tools_common.h tools_common.c
205 set_maps.SRCS += video_common.h
206 set_maps.SRCS += video_writer.h video_writer.c
207 set_maps.SRCS += vpx_ports/msvc.h
208 set_maps.GUID = ECB2D24D-98B8-4015-A465-A4AF3DCC145F
209 set_maps.DESCRIPTION = Set active and ROI maps
  /external/v8/src/crankshaft/
hydrogen-instructions.h 2486 void set_maps(const UniqueSet<Map>* maps) { maps_ = maps; } function in class:final::final
    [all...]

Completed in 93 milliseconds