OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP9_LAST_FLAG
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_onyxd.h
35
VP9_LAST_FLAG
= 1,
vp9_onyxd_if.c
187
if (ref_frame_flag ==
VP9_LAST_FLAG
) {
217
if (ref_frame_flag ==
VP9_LAST_FLAG
)
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
40
VP9_LAST_FLAG
= 1,
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
95
return
VP9_LAST_FLAG
;
102
return
VP9_LAST_FLAG
;
656
ref ^=
VP9_LAST_FLAG
;
673
upd ^=
VP9_LAST_FLAG
;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c
632
if (!(cpi->ref_frame_flags &
VP9_LAST_FLAG
)) {
654
if ((cpi->ref_frame_flags & (
VP9_LAST_FLAG
| VP9_ALT_FLAG)) !=
655
(
VP9_LAST_FLAG
| VP9_ALT_FLAG)) {
[
all
...]
vp9_encodeframe.c
[
all
...]
vp9_rdopt.c
[
all
...]
Completed in 514 milliseconds