OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cntx
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/common/
findnearmv.c
41
int *
cntx
= cnt;
local
55
++
cntx
;
58
*
cntx
+= 2;
74
++
cntx
;
77
*
cntx
+= 2;
96
++
cntx
;
99
*
cntx
+= 1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
findnearmv.c
41
int *
cntx
= cnt;
local
55
++
cntx
;
58
*
cntx
+= 2;
74
++
cntx
;
77
*
cntx
+= 2;
96
++
cntx
;
99
*
cntx
+= 1;
/external/libvpx/libvpx/vp8/decoder/
decodemv.c
347
int *
cntx
= cnt;
local
376
++
cntx
;
379
*
cntx
+= 2;
396
++
cntx
;
399
*
cntx
+= 2;
419
++
cntx
;
422
*
cntx
+= 1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodemv.c
347
int *
cntx
= cnt;
local
376
++
cntx
;
379
*
cntx
+= 2;
396
++
cntx
;
399
*
cntx
+= 2;
419
++
cntx
;
422
*
cntx
+= 1;
Completed in 1386 milliseconds