OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layer_input_frames
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vpx_temporal_scalable_patterns.c
40
int
layer_input_frames
[VPX_TS_MAX_LAYERS];
member in struct:RateControlMetrics
79
rc->
layer_input_frames
[i] = 0;
98
(rc->
layer_input_frames
[i] - rc->layer_enc_frames[i]) :
99
(rc->
layer_input_frames
[i] - rc->layer_enc_frames[i] - 1);
100
tot_num_frames += rc->
layer_input_frames
[i];
114
"and perc dropped frames: %d %d %f \n", rc->
layer_input_frames
[i],
116
100.0 * num_dropped / rc->
layer_input_frames
[i]);
610
++rc.
layer_input_frames
[layer_id.temporal_layer_id];
/external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c
372
int
layer_input_frames
[VPX_MAX_LAYERS];
member in struct:RateControlStats
424
rc->
layer_input_frames
[layer] = 0;
451
(rc->
layer_input_frames
[layer] - rc->layer_enc_frames[layer]) :
452
(rc->
layer_input_frames
[layer] - rc->layer_enc_frames[layer] - 1);
454
tot_num_frames += rc->
layer_input_frames
[layer];
472
rc->
layer_input_frames
[layer], rc->layer_enc_frames[layer],
473
100.0 * num_dropped / rc->
layer_input_frames
[layer]);
765
++rc.
layer_input_frames
[sl * enc_cfg.ts_number_layers +
[
all
...]
vpx_temporal_svc_encoder.c
49
int
layer_input_frames
[VPX_TS_MAX_LAYERS];
member in struct:RateControlMetrics
98
rc->
layer_input_frames
[i] = 0;
122
(rc->
layer_input_frames
[i] - rc->layer_enc_frames[i]) :
123
(rc->
layer_input_frames
[i] - rc->layer_enc_frames[i] - 1);
124
tot_num_frames += rc->
layer_input_frames
[i];
138
"and perc dropped frames: %d %d %f \n", rc->
layer_input_frames
[i],
140
100.0 * num_dropped / rc->
layer_input_frames
[i]);
742
++rc.
layer_input_frames
[layer_id.temporal_layer_id];
Completed in 293 milliseconds