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 - 11
of
11
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c
430
cpi->ref_frame_flags =
VP9_LAST_FLAG
;
433
cpi->ref_frame_flags =
VP9_LAST_FLAG
;
437
cpi->ref_frame_flags =
VP9_LAST_FLAG
| VP9_GOLD_FLAG;
443
cpi->ref_frame_flags =
VP9_LAST_FLAG
;
445
cpi->ref_frame_flags =
VP9_LAST_FLAG
| VP9_GOLD_FLAG;
453
cpi->ref_frame_flags =
VP9_LAST_FLAG
;
455
cpi->ref_frame_flags =
VP9_LAST_FLAG
| VP9_GOLD_FLAG;
459
cpi->ref_frame_flags =
VP9_LAST_FLAG
;
463
cpi->ref_frame_flags =
VP9_LAST_FLAG
| VP9_GOLD_FLAG;
470
cpi->ref_frame_flags =
VP9_LAST_FLAG
;
[
all
...]
vp9_firstpass.c
859
if (cpi->ref_frame_flags &
VP9_LAST_FLAG
) {
[
all
...]
vp9_ratectrl.c
[
all
...]
vp9_speed_features.c
405
static const int flag_list[4] = { 0,
VP9_LAST_FLAG
, VP9_GOLD_FLAG,
vp9_encoder.c
[
all
...]
vp9_pickmode.c
[
all
...]
vp9_rdopt.c
[
all
...]
vp9_encodeframe.c
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_enums.h
101
VP9_LAST_FLAG
= 1 << 0,
/external/libvpx/libvpx/vp9/
vp9_iface_common.h
138
case VP8_LAST_FRAME: return
VP9_LAST_FLAG
;
143
return
VP9_LAST_FLAG
;
/external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c
161
if (ref_frame_flag ==
VP9_LAST_FLAG
) {
195
if (ref_frame_flag ==
VP9_LAST_FLAG
) {
Completed in 840 milliseconds