Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dscalability_test.cc48 encoder->Control(AOME_SET_SPATIAL_LAYER_ID, 1); in PreEncodeFrameHook()
56 encoder->Control(AOME_SET_SPATIAL_LAYER_ID, 0); in PreEncodeFrameHook()
/external/libaom/libaom/examples/
Dscalable_encoder.c244 if (aom_codec_control(&codec, AOME_SET_SPATIAL_LAYER_ID, 0)) in main()
263 if (aom_codec_control(&codec, AOME_SET_SPATIAL_LAYER_ID, 1)) in main()
/external/libaom/libaom/aom/
Daomcx.h172 AOME_SET_SPATIAL_LAYER_ID = 12, enumerator
1201 AOM_CTRL_USE_TYPE(AOME_SET_SPATIAL_LAYER_ID, unsigned int)
/external/libaom/libaom/av1/
Dav1_cx_iface.c2153 { AOME_SET_SPATIAL_LAYER_ID, ctrl_set_spatial_layer_id },