Searched refs:MAX_NUM_SPATIAL_LAYERS (Results 1 – 6 of 6) sorted by relevance
188 RefCntBuffer *output_frames[MAX_NUM_SPATIAL_LAYERS];
382 if (pbi->num_output_frames >= MAX_NUM_SPATIAL_LAYERS) { in update_frame_buffers()
42 for (int j = 0; j < MAX_NUM_SPATIAL_LAYERS; j++) { in aom_get_num_layers_from_operating_point_idc()
69 #define MAX_NUM_SPATIAL_LAYERS 4 macro74 (MAX_NUM_TEMPORAL_LAYERS * MAX_NUM_SPATIAL_LAYERS)
63 aom_codec_frame_buffer_t grain_image_frame_buffers[MAX_NUM_SPATIAL_LAYERS];
2465 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()