OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_video_frame_in_layer
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.h
32
unsigned int
current_video_frame_in_layer
;
member in struct:__anon30274
vp9_svc_layercontext.c
33
lc->
current_video_frame_in_layer
= 0;
vp9_firstpass.c
[
all
...]
vp9_onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h
34
unsigned int
current_video_frame_in_layer
;
member in struct:__anon16647
vp9_svc_layercontext.c
60
lc->
current_video_frame_in_layer
= 0;
352
++lc->
current_video_frame_in_layer
;
392
cpi->svc.number_temporal_layers].
current_video_frame_in_layer
% 4;
478
cpi->svc.number_temporal_layers].
current_video_frame_in_layer
& 1;
604
while ((lc->
current_video_frame_in_layer
% count) != 0) {
619
if (lc->
current_video_frame_in_layer
== 0) {
vp9_firstpass.c
569
cpi->refresh_golden_frame = (lc->
current_video_frame_in_layer
== 0);
574
if (lc->
current_video_frame_in_layer
== 0)
757
(lc != NULL && lc->
current_video_frame_in_layer
> 0)) {
817
(lc != NULL && lc->
current_video_frame_in_layer
> 1))
[
all
...]
vp9_ratectrl.c
[
all
...]
Completed in 269 milliseconds