OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmis
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.c
408
const int
xmis
= MIN(cm->mi_cols - mi_col, bw);
local
413
for (x = 0; x <
xmis
; x++)
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
94
const int
xmis
= MIN(cm->mi_cols - mi_col, bw);
local
101
for (x = 0; x <
xmis
; x++)
Completed in 23 milliseconds