OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:number_of_layers
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c
382
if (cpi->oxcf.
number_of_layers
== 1) {
629
if((cpi->common.refresh_alt_ref_frame) && (cpi->oxcf.
number_of_layers
== 1))
[
all
...]
onyx_if.c
370
const int curr_num_layers = cpi->oxcf.
number_of_layers
;
[
all
...]
encodeframe.c
670
else if ((cpi->oxcf.
number_of_layers
> 1) &&
674
else if ((cpi->oxcf.
number_of_layers
> 1) &&
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
382
if (cpi->oxcf.
number_of_layers
== 1) {
629
if((cpi->common.refresh_alt_ref_frame) && (cpi->oxcf.
number_of_layers
== 1))
[
all
...]
onyx_if.c
367
const int curr_num_layers = cpi->oxcf.
number_of_layers
;
[
all
...]
encodeframe.c
657
else if ((cpi->oxcf.
number_of_layers
> 1) &&
661
else if ((cpi->oxcf.
number_of_layers
> 1) &&
1015
if ((cm->frame_type != KEY_FRAME) && ((cpi->oxcf.
number_of_layers
> 1) ||
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h
233
unsigned int
number_of_layers
;
member in struct:__anon17688
/external/libvpx/libvpx/vp8/common/
onyx.h
222
unsigned int
number_of_layers
;
member in struct:__anon4406
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c
357
oxcf->
number_of_layers
= cfg.ts_number_layers;
360
if (oxcf->
number_of_layers
> 1)
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
367
oxcf->
number_of_layers
= cfg.ts_number_layers;
370
if (oxcf->
number_of_layers
> 1)
[
all
...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_custom_call.cc
1696
int
number_of_layers
=
local
[
all
...]
Completed in 365 milliseconds