OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u4_tot_zeros
(Results
1 - 1
of
1
) sorted by null
/external/libavc/encoder/
ih264e_cavlc.c
251
UWORD32
u4_tot_zeros
= 0;
local
322
u4_tot_zeros
= (u4_totzero_sign_trailone >> 16) & 0xFF;
493
DEBUG("\n \t %d totalzeros",
u4_tot_zeros
);
494
ENTROPY_TRACE("\ttotal zeros ",
u4_tot_zeros
);
506
index = gu1_index_zero_table_chroma[u4_total_coeff-1] +
u4_tot_zeros
;
512
index = gu1_index_zero_table[u4_total_coeff-1] +
u4_tot_zeros
;
524
if (
u4_tot_zeros
)
529
UWORD32 u4_zeros_left =
u4_tot_zeros
;
[
all
...]
Completed in 822 milliseconds