OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_frames
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.h
182
int
max_frames
;
member in class:Mosaic
/external/libvpx/vp8/encoder/
temporal_filter.c
491
int
max_frames
= cpi->active_arnr_frames;
local
508
if (frames_to_blur_backward >=
max_frames
)
509
frames_to_blur_backward =
max_frames
- 1;
520
if (frames_to_blur_forward >=
max_frames
)
521
frames_to_blur_forward =
max_frames
- 1;
539
// When
max_frames
is even we have 1 more frame backward than forward
540
if (frames_to_blur_forward > (
max_frames
- 1) / 2)
541
frames_to_blur_forward = ((
max_frames
- 1) / 2);
543
if (frames_to_blur_backward > (
max_frames
/ 2))
544
frames_to_blur_backward = (
max_frames
/ 2)
[
all
...]
/external/srec/srec/include/
srec.h
130
frameID
max_frames
;
member in struct:__anon11187
172
1 cost_offset_for_frame
MAX_FRAMES
173
1 accumulated_cost_offset_for_frame
MAX_FRAMES
263
frameID
max_frames
;
member in struct:srec_t
298
frameID
max_frames
;
member in struct:__anon11188
299
costdata* cost_offset_for_frame; /* size
max_frames
, keeps track of
simapi.h
293
int
max_frames
; /* max number of frames in for searching */
member in struct:__anon11181
[
all
...]
Completed in 148 milliseconds