Searched refs:has_second_ref (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_pred_common.c82 if (!has_second_ref(above_mbmi) && !has_second_ref(left_mbmi))
86 else if (!has_second_ref(above_mbmi))
90 else if (!has_second_ref(left_mbmi))
99 if (!has_second_ref(edge_mbmi))
137 if (!has_second_ref(edge_mbmi)) // single pred (1/3)
143 const int l_sg = !has_second_ref(left_mbmi);
144 const int a_sg = !has_second_ref(above_mbmi);
181 if (has_second_ref(edge_mbmi))
213 if (!has_second_ref(edge_mbm
[all...]
H A Dvp9_mvref_common.h180 if (has_second_ref(mbmi) && \
H A Dvp9_blockd.h161 static INLINE int has_second_ref(const MB_MODE_INFO *mbmi) { function
H A Dvp9_reconinter.c266 const int is_compound = has_second_ref(&mi->mbmi);
375 const int is_compound = has_second_ref(&mi->mbmi);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c82 if (!has_second_ref(above_mbmi) && !has_second_ref(left_mbmi))
86 else if (!has_second_ref(above_mbmi))
90 else if (!has_second_ref(left_mbmi))
99 if (!has_second_ref(edge_mbmi))
137 if (!has_second_ref(edge_mbmi)) // single pred (1/3)
143 const int l_sg = !has_second_ref(left_mbmi);
144 const int a_sg = !has_second_ref(above_mbmi);
181 if (has_second_ref(edge_mbmi))
213 if (!has_second_ref(edge_mbm
[all...]
H A Dvp9_blockd.h156 static INLINE int has_second_ref(const MB_MODE_INFO *mbmi) { function
H A Dvp9_reconinter.c148 const int is_compound = has_second_ref(&mi->mbmi);
252 const int is_compound = has_second_ref(&mi->mbmi);
H A Dvp9_mvref_common.c170 if (has_second_ref(mbmi) && \
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemv.c236 for (i = 0; i < 1 + has_second_ref(mbmi); ++i) {
H A Dvp9_rdopt.c1049 const int is_compound = has_second_ref(mbmi);
1118 const int is_compound = has_second_ref(&mi->mbmi);
1212 if (has_second_ref(mbmi))
1222 if (has_second_ref(mbmi))
1300 const int has_second_rf = has_second_ref(mbmi);
1630 if (has_second_ref(mbmi))
2144 const int is_comp_pred = has_second_ref(mbmi);
H A Dvp9_bitstream.c193 const int is_compound = has_second_ref(mbmi);
238 const int is_compound = has_second_ref(mbmi);
H A Dvp9_encodeframe.c823 [has_second_ref(mbmi)]++;
825 if (has_second_ref(mbmi)) {
3615 const int is_compound = has_second_ref(mbmi);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c236 for (i = 0; i < 1 + has_second_ref(mbmi); ++i) {
H A Dvp9_rdopt.c1486 const int is_compound = has_second_ref(mbmi);
1561 const int is_compound = has_second_ref(&mi->mbmi);
1655 if (has_second_ref(mbmi))
1665 if (has_second_ref(mbmi))
1738 const int has_second_rf = has_second_ref(mbmi);
2125 if (has_second_ref(mbmi))
2705 const int is_comp_pred = has_second_ref(mbmi);
4234 !has_second_ref(&xd->mi[0]->mbmi) &&
H A Dvp9_bitstream.c196 const int is_compound = has_second_ref(mbmi);
241 const int is_compound = has_second_ref(mbmi);
H A Dvp9_encodeframe.c1108 [has_second_ref(mbmi)]++;
1110 if (has_second_ref(mbmi)) {
3629 const int is_compound = has_second_ref(mbmi);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c434 is_compound = has_second_ref(mbmi);
H A Dvp9_decodeframe.c369 if (has_second_ref(mbmi))
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c435 is_compound = has_second_ref(mbmi);
H A Dvp9_decodeframe.c360 if (has_second_ref(mbmi))

Completed in 293 milliseconds