OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i1_luma_log2_weight_denom
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/decoder/
ihevcd_parse_headers.c
159
ps_wt_ofst->
i1_luma_log2_weight_denom
= value;
164
ps_wt_ofst->i1_chroma_log2_weight_denom = ps_wt_ofst->
i1_luma_log2_weight_denom
+ value;
199
ps_wt_ofst->i2_luma_weight_l0[i] = (1 << ps_wt_ofst->
i1_luma_log2_weight_denom
) + value;
207
ps_wt_ofst->i2_luma_weight_l0[i] = (1 << ps_wt_ofst->
i1_luma_log2_weight_denom
);
275
ps_wt_ofst->i2_luma_weight_l1[i] = (1 << ps_wt_ofst->
i1_luma_log2_weight_denom
) + value;
283
ps_wt_ofst->i2_luma_weight_l1[i] = (1 << ps_wt_ofst->
i1_luma_log2_weight_denom
);
[
all
...]
ihevcd_inter_pred.c
498
shift = ps_slice_hdr->s_wt_ofst.
i1_luma_log2_weight_denom
585
shift = ps_slice_hdr->s_wt_ofst.
i1_luma_log2_weight_denom
/external/libhevc/common/
ihevc_structs.h
2036
WORD8
i1_luma_log2_weight_denom
;
member in struct:__anon15076
[
all
...]
Completed in 37 milliseconds