OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mi_pos
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h
279
int mi_rows, const POSITION *
mi_pos
) {
280
return !(mi_row +
mi_pos
->row < 0 ||
281
mi_col +
mi_pos
->col < tile->mi_col_start ||
282
mi_row +
mi_pos
->row >= mi_rows ||
283
mi_col +
mi_pos
->col >= tile->mi_col_end);
/external/webrtc/webrtc/p2p/base/
stun.cc
174
size_t
mi_pos
= current_pos;
local
177
if (size >
mi_pos
+ kStunAttributeHeaderSize + kStunMessageIntegritySize) {
181
(
mi_pos
+ kStunAttributeHeaderSize + kStunMessageIntegritySize);
196
temp_data.get(),
mi_pos
,
Completed in 72 milliseconds