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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vpx_temporal_scalable_patterns.c 35 static int mode_to_num_layers[12] = {1, 2, 2, 3, 3, 3, 3, 5, 2, 3, 3, 3}; variable
482 if (argc != 11 + mode_to_num_layers[layering_mode]) {
510 for (i = 11; (int)i < 11 + mode_to_num_layers[layering_mode]; ++i) {
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 44 static int mode_to_num_layers[12] = {1, 2, 2, 3, 3, 3, 3, 5, 2, 3, 3, 3}; variable
537 if (argc != min_args + mode_to_num_layers[layering_mode]) {
599 (int)i < min_args_base + mode_to_num_layers[layering_mode];

Completed in 264 milliseconds