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

  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 124 #define RANGE_CHECK_BOOL(p, memb) \
160 RANGE_CHECK_BOOL(cfg, rc_resize_allowed);
184 RANGE_CHECK_BOOL(vp8_cfg, enable_auto_alt_ref);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 147 #define RANGE_CHECK_BOOL(p, memb) \
163 RANGE_CHECK_BOOL(extra_cfg, lossless);
164 RANGE_CHECK_BOOL(extra_cfg, frame_parallel_decoding_mode);
175 RANGE_CHECK_BOOL(cfg, rc_resize_allowed);
    [all...]

Completed in 69 milliseconds