OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_spatial_layers_
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc
76
num_spatial_layers_
(0),
116
return
num_spatial_layers_
> 1 &&
130
for (i = 0; i <
num_spatial_layers_
; ++i)
134
for (i = 0; i <
num_spatial_layers_
; ++i) {
144
for (i = 0; i <
num_spatial_layers_
; ++i) {
156
for (i = 0; i <
num_spatial_layers_
; ++i) {
183
if (
num_spatial_layers_
== 1) {
264
num_spatial_layers_
= inst->codecSpecific.VP9.numberOfSpatialLayers;
389
int tot_num_layers =
num_spatial_layers_
* num_temporal_layers_;
394
config_->ss_number_layers =
num_spatial_layers_
;
[
all
...]
vp9_impl.h
123
uint8_t
num_spatial_layers_
;
member in class:webrtc::VP9EncoderImpl
/external/webrtc/webrtc/video/
video_send_stream_tests.cc
2204
const uint8_t
num_spatial_layers_
;
member in class:webrtc::NonFlexibleMode
[
all
...]
Completed in 619 milliseconds