OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_second_ref
(Results
1 - 10
of
10
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.c
28
if (!
has_second_ref
(above_mi) && !
has_second_ref
(left_mi))
32
else if (!
has_second_ref
(above_mi))
36
else if (!
has_second_ref
(left_mi))
45
if (!
has_second_ref
(edge_mi))
83
if (!
has_second_ref
(edge_mi)) // single pred (1/3)
89
const int l_sg = !
has_second_ref
(left_mi);
90
const int a_sg = !
has_second_ref
(above_mi);
127
if (
has_second_ref
(edge_mi))
159
if (!
has_second_ref
(edge_mi)
[
all
...]
vp9_mvref_common.h
269
if (
has_second_ref
(mbmi) && (mbmi)->ref_frame[1] != ref_frame && \
vp9_blockd.h
99
static INLINE int
has_second_ref
(const MODE_INFO *mi) {
function
vp9_reconinter.c
131
const int is_compound =
has_second_ref
(mi);
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c
243
for (i = 0; i < 1 +
has_second_ref
(mi); ++i) {
vp9_bitstream.c
201
const int is_compound =
has_second_ref
(mi);
247
const int is_compound =
has_second_ref
(mi);
[
all
...]
vp9_rdopt.c
[
all
...]
vp9_encodeframe.c
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
490
if (
has_second_ref
(mbmi) && (mbmi)->ref_frame[1] != ref_frame && \
727
is_compound =
has_second_ref
(mi);
vp9_decodeframe.c
653
const int is_compound =
has_second_ref
(mi);
[
all
...]
Completed in 284 milliseconds