Home
last modified time | relevance | path

Searched refs:AQ_MODE_COUNT (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h126 AQ_MODE_COUNT // This should always be the last member of the enum enumerator
/external/libaom/libaom/av1/encoder/
Dencoder.h109 AQ_MODE_COUNT // This should always be the last member of the enum enumerator
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c167 RANGE_CHECK(extra_cfg, aq_mode, 0, AQ_MODE_COUNT - 2); in validate_config()
/external/libaom/libaom/av1/
Dav1_cx_iface.c326 RANGE_CHECK_HI(extra_cfg, aq_mode, AQ_MODE_COUNT - 1); in validate_config()