OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i4_sig_map_nnz
(Results
1 - 3
of
3
) sorted by null
/external/libavc/encoder/
ih264e_defs.h
44
u4_nnz = ps_mb_coeff_data->
i4_sig_map_nnz
& 0xff; \
47
u4_sig_coeff_map = ps_mb_coeff_data->
i4_sig_map_nnz
>> 16; \
ih264e_core_coding.c
834
ps_mb_coeff_data->
i4_sig_map_nnz
= u4_nnz;
849
ps_mb_coeff_data->
i4_sig_map_nnz
|= (u4_s_map << 16);
887
ps_mb_coeff_data->
i4_sig_map_nnz
= u4_nnz;
902
ps_mb_coeff_data->
i4_sig_map_nnz
|= (u4_s_map << 16);
[
all
...]
ih264e_structs.h
888
WORD32
i4_sig_map_nnz
;
member in struct:__anon27105
[
all
...]
Completed in 106 milliseconds