Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/decoder/
Ddecoder.h189 RefCntBuffer *output_frames[MAX_NUM_SPATIAL_LAYERS];
Ddecoder.c389 if (pbi->num_output_frames >= MAX_NUM_SPATIAL_LAYERS) { in swap_frame_buffers()
Dobu.c61 for (int j = 0; j < MAX_NUM_SPATIAL_LAYERS; j++) { in aom_get_num_layers_from_operating_point_idc()
/external/libaom/libaom/av1/common/
Donyxc_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.c68 aom_image_t *image_with_grain[MAX_NUM_SPATIAL_LAYERS];
150 for (int i = 0; i < MAX_NUM_SPATIAL_LAYERS; i++) { in decoder_destroy()