Home
last modified time | relevance | path

Searched refs:tu_sblk_coeff_data_t (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_residual.c202 tu_sblk_coeff_data_t *ps_tu_sblk_coeff_data; in ihevcd_parse_residual_coding()
643 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_residual_coding()
894 pu1_buf += sizeof(tu_sblk_coeff_data_t) - SUBBLK_COEFF_CNT * sizeof(WORD16); in ihevcd_parse_residual_coding()
Dihevcd_iquant_itrans_recon_ctb.c158 tu_sblk_coeff_data_t *ps_tu_sblk_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()
724 tu_sblk_coeff_data_t *ps_tu_sblk_coeff_data; in ihevcd_iquant_itrans_recon_ctb()
742 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)pu1_tu_coeff_data; in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_utils.c411 tu_data_size += num_tu * sizeof(tu_sblk_coeff_data_t); in ihevcd_get_tu_data_size()
Dihevcd_parse_slice.c540 tu_sblk_coeff_data_t *ps_tu_sblk_coeff_data; in ihevcd_parse_pcm_sample()
572 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_pcm_sample()
/external/libhevc/common/
Dihevc_structs.h910 }tu_sblk_coeff_data_t; typedef