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
103
if (!
has_second_ref
(above_mbmi) && !
has_second_ref
(left_mbmi))
107
else if (!
has_second_ref
(above_mbmi))
111
else if (!
has_second_ref
(left_mbmi))
120
if (!
has_second_ref
(edge_mbmi))
158
if (!
has_second_ref
(edge_mbmi)) // single pred (1/3)
164
const int l_sg = !
has_second_ref
(left_mbmi);
165
const int a_sg = !
has_second_ref
(above_mbmi);
202
if (
has_second_ref
(edge_mbmi))
234
if (!
has_second_ref
(edge_mbmi)
[
all
...]
vp9_mvref_common.c
165
has_second_ref
(CANDIDATE) && \
vp9_reconinter.c
134
const int is_compound =
has_second_ref
(&mi->mbmi);
vp9_blockd.h
152
static INLINE int
has_second_ref
(const MB_MODE_INFO *mbmi) {
function
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c
315
const int is_compound =
has_second_ref
(mbmi);
vp9_rdopt.c
[
all
...]
vp9_bitstream.c
483
if (
has_second_ref
(mi))
496
if (
has_second_ref
(mi))
[
all
...]
vp9_encodeframe.c
703
[
has_second_ref
(mbmi)]++;
705
if (
has_second_ref
(mbmi)) {
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
436
is_compound =
has_second_ref
(mbmi);
vp9_decodframe.c
431
if (
has_second_ref
(mbmi))
[
all
...]
Completed in 108 milliseconds