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

  /external/libaom/libaom/av1/decoder/
obu.h 29 unsigned int *number_temporal_layers);
obu.c 49 unsigned int *number_temporal_layers) {
52 if (!number_spatial_layers || !number_temporal_layers)
56 *number_temporal_layers = 1;
60 *number_temporal_layers = 0;
66 *number_temporal_layers += (operating_point_idc >> j) & 0x1;
245 &cm->number_temporal_layers) != AOM_CODEC_OK) {
    [all...]
  /external/libaom/libaom/aom/
aom_decoder.h 81 unsigned int number_temporal_layers; /**< Number of temporal layers */ member in struct:aom_codec_stream_info
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 181 if (!(svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) &&
238 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
239 layer_end = svc->number_temporal_layers;
262 if (svc->number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR) {
279 cpi->svc.number_temporal_layers +
282 return (cpi->svc.number_temporal_layers > 1 && cpi->oxcf.rc_mode == VPX_CBR)
293 const int st_idx = svc->spatial_layer_id * svc->number_temporal_layers +
346 if (cpi->svc.number_temporal_layers > 1 ||
418 cpi->svc.number_temporal_layers];
487 cpi->svc.number_temporal_layers]
    [all...]
vp9_ratectrl.c 272 for (i = svc->temporal_layer_id; i < svc->number_temporal_layers; ++i) {
274 LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, svc->number_temporal_layers);
278 svc->number_temporal_layers == 1 && ts_delta > 0 &&
303 for (i = current_temporal_layer + 1; i < svc->number_temporal_layers; ++i) {
305 LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, svc->number_temporal_layers);
452 svc->number_temporal_layers);
480 svc->number_temporal_layers);
584 for (tl = 0; tl < svc->number_temporal_layers; ++tl) {
586 LAYER_IDS_TO_IDX(sl, tl, svc->number_temporal_layers);
    [all...]
vp9_svc_layercontext.h 78 int number_temporal_layers; member in struct:SVC
vp9_speed_features.c 680 if (svc->number_temporal_layers > 2 && svc->temporal_layer_id == 0 &&
705 if (svc->number_temporal_layers > 1 &&
706 svc->temporal_layer_id == svc->number_temporal_layers - 1)
    [all...]
vp9_denoiser.c 621 svc->number_temporal_layers +
799 svc->number_temporal_layers);
vp9_encoder.c     [all...]
vp9_aq_cyclicrefresh.c 505 (4 * cpi->svc.number_temporal_layers) * (100 / cr->percent_refresh)) {
vp9_bitstream.c     [all...]
vp9_pickmode.c     [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]
  /external/libaom/libaom/av1/common/
onyxc_int.h 540 unsigned int number_temporal_layers; member in struct:AV1Common
    [all...]
  /external/libaom/libaom/av1/
av1_dx_iface.c 202 // si->number_temporal_layers based on operating_point_idc[0].
251 &si->number_temporal_layers) != AOM_CODEC_OK) {
    [all...]

Completed in 716 milliseconds