Searched refs:AOME_SET_SPATIAL_LAYER_ID (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/test/ |
D | scalability_test.cc | 48 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/ |
D | scalable_encoder.c | 244 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/ |
D | aomcx.h | 172 AOME_SET_SPATIAL_LAYER_ID = 12, enumerator 1201 AOM_CTRL_USE_TYPE(AOME_SET_SPATIAL_LAYER_ID, unsigned int)
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 2153 { AOME_SET_SPATIAL_LAYER_ID, ctrl_set_spatial_layer_id },
|