Home
last modified time | relevance | path

Searched refs:VP9_DECODE_SVC_SPATIAL_LAYER (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvp8dx.h117 VP9_DECODE_SVC_SPATIAL_LAYER, enumerator
195 VPX_CTRL_USE_TYPE(VP9_DECODE_SVC_SPATIAL_LAYER, int)
/external/libvpx/libvpx/test/
Dsvc_end_to_end_test.cc152 decoder->Control(VP9_DECODE_SVC_SPATIAL_LAYER, in PreDecodeFrameHook()
156 decoder->Control(VP9_DECODE_SVC_SPATIAL_LAYER, in PreDecodeFrameHook()
Ddecode_svc_test.cc34 decoder->Control(VP9_DECODE_SVC_SPATIAL_LAYER, spatial_layer_); in PreDecodeFrameHook()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c681 { VP9_DECODE_SVC_SPATIAL_LAYER, ctrl_set_spatial_layer_svc },
/external/libvpx/libvpx/
Dvpxdec.c777 if (vpx_codec_control(&decoder, VP9_DECODE_SVC_SPATIAL_LAYER, in main_loop()