Home
last modified time | relevance | path

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

/external/libaom/libaom/aom/
Daomcx.h1010 AV1E_SET_SINGLE_TILE_DECODING, enumerator
1450 AOM_CTRL_USE_TYPE(AV1E_SET_SINGLE_TILE_DECODING, unsigned int)
/external/libaom/libaom/test/
Dav1_ext_tile_test.cc87 encoder->Control(AV1E_SET_SINGLE_TILE_DECODING, 1); in PreEncodeFrameHook()
/external/libaom/libaom/examples/
Dlightfield_encoder.c345 if (aom_codec_control(&codec, AV1E_SET_SINGLE_TILE_DECODING, 1)) in pass1()
/external/libaom/libaom/av1/
Dav1_cx_iface.c1410 extra_cfg.single_tile_decoding = CAST(AV1E_SET_SINGLE_TILE_DECODING, args); in ctrl_set_single_tile_decoding()
2248 { AV1E_SET_SINGLE_TILE_DECODING, ctrl_set_single_tile_decoding },