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

  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.h 98 int content_state, int temporal_layer_id);
102 int temporal_layer_id);
vp9_svc_layercontext.c 31 svc->temporal_layer_id = 0;
238 cpi->svc.temporal_layer_id];
241 ? &cpi->svc.layer_context[cpi->svc.temporal_layer_id]
252 svc->temporal_layer_id;
253 const int tl = svc->temporal_layer_id;
312 cpi->svc.number_spatial_layers > 1 && cpi->svc.temporal_layer_id == 0) {
339 cpi->svc.number_spatial_layers > 1 && cpi->svc.temporal_layer_id == 0) {
385 cpi->svc.temporal_layer_id]
420 temporal_id = cpi->svc.temporal_layer_id =
518 temporal_id = cpi->svc.temporal_layer_id
    [all...]
vp9_svc_layercontext.h 54 int temporal_layer_id; member in struct:__anon24826
vp9_denoiser.c 575 int content_state, int temporal_layer_id) {
579 (temporal_layer_id != 0)) {
581 (temporal_layer_id < 2) ? (3 * threshold) >> 1 : (7 * threshold) >> 2;
591 int temporal_layer_id) {
594 (noise_level == kDenLow) ? 2 : (temporal_layer_id == 2) ? 10 : 6;
vp9_speed_features.c 534 if (cpi->svc.temporal_layer_id > 0) {
537 sf->mv.subpel_force_stop = (cpi->svc.temporal_layer_id == 1) ? 1 : 2;
539 (cpi->svc.temporal_layer_id == cpi->svc.number_temporal_layers - 1)
550 cpi->svc.temporal_layer_id == 0) {
vp9_ratectrl.c 254 int current_temporal_layer = svc->temporal_layer_id;
695 int layer = LAYER_IDS_TO_IDX(0, cpi->svc.temporal_layer_id,
    [all...]
vp9_aq_cyclicrefresh.c 429 if (cm->frame_type == KEY_FRAME || cpi->svc.temporal_layer_id > 0 ||
vp9_pickmode.c 117 !cpi->svc.layer_context[cpi->svc.temporal_layer_id].is_key_frame &&
367 cpi->svc.temporal_layer_id);
    [all...]
vp9_encodeframe.c 545 content_state, cpi->svc.temporal_layer_id);
    [all...]
vp9_encoder.c     [all...]
vp9_firstpass.c     [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 729 layer_id.temporal_layer_id = 0;
731 layer_id.temporal_layer_id = 1;
736 set_frame_flags_bypass_mode(sl, layer_id.temporal_layer_id,
745 layer_id.temporal_layer_id];
788 layer_id.temporal_layer_id];
791 for (tl = layer_id.temporal_layer_id;
799 for (tl = layer_id.temporal_layer_id;
806 if (tl == (unsigned int)layer_id.temporal_layer_id &&
    [all...]
vpx_temporal_svc_encoder.c 763 layer_id.temporal_layer_id =
769 layer_id.temporal_layer_id);
774 if (frame_avail) ++rc.layer_input_frames[layer_id.temporal_layer_id];
    [all...]
  /external/libvpx/libvpx/vpx/
vp8cx.h 717 int temporal_layer_id; /**< Temporal layer id number. */ member in struct:vpx_svc_layer_id
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 533 layer_id.temporal_layer_id = 0;
571 assert(layer_id.temporal_layer_id == 0);
574 vp9_info->temporal_idx = layer_id.temporal_layer_id;
614 if (layer_id.temporal_layer_id == 0 && layer_id.spatial_layer_id == 0) {
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 500 int temporal_layer_id; member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/libvpx/libvpx/test/
datarate_test.cc 572 layer_id.temporal_layer_id =
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c     [all...]

Completed in 1278 milliseconds