OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nop_cnt
(Results
1 - 4
of
4
) sorted by null
/external/libhevc/common/mips/
ihevc_platform_macros.h
79
#define NOP(
nop_cnt
) {UWORD32 nop_i; for (nop_i = 0; nop_i <
nop_cnt
; nop_i++);}
/external/libhevc/common/x86/
ihevc_platform_macros.h
69
#define NOP(
nop_cnt
) {UWORD32 nop_i; for (nop_i = 0; nop_i <
nop_cnt
; nop_i++);}
/external/libhevc/common/arm/
ihevc_platform_macros.h
141
#define NOP(
nop_cnt
) {UWORD32 nop_i; for (nop_i = 0; nop_i <
nop_cnt
; nop_i++);}
/external/libhevc/decoder/
ihevcd_process_slice.c
116
WORD32
nop_cnt
;
local
122
nop_cnt
= PROC_NOP_CNT;
180
if(
nop_cnt
> 0)
183
nop_cnt
-= 128;
187
nop_cnt
= PROC_NOP_CNT;
525
WORD32
nop_cnt
;
local
589
nop_cnt
= PROC_NOP_CNT;
613
if(
nop_cnt
> 0)
616
nop_cnt
-= 128;
620
nop_cnt
= PROC_NOP_CNT
[
all
...]
Completed in 1528 milliseconds