HomeSort by relevance Sort by last modified time
    Searched refs:RANGE_CHECK (Results 1 - 3 of 3) 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/libvpx/vp9/
vp9_cx_iface.c 125 #define RANGE_CHECK(p, memb, lo, hi) do {\
147 RANGE_CHECK(cfg, g_w, 1, 65535); /* 16 bits available */
148 RANGE_CHECK(cfg, g_h, 1, 65535); /* 16 bits available */
149 RANGE_CHECK(cfg, g_timebase.den, 1, 1000000000);
150 RANGE_CHECK(cfg, g_timebase.num, 1, cfg->g_timebase.den);
163 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_Q);
167 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO);
173 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS);
175 RANGE_CHECK(cfg, ss_number_layers, 1,
186 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16)
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 116 #define RANGE_CHECK(p,memb,lo,hi) do {\
140 RANGE_CHECK(cfg, g_w, 1, 16383); /* 14 bits available */
141 RANGE_CHECK(cfg, g_h, 1, 16383); /* 14 bits available */
142 RANGE_CHECK(cfg, g_timebase.den, 1, 1000000000);
143 RANGE_CHECK(cfg, g_timebase.num, 1, cfg->g_timebase.den);
156 RANGE_CHECK(cfg, rc_end_usage, VPX_VBR, VPX_Q);
160 RANGE_CHECK(cfg, kf_mode, VPX_KF_DISABLED, VPX_KF_AUTO);
175 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS);
178 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS);
180 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS)
    [all...]

Completed in 386 milliseconds