OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:left_mi
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.c
22
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
? &left_mi->mbmi : 0
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
...]
vp9_pred_common.h
23
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;
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
160
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/
vp9_bitstream.c
544
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;
[
all
...]
vp9_rdopt.c
1143
const MODE_INFO *
left_mi
= xd->mi_8x8[-1];
local
1230
MODE_INFO *
left_mi
= xd->mi_8x8[-1];
local
[
all
...]
Completed in 46 milliseconds