HomeSort by relevance Sort by last modified time
    Searched refs:MAX_NUM_SPATIAL_LAYERS (Results 1 - 5 of 5) sorted by null

  /external/libaom/libaom/av1/decoder/
decoder.h 189 RefCntBuffer *output_frames[MAX_NUM_SPATIAL_LAYERS];
decoder.c 389 if (pbi->num_output_frames >= MAX_NUM_SPATIAL_LAYERS) {
obu.c 61 for (int j = 0; j < MAX_NUM_SPATIAL_LAYERS; j++) {
    [all...]
  /external/libaom/libaom/av1/common/
onyxc_int.h 69 #define MAX_NUM_SPATIAL_LAYERS 4
74 MAX_NUM_TEMPORAL_LAYERS * MAX_NUM_SPATIAL_LAYERS
    [all...]
  /external/libaom/libaom/av1/
av1_dx_iface.c 68 aom_image_t *image_with_grain[MAX_NUM_SPATIAL_LAYERS];
150 for (int i = 0; i < MAX_NUM_SPATIAL_LAYERS; i++) {
    [all...]

Completed in 457 milliseconds