Home
last modified time | relevance | path

Searched refs:pu1_tu_coeff_data (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c141 UWORD8 *pu1_tu_coeff_data, in ihevcd_unpack_coeffs() argument
175 u1_num_coded_sblks = *pu1_tu_coeff_data++; in ihevcd_unpack_coeffs()
178 u1_scan_type = *pu1_tu_coeff_data++; in ihevcd_unpack_coeffs()
190 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)(pu1_tu_coeff_data); in ihevcd_unpack_coeffs()
548 UWORD8 *pu1_tu_coeff_data; in ihevcd_iquant_itrans_recon_ctb() local
589 pu1_tu_coeff_data = (UWORD8 *)ps_proc->pv_tu_coeff_data; in ihevcd_iquant_itrans_recon_ctb()
739 pu1_tu_coeff_data++; in ihevcd_iquant_itrans_recon_ctb()
742 pu1_tu_coeff_data++; in ihevcd_iquant_itrans_recon_ctb()
744 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)pu1_tu_coeff_data; in ihevcd_iquant_itrans_recon_ctb()
779 pu1_tu_coeff_data = pu1_buf; in ihevcd_iquant_itrans_recon_ctb()
[all …]
Dihevcd_parse_slice.c2728 UWORD8 *pu1_tu_coeff_data = (UWORD8 *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_slice_data() local
2748 … tu_coeff_data_reset_size = (UWORD8 *)ps_codec->s_parse.pv_tu_coeff_data - pu1_tu_coeff_data; in ihevcd_parse_slice_data()
2749 memset(pu1_tu_coeff_data, 0, tu_coeff_data_reset_size); in ihevcd_parse_slice_data()
2750 ps_codec->s_parse.pv_tu_coeff_data = (void *)pu1_tu_coeff_data; in ihevcd_parse_slice_data()