OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u1_max_bins
(Results
1 - 4
of
4
) sorted by null
/external/libavc/decoder/
ih264d_cabac.c
371
/* and
u1_max_bins
<= 4 in this functon. */
388
UWORD32 ih264d_decode_bins_tunary(UWORD8
u1_max_bins
,
404
/*
u1_max_bins
has to be less than or equal to 4,
u1_max_bins
<= 4 for this function*/
425
while((u4_value <
u1_max_bins
) & (u4_symbol));
442
/* for MSB_FIRST_FLC. assumes
u1_max_bins
<= 4 */
459
UWORD32 ih264d_decode_bins(UWORD8
u1_max_bins
,
477
/*
u1_max_bins
has to be less than or equal to 4,
u1_max_bins
<= 4 for this fucntion*/
497
while(i <
u1_max_bins
);
627
UWORD32
u1_max_bins
;
local
[
all
...]
ih264d_cabac.h
134
UWORD32 ih264d_decode_bins_tunary(UWORD8
u1_max_bins
,
140
UWORD32 ih264d_decode_bins(UWORD8
u1_max_bins
,
145
UWORD32 ih264d_decode_bins_unary(UWORD8
u1_max_bins
,
155
UWORD8
u1_max_bins
,
ih264d_parse_mb_header.c
730
UWORD8
u1_max_bins
= 3;
local
750
while(i <
u1_max_bins
);
1020
UWORD8
u1_max_bins
= 2;
local
1293
UWORD8
u1_max_bins
= 9;
local
[
all
...]
ih264d_parse_cabac.c
394
UWORD32
u1_max_bins
;
local
449
u1_max_bins
= u4_value;
502
while(bits_to_flush <
u1_max_bins
);
862
UWORD32
u1_max_bins
;
local
[
all
...]
Completed in 5209 milliseconds