Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.c82 if (!has_second_ref(above_mbmi) && !has_second_ref(left_mbmi)) in vp9_get_reference_mode_context()
86 else if (!has_second_ref(above_mbmi)) in vp9_get_reference_mode_context()
90 else if (!has_second_ref(left_mbmi)) in vp9_get_reference_mode_context()
99 if (!has_second_ref(edge_mbmi)) in vp9_get_reference_mode_context()
137 if (!has_second_ref(edge_mbmi)) // single pred (1/3) in vp9_get_pred_context_comp_ref_p()
143 const int l_sg = !has_second_ref(left_mbmi); in vp9_get_pred_context_comp_ref_p()
144 const int a_sg = !has_second_ref(above_mbmi); in vp9_get_pred_context_comp_ref_p()
181 if (has_second_ref(edge_mbmi)) in vp9_get_pred_context_comp_ref_p()
213 if (!has_second_ref(edge_mbmi)) in vp9_get_pred_context_single_ref_p1()
219 const int above_has_second = has_second_ref(above_mbmi); in vp9_get_pred_context_single_ref_p1()
[all …]
Dvp9_blockd.h156 static INLINE int has_second_ref(const MB_MODE_INFO *mbmi) { in has_second_ref() function
Dvp9_reconinter.c148 const int is_compound = has_second_ref(&mi->mbmi); in build_inter_predictors()
252 const int is_compound = has_second_ref(&mi->mbmi); in dec_build_inter_predictors()
Dvp9_mvref_common.c170 if (has_second_ref(mbmi) && \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c236 for (i = 0; i < 1 + has_second_ref(mbmi); ++i) { in inc_mvs()
Dvp9_rdopt.c1486 const int is_compound = has_second_ref(mbmi); in labels2mode()
1561 const int is_compound = has_second_ref(&mi->mbmi); in encode_inter_mb_segment()
1655 if (has_second_ref(mbmi)) in mi_buf_shift()
1665 if (has_second_ref(mbmi)) in mi_buf_restore()
1738 const int has_second_rf = has_second_ref(mbmi); in rd_check_segment_txsize()
2125 if (has_second_ref(mbmi)) in rd_pick_best_mbsegmentation()
2705 const int is_comp_pred = has_second_ref(mbmi); in handle_inter_mode()
4234 !has_second_ref(&xd->mi[0]->mbmi) && in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_bitstream.c196 const int is_compound = has_second_ref(mbmi); in write_ref_frames()
241 const int is_compound = has_second_ref(mbmi); in pack_inter_mode_mvs()
Dvp9_encodeframe.c1125 [has_second_ref(mbmi)]++; in update_stats()
1127 if (has_second_ref(mbmi)) { in update_stats()
3465 const int is_compound = has_second_ref(mbmi); in encode_superblock()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c435 is_compound = has_second_ref(mbmi); in read_inter_block_mode_info()
Dvp9_decodeframe.c362 if (has_second_ref(mbmi)) in decode_block()