OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_frames_forward
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
temporal_filter.c
437
int
num_frames_forward
= 0;
local
450
num_frames_forward
= vp8_lookahead_depth(cpi->lookahead)
469
frames_to_blur_forward =
num_frames_forward
;
480
frames_to_blur_forward =
num_frames_forward
;
/external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c
376
const int
num_frames_forward
= vp9_lookahead_depth(cpi->lookahead)
local
396
frames_to_blur_forward =
num_frames_forward
;
407
frames_to_blur_forward =
num_frames_forward
;
434
max_frames, num_frames_backward,
num_frames_forward
, frames_to_blur,
Completed in 51 milliseconds