OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mi_pos
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h
195
const POSITION *
mi_pos
) {
196
return !(mi_row +
mi_pos
->row < 0 ||
197
mi_col +
mi_pos
->col < tile->mi_col_start ||
198
mi_row +
mi_pos
->row >= mi_rows ||
199
mi_col +
mi_pos
->col >= tile->mi_col_end);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mvref_common.c
182
const POSITION *
mi_pos
) {
183
return !(mi_row +
mi_pos
->row < 0 ||
184
mi_col +
mi_pos
->col < tile->mi_col_start ||
185
mi_row +
mi_pos
->row >= mi_rows ||
186
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 390 milliseconds