OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FRAME_CACHE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/
vp9_dx_iface.h
20
#define
FRAME_CACHE_SIZE
6 // Cache maximum 6 decoded frames.
51
cache_frame frame_cache[
FRAME_CACHE_SIZE
];
vp9_dx_iface.c
540
(ctx->frame_cache_write + 1) %
FRAME_CACHE_SIZE
;
594
if (ctx->num_cache_frames <
FRAME_CACHE_SIZE
) {
613
if (ctx->num_cache_frames <
FRAME_CACHE_SIZE
) {
700
ctx->frame_cache_read = (ctx->frame_cache_read + 1) %
FRAME_CACHE_SIZE
;
[
all
...]
Completed in 52 milliseconds