Home
last modified time | relevance | path

Searched refs:MAX_NUM_SPATIAL_LAYERS (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/decoder/
Ddecoder.h188 RefCntBuffer *output_frames[MAX_NUM_SPATIAL_LAYERS];
Ddecoder.c382 if (pbi->num_output_frames >= MAX_NUM_SPATIAL_LAYERS) { in update_frame_buffers()
Dobu.c42 for (int j = 0; j < MAX_NUM_SPATIAL_LAYERS; j++) { in aom_get_num_layers_from_operating_point_idc()
/external/libaom/libaom/av1/common/
Dav1_common_int.h69 #define MAX_NUM_SPATIAL_LAYERS 4 macro
74 (MAX_NUM_TEMPORAL_LAYERS * MAX_NUM_SPATIAL_LAYERS)
/external/libaom/libaom/av1/
Dav1_dx_iface.c63 aom_codec_frame_buffer_t grain_image_frame_buffers[MAX_NUM_SPATIAL_LAYERS];
Dav1_cx_iface.c2465 if (spatial_layer_id >= MAX_NUM_SPATIAL_LAYERS) in ctrl_set_spatial_layer_id()
2474 if (number_spatial_layers > MAX_NUM_SPATIAL_LAYERS) in ctrl_set_number_spatial_layers()