OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_tu_sblk_coeff_data
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c
158
tu_sblk_coeff_data_t *
ps_tu_sblk_coeff_data
;
local
190
ps_tu_sblk_coeff_data
= (tu_sblk_coeff_data_t *)(pu1_tu_coeff_data);
199
&& (0 ==
ps_tu_sblk_coeff_data
->u2_subblk_pos)
200
&& (1 ==
ps_tu_sblk_coeff_data
->u2_sig_coeff_map))
209
ps_tu_sblk_coeff_data
->ai2_level[0],
216
IQUANT(iquant_out,
ps_tu_sblk_coeff_data
->ai2_level[0],
229
iquant_out =
ps_tu_sblk_coeff_data
->ai2_level[0];
235
ps_tu_sblk_coeff_data
=
236
(void *)&
ps_tu_sblk_coeff_data
->ai2_level[1];
241
return ((UWORD8 *)
ps_tu_sblk_coeff_data
);
724
tu_sblk_coeff_data_t *
ps_tu_sblk_coeff_data
;
local
[
all
...]
ihevcd_parse_residual.c
202
tu_sblk_coeff_data_t *
ps_tu_sblk_coeff_data
;
local
644
ps_tu_sblk_coeff_data
= (tu_sblk_coeff_data_t *)ps_codec->s_parse.pv_tu_coeff_data;
645
ps_tu_sblk_coeff_data
->u2_sig_coeff_map = u4_sig_coeff_map;
646
ps_tu_sblk_coeff_data
->u2_subblk_pos = (ys << 8) | xs;
[
all
...]
ihevcd_parse_slice.c
540
tu_sblk_coeff_data_t *
ps_tu_sblk_coeff_data
;
local
572
ps_tu_sblk_coeff_data
= (tu_sblk_coeff_data_t *)ps_codec->s_parse.pv_tu_coeff_data;
573
ps_tu_sblk_coeff_data
->u2_sig_coeff_map = u4_sig_coeff_map;
574
ps_tu_sblk_coeff_data
->u2_subblk_pos = 0;
576
pu1_coeff_data = (UWORD8 *)&
ps_tu_sblk_coeff_data
->ai2_level[0];
[
all
...]
Completed in 2954 milliseconds