Home
last modified time | relevance | path

Searched refs:ps_tu_sblk_coeff_data (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c158 tu_sblk_coeff_data_t *ps_tu_sblk_coeff_data; in ihevcd_unpack_coeffs() local
190 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)(pu1_tu_coeff_data); in ihevcd_unpack_coeffs()
199 && (0 == ps_tu_sblk_coeff_data->u2_subblk_pos) in ihevcd_unpack_coeffs()
200 && (1 == ps_tu_sblk_coeff_data->u2_sig_coeff_map)) in ihevcd_unpack_coeffs()
209 ps_tu_sblk_coeff_data->ai2_level[0], in ihevcd_unpack_coeffs()
216 IQUANT(iquant_out, ps_tu_sblk_coeff_data->ai2_level[0], in ihevcd_unpack_coeffs()
229 iquant_out = ps_tu_sblk_coeff_data->ai2_level[0]; in ihevcd_unpack_coeffs()
235 ps_tu_sblk_coeff_data = in ihevcd_unpack_coeffs()
236 (void *)&ps_tu_sblk_coeff_data->ai2_level[1]; in ihevcd_unpack_coeffs()
241 return ((UWORD8 *)ps_tu_sblk_coeff_data); in ihevcd_unpack_coeffs()
[all …]
Dihevcd_parse_residual.c202 tu_sblk_coeff_data_t *ps_tu_sblk_coeff_data; in ihevcd_parse_residual_coding() local
644 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_residual_coding()
645 ps_tu_sblk_coeff_data->u2_sig_coeff_map = u4_sig_coeff_map; in ihevcd_parse_residual_coding()
646 ps_tu_sblk_coeff_data->u2_subblk_pos = (ys << 8) | xs; in ihevcd_parse_residual_coding()
878 ps_tu_sblk_coeff_data->ai2_level[num_sig_coeff++] = level; in ihevcd_parse_residual_coding()
Dihevcd_parse_slice.c553 tu_sblk_coeff_data_t *ps_tu_sblk_coeff_data; in ihevcd_parse_pcm_sample() local
585 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_pcm_sample()
586 ps_tu_sblk_coeff_data->u2_sig_coeff_map = u4_sig_coeff_map; in ihevcd_parse_pcm_sample()
587 ps_tu_sblk_coeff_data->u2_subblk_pos = 0; in ihevcd_parse_pcm_sample()
589 pu1_coeff_data = (UWORD8 *)&ps_tu_sblk_coeff_data->ai2_level[0]; in ihevcd_parse_pcm_sample()