Home
last modified time | relevance | path

Searched refs:has_second_ref (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.c28 if (!has_second_ref(above_mi) && !has_second_ref(left_mi)) in vp9_get_reference_mode_context()
32 else if (!has_second_ref(above_mi)) in vp9_get_reference_mode_context()
36 else if (!has_second_ref(left_mi)) in vp9_get_reference_mode_context()
45 if (!has_second_ref(edge_mi)) in vp9_get_reference_mode_context()
83 if (!has_second_ref(edge_mi)) // single pred (1/3) in vp9_get_pred_context_comp_ref_p()
89 const int l_sg = !has_second_ref(left_mi); in vp9_get_pred_context_comp_ref_p()
90 const int a_sg = !has_second_ref(above_mi); in vp9_get_pred_context_comp_ref_p()
127 if (has_second_ref(edge_mi)) in vp9_get_pred_context_comp_ref_p()
159 if (!has_second_ref(edge_mi)) in vp9_get_pred_context_single_ref_p1()
165 const int above_has_second = has_second_ref(above_mi); in vp9_get_pred_context_single_ref_p1()
[all …]
Dvp9_mvref_common.h269 if (has_second_ref(mbmi) && (mbmi)->ref_frame[1] != ref_frame && \
Dvp9_blockd.h99 static INLINE int has_second_ref(const MODE_INFO *mi) { in has_second_ref() function
Dvp9_reconinter.c131 const int is_compound = has_second_ref(mi); in build_inter_predictors()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c243 for (i = 0; i < 1 + has_second_ref(mi); ++i) { in inc_mvs()
Dvp9_rdopt.c1449 const int is_compound = has_second_ref(mi); in set_and_cost_bmi_mvs()
1510 const int is_compound = has_second_ref(mi); in encode_inter_mb_segment()
1650 if (has_second_ref(mi)) in mi_buf_shift()
1661 if (has_second_ref(mi)) x->e_mbd.plane[0].pre[1] = orig_pre[1]; in mi_buf_restore()
1889 const int has_second_rf = has_second_ref(mi); in rd_pick_best_sub8x8_mode()
2184 if (has_second_ref(mi)) in rd_pick_best_sub8x8_mode()
2477 const int is_comp_pred = has_second_ref(mi); in handle_inter_mode()
Dvp9_bitstream.c201 const int is_compound = has_second_ref(mi); in write_ref_frames()
247 const int is_compound = has_second_ref(mi); in pack_inter_mode_mvs()
Dvp9_encodeframe.c1796 [has_second_ref(mi)]++; in update_stats()
1798 if (has_second_ref(mi)) { in update_stats()
4831 const int is_compound = has_second_ref(mi); in encode_superblock()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c490 if (has_second_ref(mbmi) && (mbmi)->ref_frame[1] != ref_frame && \
727 is_compound = has_second_ref(mi); in read_inter_block_mode_info()
Dvp9_decodeframe.c653 const int is_compound = has_second_ref(mi); in dec_build_inter_predictors_sb()