Home
last modified time | relevance | path

Searched refs:pv_tu_coeff_data (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_residual.c337 WORD8 *pi1_buf = (WORD8 *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_residual_coding()
351 ps_codec->s_parse.pv_tu_coeff_data = pi1_buf; in ihevcd_parse_residual_coding()
644 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_residual_coding()
894 UWORD8 *pu1_buf = (UWORD8 *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_residual_coding()
897 ps_codec->s_parse.pv_tu_coeff_data = pu1_buf; in ihevcd_parse_residual_coding()
Dihevcd_structs.h885 void *pv_tu_coeff_data; member
1265 void *pv_tu_coeff_data; member
Dihevcd_parse_slice.c565 WORD8 *pi1_buf = (WORD8 *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_pcm_sample()
580 ps_codec->s_parse.pv_tu_coeff_data = pi1_buf; in ihevcd_parse_pcm_sample()
585 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_pcm_sample()
613 ps_codec->s_parse.pv_tu_coeff_data = pu1_coeff_data; in ihevcd_parse_pcm_sample()
2609 s_job.i4_tu_coeff_data_ofst = (UWORD8 *)ps_codec->s_parse.pv_tu_coeff_data - in ihevcd_parse_slice_data()
2619 WORD32 tu_coeff_data_ofst = (UWORD8 *)ps_codec->s_parse.pv_tu_coeff_data - in ihevcd_parse_slice_data()
2728 UWORD8 *pu1_tu_coeff_data = (UWORD8 *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_slice_data()
2748 … tu_coeff_data_reset_size = (UWORD8 *)ps_codec->s_parse.pv_tu_coeff_data - pu1_tu_coeff_data; in ihevcd_parse_slice_data()
2750 ps_codec->s_parse.pv_tu_coeff_data = (void *)pu1_tu_coeff_data; in ihevcd_parse_slice_data()
Dihevcd_iquant_itrans_recon_ctb.c589 pu1_tu_coeff_data = (UWORD8 *)ps_proc->pv_tu_coeff_data; in ihevcd_iquant_itrans_recon_ctb()
1166 ps_proc->pv_tu_coeff_data = pu1_tu_coeff_data; in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_utils.c1087 ps_codec->s_parse.pv_tu_coeff_data = ps_codec->s_parse.pv_pic_tu_coeff_data; in ihevcd_parse_pic_init()
Dihevcd_process_slice.c1567 ps_proc->pv_tu_coeff_data = (UWORD8 *)ps_proc->pv_pic_tu_coeff_data in ihevcd_init_proc_ctxt()