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

  /external/libhevc/encoder/
ihevce_rc_structs.h 42 #define MAX_NUM_TEMPORAL_LAYERS 4
318 UWORD32 au4_scene_num_temp_id[MAX_NUM_TEMPORAL_LAYERS];
ihevce_rc_interface.c 649 for(i = 0; i < MAX_NUM_TEMPORAL_LAYERS; i++)
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 55 #define MAX_NUM_TEMPORAL_LAYERS 3
169 assert(num_temporal_layers <= MAX_NUM_TEMPORAL_LAYERS);
284 static int periodicity_to_num_layers[MAX_NUM_TEMPORAL_LAYERS] = { 1, 8, 8 };
  /external/libaom/libaom/av1/decoder/
obu.c 63 (operating_point_idc >> (j + MAX_NUM_TEMPORAL_LAYERS)) & 0x1;
65 for (int j = 0; j < MAX_NUM_TEMPORAL_LAYERS; j++) {
    [all...]
  /external/libaom/libaom/av1/common/
onyxc_int.h 68 #define MAX_NUM_TEMPORAL_LAYERS 8
74 MAX_NUM_TEMPORAL_LAYERS * MAX_NUM_SPATIAL_LAYERS
    [all...]

Completed in 421 milliseconds