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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h 86 #define RANGE_CHECK(value, minBound, maxBound) \
92 #define RANGE_CHECK(value, minBound, maxBound)
  /external/libvpx/vp8/
vp8_cx_iface.c 117 #define RANGE_CHECK(p,memb,lo,hi) do {\
140 RANGE_CHECK(cfg, g_w, 1, 16384);
141 RANGE_CHECK(cfg, g_h, 1, 16384);
142 RANGE_CHECK(cfg, g_timebase.den, 1, 1000000000);
143 RANGE_CHECK(cfg, g_timebase.num, 1, cfg->g_timebase.den);
153 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_CQ);
156 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO);
163 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS);
165 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS);
178 RANGE_CHECK(vp8_cfg, encoding_mode, VP8_BEST_QUALITY_ENCODING, VP8_REAL_TIME_ENCODING)
    [all...]

Completed in 38 milliseconds