OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mi_offset
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.c
405
const int
mi_offset
= mi_row * cm->mi_cols + mi_col;
local
415
segment_ids[
mi_offset
+ y * cm->mi_cols + x]);
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
91
const int
mi_offset
= mi_row * cm->mi_cols + mi_col;
local
102
cm->last_frame_seg_map[
mi_offset
+ y * cm->mi_cols + x] = segment_id;
Completed in 45 milliseconds