OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:edge_mbmi
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.c
91
const MB_MODE_INFO *
edge_mbmi
= has_above ? above_mbmi : left_mbmi;
local
93
if (!has_second_ref(
edge_mbmi
))
95
ctx =
edge_mbmi
->ref_frame[0] == cm->comp_fixed_ref;
129
const MB_MODE_INFO *
edge_mbmi
= above_intra ? left_mbmi : above_mbmi;
local
131
if (!has_second_ref(
edge_mbmi
)) // single pred (1/3)
132
pred_context = 1 + 2 * (
edge_mbmi
->ref_frame[0] != cm->comp_var_ref[1]);
134
pred_context = 1 + 2 * (
edge_mbmi
->ref_frame[var_ref_idx]
170
const MB_MODE_INFO *
edge_mbmi
= above_in_image ? above_mbmi : left_mbmi;
local
172
if (!is_inter_block(
edge_mbmi
)) {
175
if (has_second_ref(
edge_mbmi
))
206
const MB_MODE_INFO *
edge_mbmi
= above_intra ? left_mbmi : above_mbmi;
local
237
const MB_MODE_INFO *
edge_mbmi
= has_above ? above_mbmi : left_mbmi;
local
273
const MB_MODE_INFO *
edge_mbmi
= above_intra ? left_mbmi : above_mbmi;
local
324
const MB_MODE_INFO *
edge_mbmi
= has_above ? above_mbmi : left_mbmi;
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.c
97
const MB_MODE_INFO *
edge_mbmi
= has_above ? above_mbmi : left_mbmi;
local
99
if (!has_second_ref(
edge_mbmi
))
101
ctx =
edge_mbmi
->ref_frame[0] == cm->comp_fixed_ref;
135
const MB_MODE_INFO *
edge_mbmi
= above_intra ? left_mbmi : above_mbmi;
local
137
if (!has_second_ref(
edge_mbmi
)) // single pred (1/3)
138
pred_context = 1 + 2 * (
edge_mbmi
->ref_frame[0] != cm->comp_var_ref[1]);
140
pred_context = 1 + 2 * (
edge_mbmi
->ref_frame[var_ref_idx]
176
const MB_MODE_INFO *
edge_mbmi
= above_in_image ? above_mbmi : left_mbmi;
local
178
if (!is_inter_block(
edge_mbmi
)) {
181
if (has_second_ref(
edge_mbmi
))
212
const MB_MODE_INFO *
edge_mbmi
= above_intra ? left_mbmi : above_mbmi;
local
243
const MB_MODE_INFO *
edge_mbmi
= has_above ? above_mbmi : left_mbmi;
local
279
const MB_MODE_INFO *
edge_mbmi
= above_intra ? left_mbmi : above_mbmi;
local
330
const MB_MODE_INFO *
edge_mbmi
= has_above ? above_mbmi : left_mbmi;
local
[
all
...]
Completed in 1373 milliseconds