OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:left_mi
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.h
30
const MODE_INFO *const
left_mi
= get_left_mi(xd);
local
33
const int left_sip = (
left_mi
!= NULL) ?
left_mi
->mbmi.seg_id_predicted : 0;
47
const MODE_INFO *const
left_mi
= get_left_mi(xd);
local
50
const int left_skip_coeff = (
left_mi
!= NULL) ?
left_mi
->mbmi.skip_coeff : 0;
vp9_pred_common.c
30
const MODE_INFO *const
left_mi
= get_left_mi(xd);
local
32
const int left_in_image =
left_mi
!= NULL;
38
const int left_mv_pred = left_in_image ? is_inter_block(&
left_mi
->mbmi)
41
?
left_mi
->mbmi.interp_filter
65
const MODE_INFO *const
left_mi
= get_left_mi(xd);
local
67
const MB_MODE_INFO *const left_mbmi = get_left_mbmi(
left_mi
);
69
const int left_in_image =
left_mi
!= NULL;
93
const MODE_INFO *const
left_mi
= get_left_mi(xd);
local
95
const MB_MODE_INFO *const left_mbmi = get_left_mbmi(
left_mi
);
97
const int left_in_image =
left_mi
!= NULL
138
const MODE_INFO *const
left_mi
= get_
left_mi
(xd);
local
218
const MODE_INFO *const
left_mi
= get_
left_mi
(xd);
local
284
const MODE_INFO *const
left_mi
= get_
left_mi
(xd);
local
373
const MODE_INFO *const
left_mi
= get_
left_mi
(xd);
local
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
170
const MODE_INFO *
left_mi
= xd->left_available ? xd->mi_8x8[-1] : NULL;
local
180
const MB_PREDICTION_MODE L = left_block_mode(m,
left_mi
, 0);
192
const MB_PREDICTION_MODE L = left_block_mode(m,
left_mi
, ib);
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
512
MODE_INFO *
left_mi
= xd->left_available ? mi_8x8[-1] : NULL;
local
524
const MB_PREDICTION_MODE L = left_block_mode(m,
left_mi
, 0);
534
const MB_PREDICTION_MODE L = left_block_mode(m,
left_mi
, i);
[
all
...]
vp9_rdopt.c
1156
const MODE_INFO *
left_mi
= xd->left_available ? xd->mi_8x8[-1] : NULL;
local
1241
MODE_INFO *
left_mi
= xd->left_available ? xd->mi_8x8[-1] : NULL;
local
[
all
...]
Completed in 42 milliseconds