OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8_LAST_FRAME
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vpx/
vp8.h
89
VP8_LAST_FRAME
= 1,
/external/libvpx/libvpx/vp8/encoder/
rdopt.h
89
if (cpi->ref_frame_flags &
VP8_LAST_FRAME
)
109
if (cpi->ref_frame_flags &
VP8_LAST_FRAME
)
onyx_if.c
673
if (cpi->ref_frame_flags &
VP8_LAST_FRAME
)
[
all
...]
pickinter.c
512
if ((cpi->ref_frame_flags &
VP8_LAST_FRAME
&
634
parent_ref_flag = (cpi->ref_frame_flags &
VP8_LAST_FRAME
);
[
all
...]
encodeframe.c
655
if (cpi->ref_frame_flags ==
VP8_LAST_FRAME
)
[
all
...]
/external/libvpx/libvpx/vp8/decoder/
onyxd_if.c
132
if (ref_frame_flag ==
VP8_LAST_FRAME
)
164
if (ref_frame_flag ==
VP8_LAST_FRAME
)
/external/libvpx/libvpx/vp8/
vp8_dx_iface.c
808
+ pbi->common.refresh_last_frame * (int)
VP8_LAST_FRAME
;
830
(vp8dx_references_buffer( oci, LAST_FRAME )?
VP8_LAST_FRAME
:0);
vp8_cx_iface.c
782
ref ^=
VP8_LAST_FRAME
;
800
upd ^=
VP8_LAST_FRAME
;
[
all
...]
Completed in 29 milliseconds