OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imv
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp
141
int
imv
, mvwidth;
local
191
/*
imv
= (xpos/8) + ((ypos/8) * mvwidth) */
192
imv
= (offset >> 6) - (xpos >> 6) + (xpos >> 3);
195
dx = px[0] = px[1] = px[2] = px[3] = video->motX[
imv
];
196
dy = py[0] = py[1] = py[2] = py[3] = video->motY[
imv
];
221
px[0] = video->motX[
imv
];
222
px[1] = video->motX[
imv
+1];
223
px[2] = video->motX[
imv
+mvwidth];
224
px[3] = video->motX[
imv
+mvwidth+1];
228
py[0] = video->motY[
imv
];
561
int
imv
;
local
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
tncs.c
2
* EAP-TNC - TNCS (IF-
IMV
, IF-TNCCS, and IF-TNCCS-SOH)
38
/* TNC IF-
IMV
*/
151
struct tnc_if_imv *
imv
; /* local copy of tncs_global_data->
imv
*/
member in struct:tncs_data
169
struct tnc_if_imv *
imv
;
member in struct:tncs_global
179
struct tnc_if_imv *
imv
;
local
183
imv
= tncs_global_data->
imv
;
184
while (
imv
) {
185
if (
imv
->imvID == imvID
221
struct tnc_if_
imv
*
imv
;
local
588
struct tnc_if_
imv
*
imv
;
local
611
struct tnc_if_
imv
*
imv
;
local
629
struct tnc_if_
imv
*
imv
;
local
648
struct tnc_if_
imv
*
imv
;
local
769
struct tnc_if_
imv
*
imv
;
local
1038
struct tnc_if_
imv
*
imv
;
local
1097
struct tnc_if_
imv
*
imv
, *last;
local
1190
struct tnc_if_
imv
*
imv
;
local
1219
struct tnc_if_
imv
*
imv
, *prev;
local
[
all
...]
/external/wpa_supplicant_8/src/eap_server/
tncs.c
2
* EAP-TNC - TNCS (IF-
IMV
, IF-TNCCS, and IF-TNCCS-SOH)
32
/* TNC IF-
IMV
*/
145
struct tnc_if_imv *
imv
; /* local copy of tncs_global_data->
imv
*/
member in struct:tncs_data
163
struct tnc_if_imv *
imv
;
member in struct:tncs_global
173
struct tnc_if_imv *
imv
;
local
177
imv
= tncs_global_data->
imv
;
178
while (
imv
) {
179
if (
imv
->imvID == imvID
215
struct tnc_if_
imv
*
imv
;
local
582
struct tnc_if_
imv
*
imv
;
local
605
struct tnc_if_
imv
*
imv
;
local
623
struct tnc_if_
imv
*
imv
;
local
642
struct tnc_if_
imv
*
imv
;
local
763
struct tnc_if_
imv
*
imv
;
local
1032
struct tnc_if_
imv
*
imv
;
local
1091
struct tnc_if_
imv
*
imv
, *last;
local
1184
struct tnc_if_
imv
*
imv
;
local
1213
struct tnc_if_
imv
*
imv
, *prev;
local
[
all
...]
Completed in 42 milliseconds