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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.h 39 int number_temporal_layers; member in struct:__anon30275
vp9_svc_layercontext.c 24 if (cpi->svc.number_temporal_layers > 1) {
25 layer_end = cpi->svc.number_temporal_layers;
47 if (cpi->svc.number_temporal_layers > 1) {
72 if (cpi->svc.number_temporal_layers > 1) {
73 layer_end = cpi->svc.number_temporal_layers;
82 if (cpi->svc.number_temporal_layers > 1) {
98 if (cpi->svc.number_temporal_layers > 1) {
112 return svc->number_temporal_layers > 1 ?
181 if (cpi->svc.number_temporal_layers > 1) {
vp9_firstpass.c 264 cpi->svc.number_temporal_layers == 1) {
354 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
510 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
851 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) {
    [all...]
vp9_onyx_if.c 804 cpi->svc.number_temporal_layers = oxcf->ts_number_layers;
806 if ((cpi->svc.number_temporal_layers > 1 &&
966 if ((cpi->svc.number_temporal_layers > 1 &&
    [all...]
vp9_ratectrl.c 204 temporal_layer < cpi->svc.number_temporal_layers; ++temporal_layer) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 125 if (!(svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR)
179 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
180 layer_end = svc->number_temporal_layers;
203 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
220 cpi->svc.number_temporal_layers + cpi->svc.temporal_layer_id];
222 return (cpi->svc.number_temporal_layers > 1 &&
234 const int st_idx = svc->spatial_layer_id * svc->number_temporal_layers +
280 if (cpi->svc.number_temporal_layers > 1) {
351 cpi->svc.number_temporal_layers];
360 cpi->svc.number_temporal_layers
    [all...]
vp9_svc_layercontext.h 55 int number_temporal_layers; member in struct:__anon16648
vp9_ratectrl.c 244 i < svc->number_temporal_layers; ++i) {
246 svc->number_temporal_layers);
646 unsigned int num_frames_weight_key = 5 * cpi->svc.number_temporal_layers;
    [all...]
vp9_firstpass.c     [all...]
vp9_encoder.c 792 cpi->svc.number_temporal_layers = oxcf->ts_number_layers;
794 if ((cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) ||
795 ((cpi->svc.number_temporal_layers > 1 ||
    [all...]
vp9_aq_cyclicrefresh.c 488 rc->frames_since_key < (4 * cpi->svc.number_temporal_layers) *
vp9_speed_features.c 401 if (cpi->svc.number_temporal_layers > 2 &&
vp9_bitstream.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 544 milliseconds