OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_frame_type
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/vp8/encoder/
picklpf.c
191
cm->
last_frame_type
= cm->frame_type;
207
cm->
last_frame_type
= cm->frame_type;
244
cm->
last_frame_type
= cm->frame_type;
350
cm->
last_frame_type
= cm->frame_type;
391
cm->
last_frame_type
= cm->frame_type;
431
cm->
last_frame_type
= cm->frame_type;
rdopt.c
[
all
...]
onyx_if.c
[
all
...]
/external/libvpx/vp8/common/
onyxc_int.h
108
FRAME_TYPE
last_frame_type
; /* Save last frame's frame type for loopfilter init checking and motion search. */
member in struct:VP8Common
loopfilter.c
208
* each frame. Check
last_frame_type
to skip the function most of times.
342
else if (frame_type != cm->
last_frame_type
)
448
else if (frame_type != cm->
last_frame_type
)
556
else if (frame_type != cm->
last_frame_type
)
/external/libvpx/vp8/decoder/
onyxd_if.c
94
cm->
last_frame_type
= KEY_FRAME;
391
cm->
last_frame_type
= cm->frame_type;
decodframe.c
877
pc->
last_frame_type
= pc->frame_type;
threading.c
676
else if (frame_type != cm->
last_frame_type
)
[
all
...]
Completed in 39 milliseconds