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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 390 if (cpi->oxcf.number_of_layers == 1) {
637 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 657 else if ((cpi->oxcf.number_of_layers > 1) &&
661 else if ((cpi->oxcf.number_of_layers > 1) &&
1015 if ((cm->frame_type != KEY_FRAME) && ((cpi->oxcf.number_of_layers > 1) ||
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 222 unsigned int number_of_layers; member in struct:__anon23008
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 367 oxcf->number_of_layers = cfg.ts_number_layers;
370 if (oxcf->number_of_layers > 1)
    [all...]

Completed in 6730 milliseconds