Searched defs:left_mi (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.h23 const MODE_INFO * const left_mi = xd->mi_8x8[-1]; local
25 const int left_sip = left_mi ? left_mi->mbmi.seg_id_predicted : 0;
39 const MODE_INFO * const left_mi = xd->mi_8x8[-1]; local
41 const int left_skip_coeff = left_mi ? left_mi->mbmi.skip_coeff : 0;
H A Dvp9_pred_common.c22 const MODE_INFO * const left_mi = xd->mi_8x8[-1]; local
23 const int left_in_image = xd->left_available && left_mi;
30 const int left_mv_pred = left_in_image ? is_inter_mode(left_mi->mbmi.mode)
33 ? left_mi->mbmi.interp_filter
57 const MODE_INFO * const left_mi = xd->mi_8x8[-1]; local
59 const MB_MODE_INFO *const left_mbmi = left_mi ? &left_mi->mbmi : 0;
60 const int left_in_image = xd->left_available && left_mi;
85 const MODE_INFO * const left_mi = xd->mi_8x8[-1]; local
87 const MB_MODE_INFO *const left_mbmi = left_mi
130 const MODE_INFO * const left_mi = xd->mi_8x8[-1]; local
210 const MODE_INFO * const left_mi = xd->mi_8x8[-1]; local
276 const MODE_INFO * const left_mi = xd->mi_8x8[-1]; local
365 const MODE_INFO * const left_mi = xd->mi_8x8[-1]; local
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c160 const MODE_INFO *left_mi = xd->mi_8x8[-1]; local
171 left_block_mode(m, left_mi, 0) : DC_PRED;
184 left_block_mode(m, left_mi, ib) : DC_PRED;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c544 MODE_INFO *left_mi = mi_8x8[-1]; local
557 left_block_mode(m, left_mi, 0) : DC_PRED;
568 left_block_mode(m, left_mi, i) : DC_PRED;
H A Dvp9_rdopt.c1143 const MODE_INFO *left_mi = xd->mi_8x8[-1]; local
1170 left_block_mode(mic, left_mi, i) :
1230 MODE_INFO *left_mi = xd->mi_8x8[-1]; local
1238 left_block_mode(mic, left_mi, 0) : DC_PRED;

Completed in 126 milliseconds