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
1262 void *pv_tu_coeff_data; member
Dihevcd_iquant_itrans_recon_ctb.c587 pu1_tu_coeff_data = (UWORD8 *)ps_proc->pv_tu_coeff_data; in ihevcd_iquant_itrans_recon_ctb()
1156 ps_proc->pv_tu_coeff_data = pu1_tu_coeff_data; in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_parse_slice.c552 WORD8 *pi1_buf = (WORD8 *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_pcm_sample()
567 ps_codec->s_parse.pv_tu_coeff_data = pi1_buf; 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()
600 ps_codec->s_parse.pv_tu_coeff_data = pu1_coeff_data; in ihevcd_parse_pcm_sample()
2476 s_job.i4_tu_coeff_data_ofst = (UWORD8 *)ps_codec->s_parse.pv_tu_coeff_data - in ihevcd_parse_slice_data()
2486 WORD32 tu_coeff_data_ofst = (UWORD8 *)ps_codec->s_parse.pv_tu_coeff_data - in ihevcd_parse_slice_data()
Dihevcd_utils.c921 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.c1550 ps_proc->pv_tu_coeff_data = (UWORD8 *)ps_proc->pv_pic_tu_coeff_data in ihevcd_init_proc_ctxt()