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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 382 if (cpi->oxcf.number_of_layers == 1) {
629 if((cpi->common.refresh_alt_ref_frame) && (cpi->oxcf.number_of_layers == 1))
    [all...]
onyx_if.c 370 const int curr_num_layers = cpi->oxcf.number_of_layers;
    [all...]
encodeframe.c 670 else if ((cpi->oxcf.number_of_layers > 1) &&
674 else if ((cpi->oxcf.number_of_layers > 1) &&
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 382 if (cpi->oxcf.number_of_layers == 1) {
629 if((cpi->common.refresh_alt_ref_frame) && (cpi->oxcf.number_of_layers == 1))
    [all...]
onyx_if.c 367 const int curr_num_layers = cpi->oxcf.number_of_layers;
    [all...]
encodeframe.c 658 else if ((cpi->oxcf.number_of_layers > 1) &&
662 else if ((cpi->oxcf.number_of_layers > 1) &&
1016 if ((cm->frame_type != KEY_FRAME) && ((cpi->oxcf.number_of_layers > 1) ||
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 232 unsigned int number_of_layers; member in struct:__anon13781
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 222 unsigned int number_of_layers; member in struct:__anon24144
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 510 if (tslayer_param->number_of_layers < 2 && tslayer_param->number_of_layers > 3) {
524 if (layer_id > (tslayer_param->number_of_layers - 1)) {
526 tslayer_param->number_of_layers - 1);
535 seq->ts_number_layers = tslayer_param->number_of_layers;
536 ctx->temporal_layer_number = tslayer_param->number_of_layers;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.cpp 300 misc_layer_struc->number_of_layers = mComParams.numberOfLayer;
302 LOGE("renderLayerStructureParam misc_layer_struc->number_of_layers is %d",misc_layer_struc->number_of_layers);
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 368 oxcf->number_of_layers = cfg.ts_number_layers;
371 if (oxcf->number_of_layers > 1)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 369 oxcf->number_of_layers = cfg.ts_number_layers;
372 if (oxcf->number_of_layers > 1)
    [all...]
  /hardware/intel/common/libva/va/
va.h 1406 uint32_t number_of_layers; member in struct:_VAEncMiscParameterTemporalLayerStructure
    [all...]
va_trace.c     [all...]

Completed in 570 milliseconds