OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nop_cnt
(Results
1 - 3
of
3
) sorted by null
/external/libavc/decoder/
ih264d_thread_parse_decode.c
216
WORD32
nop_cnt
= 8*128;
local
243
if(
nop_cnt
> 0)
245
nop_cnt
-= 128;
264
nop_cnt
= 8*128;
457
WORD32
nop_cnt
= 8 * 128;
local
465
if(
nop_cnt
> 0)
467
nop_cnt
-= 128;
484
nop_cnt
= 8*128;
ih264d_thread_compute_bs.c
342
WORD32
nop_cnt
= 8*128;
local
356
if(
nop_cnt
> 0)
358
nop_cnt
-= 128;
363
nop_cnt
= 8*128;
408
WORD32
nop_cnt
= 8*128;
local
417
if(
nop_cnt
> 0)
419
nop_cnt
-= 128;
438
nop_cnt
= 8*128;
515
WORD32
nop_cnt
= 8*128;
local
550
if(
nop_cnt
> 0
[
all
...]
/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;
527
WORD32
nop_cnt
;
local
591
nop_cnt
= PROC_NOP_CNT;
615
if(
nop_cnt
> 0)
618
nop_cnt
-= 128;
622
nop_cnt
= PROC_NOP_CNT
[
all
...]
Completed in 633 milliseconds